Tool to convert PDF/scanned documents to text format for LLM consumption. Supports file upload or URL processing with multiple modes (native_text, low_cost, high_quality, form, table). Use when you need to extract text from documents for LLM processing. Returns whisper_hash for…
tagstringCustom tag for usage tracking and auditing purposes.
urlstringURL of the document to convert. Provide either url or file, not both.
fileobjectFile to upload and convert. Provide either file or url, not both.
langstringLanguage hint for OCR. Currently auto-detected but can be specified.
modestringProcessing mode for document conversion.
filenamestringFilename for usage reports and auditing. Auto-populated from file.name if not provided.
output_modestringOutput format mode.
url_in_postbooleanIf true, the URL is sent in POST body instead of query param. Only used when url is provided.
use_webhookstringName of registered webhook to call after processing completes. Webhook must be pre-registered.
add_line_nosbooleanAdd line numbers to extracted text and save line metadata for highlights API.
page_seperatorstringString to use as page separator in output. Supports dynamic placeholders like '<<< {{page_no}} >>>' to include page numbers.
pages_to_extractstringSpecify which pages to extract. Format: '1-5,7,21-' extracts pages 1,2,3,4,5,7,21 to last page.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.