File Engine
Reading a Single File
from symai import Symbol
# Plain text files use the standard backend (default)
text = Symbol('./README.md').open()
print(text.value) # file contents as a string
# Or pass the path as an argument
text = Symbol().open('./README.md')Backends
Structured Data Parsing
Images
Structured Parsing with as_box
as_boxBatch Reading with FileReader
Parallel Reading
Discovering Files
Supported Formats
Category
Extensions
Default return type
LLM-Powered Features
Image Captioning
Last updated