API_TOKEN
: your-api-tokenTool | Short Description |
---|---|
check_status | Check the status of a document |
get_text | Retrieve the transcribed text from a document |
upload_document | Upload a document to Handwriting OCR API for transcription |
check_status
Parameter | Type | Description |
---|---|---|
id | string | Document ID |
get_text
Parameter | Type | Description |
---|---|---|
id | string | Document ID |
upload_document
Parameter | Type | Description |
---|---|---|
file | string | Path to the document (PDF, JPG, PNG, etc.) |
delete_after | integer (optional) | Seconds until auto-deletion (optional) |
extractor_id | string (optional) | Extractor ID (required if action is extractor, will be ignored) |
prompt_id | string (optional) | Prompt ID (requires Enterprise subscription, will be ignored) |