Tasks
Parsing
Unf*ck unstructured data. Nothing more, nothing less.
Parsing Task Properties
Required Properties
The format of the parsed output.
Allowed values:
"base64"
: Base64 encoded output"markdown"
: Markdown formatted output"image"
: Image output
When the parsed_format
is set to markdown
, make sure to set model
and api_key
properties.
Checkout the Generation Task for more parameters.
The format of the input file.
Allowed values:
"pdf"
: PDF files"png"
: PNG images"jpeg"
: JPEG images"jpg"
: JPG images
Optional Properties
Maximum depth for parsing nested structures.
Directory to search for files to parse.
Usage Examples
It’s currently work in progress. If there something else you’d like to see, we’d love to know.