reintegrate_documents
Re-Integrate Documents
Schedule documents to be re-sent through configured integrations and webhooks. Useful when integration targets were unavailable or when you need to re-trigger downstream processing.
reintegrate_documents
Schedule documents to be re-sent through configured integrations and webhooks. Useful when integration targets were unavailable or when you need to re-trigger downstream processing.
get_parsed_data
Retrieve structured data extracted from parsed documents. Can fetch results for a single document by ID, or for multiple documents from a parser with optional filtering and sorting. Results include parsed fields, metadata (filename, page count, timestamps), media links, and the optional remote ID.
reparse_documents
Schedule previously imported documents to be parsed again. Useful after updating parsing rules or extraction templates to re-process existing documents with the new configuration.
get_document_status
Check the processing status of a specific document within a parser. Returns timestamps for each processing stage (upload, import, OCR, preprocessing, parsing, webhook dispatch) and any failed processing jobs.
list_parsers
List all Document Parsers configured in your Docparser account. Returns each parser's ID and label. Parser IDs are required for importing documents, retrieving parsed data, and most other operations.
list_model_layouts
List all Model Layouts (templates) configured within a specific Document Parser. Model Layouts define extraction rules and templates used during document parsing.
import_document
Import a document into a Document Parser for processing. Supports three import methods: upload a file as base64-encoded content, or fetch a document from a publicly accessible URL. An optional `remoteId` can be attached to correlate parsed results with your own system records.
Extract structured data from PDFs, Word documents, and image-based documents using OCR and pattern recognition. Import documents via file upload, base64 content, or URL fetch. Manage document parsers and model layouts, track document processing status, and retrieve parsed data as JSON or flat key/value pairs. Re-parse documents after rule changes and re-integrate results through webhooks. Filter and sort parsed results by date, processing status, or remote ID.
Common questions about connecting Docparser to AI agents with Metorial.