Clean Markdown
Lightweight content for search, migration, summaries, and downstream text processing.
PDF, DOCX, ODT, Markdown
Autype Lens
Read the files your business already receives, extract exactly what the next system needs, and keep the workflow moving without manual sorting or retyping.
One API for OCR, field extraction, classification, and file naming.
Solis Components BV
Supplier invoice
Invoice
Professional services · August 2026
Invoice no.
SC-2026-0718
Supplier
Solis Components BV
Due date
17 Aug 2026
Choose the result the workflow needs
Recover its content, decide where it belongs, extract specific values, or give it a useful name. Lens performs the focused operation you choose.
Extract fields
Define the fields and types once. Lens returns matching JSON and makes missing values explicit.
Extraction that follows your schema
Define field names, types, and optional descriptions. Lens returns matching values with the same keys and calls out anything it could not find.
Your schema
Up to 30 fieldsTyped result
CompleteinvoiceNumber
SC-2026-0718
totalAmount
4248.30
invoiceDate
2026-08-17
purchaseOrder
Not provided in this document
OptionalAutomate document intake
Lens can identify what arrived, extract the values the destination needs, and generate a consistent filename. Your workflow can route the result without a manual sorting queue.
File 01
Supplier invoice
File 02
Service agreement
File 03
Research report
From fixed pages to reusable structure
For PDF input, Lens can return Autype Extended Markdown or full document JSON with sections, headings, tables, embedded content images, and document settings.
Keep the recovered source readable
Import the result into Autype or process it in code
Reuse document structure instead of starting over
Regional growth
Lightweight content for search, migration, summaries, and downstream text processing.
PDF, DOCX, ODT, Markdown
Readable source with Autype document settings and defaults that can be edited or rendered again.
PDF input
Sections, elements, and document structure for complete programmatic control.
PDF input
A focused document API
Upload a file, start the Lens operation, then read structured data from the completed job. The same authentication, status, and webhook model is used across Autype developer tools.
/api/v1/dev/tools/lens/extract
{
"fileId": "file_7f42",
"fields": {
"invoiceNumber": { "type": "string" },
"totalAmount": { "type": "number" },
"invoiceDate": { "type": "date" }
},
"pages": ["1-2"]
}Typed JSON
Values follow your schema
Async result
Poll or receive a webhook
Same job model
Consistent with Autype tools
Autype Lens FAQ
The practical product boundaries and workflow details before you connect it.
No. OCR is one operation. Lens can also classify a document into categories you provide, generate a filename from its contents, and extract typed values against your field schema.
All four Lens operations accept PDF, DOCX, ODT, and Markdown. Standard Markdown recovery works across those formats. Autype Extended Markdown and full document JSON recovery are available for PDF input.
Yes. Structured field extraction supports page selections for PDFs. Standard Markdown recovery can also focus on selected PDF pages, so you do not need to process an entire long document.
Lens returns the field as null and lists its name in fieldsMissing. The next workflow step can handle missing information explicitly instead of receiving an invented value.
Lens returns the category, extracted values, or generated filename. Your API workflow, n8n flow, Make scenario, or application can use that result to choose the next destination or action.
Extract the content and data you need, then continue the workflow through Autype’s Document Engine and developer tools.
Use Lens through the same Autype account, API key, and job model.