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.
The native C/C++ SDK exposes callback hooks that allow OCR, Layout Analysis, and Table Recognition results to be supplied by a custom AI engine. The current Node.js addon exposes progress and cancellation callbacks, but does not expose these custom AI callback extension points yet.
For Node.js integrations, use the packaged DocumentAI model through setDocumentAIModel() when OCR, Layout Analysis, Table Recognition, PDF to Searchable PDF, PDF to OFD, JSON extraction, or Markdown extraction requires AI capabilities.
onProgress and isCancelled only.