Process multiple files asynchronously (max 50 files). All files share the same extraction options.
Documentation Index
Fetch the complete documentation index at: https://docstrange.nanonets.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key as Bearer token: Authorization: Bearer YOUR_API_KEY
Files to process (max 50)
50Output format(s) for all files
"markdown"
8000append, replace When true, extracts data points from charts, graphs, and labeled technical diagrams as structured tables. Tables are inserted inline after each image in Markdown output.
true, false ""
When true, runs an agentic post-processing pipeline that refines the JSON extraction. Requires output_format=json. Use agentic_steps to pick which steps to run.
true, false ""
Comma-separated list of agentic steps to run. Requires agentic_mode=true. Available steps:
agentic_enhance — Reconciles conflicts that arise when same information is present at multiple places in large documents.validate_json_schema — Validates the extracted JSON against your json_options schema and corrects any violations."agentic_enhance,validate_json_schema"