PDF Generation Template Editor
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.
ComPDF AI provides Intelligent Document Processing (IDP) APIs under the POST /v2/process/idp/* family. These guides explain concepts, request modes, parsing configuration, and extraction schemas. For full field-level API details, see the corresponding API Reference.
| Capability | Path | Purpose |
|---|---|---|
| Document Parsing | idp/documentParsing | Parse document structure and produce JSON / tagged Markdown with bbox references |
| Document Extraction | idp/documentExtract | Extract key fields and table data; supports layout and vision modes |
layout and vision modes take one fixed schema via extract_fields. The schema shape is { name, keys, tableHeaders }.layout mode can return page and bbox references so you can map results back to the source document.