parse_document
Parse documents via OCR by submitting a file path, URL, or base64 content. Optionally wait for completion.
Instructions
Submit a document to OcrPlane OCR and optionally wait for completion.
Provide exactly one document input: file_path, file_url, or base64_content. For large files, prefer file_url. The tool returns a compact summary; use get_markdown or get_content_blocks to page through large results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ch | |
| wait | No | ||
| backend | No | pipeline | |
| file_url | No | ||
| filename | No | ||
| file_path | No | ||
| end_page_id | No | ||
| parse_method | No | auto | |
| table_enable | No | ||
| start_page_id | No | ||
| base64_content | No | ||
| formula_enable | No | ||
| timeout_seconds | No | ||
| poll_interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||