IDP Factuur + AI-OCR + Bounding Boxes
Factuurgegevens extraheren inclusief positie in het document.
Read this llms.txt (AI-optimized API docs):
https://api.paperoffice.ai/latest/docs/llms.txt
Build me an invoice extractor that:
1. Uploads a PDF via POST /job/add/workflow (multipart, field file_1)
2. Uses idp_collection=invoice, processing_lane=instant (sync)
3. Reads every field from result.pages_idp[0].suggested_fields
(keys like _supplier_name, _total_amount, _invoice_date)
and the boxes from result.pages_aiocr.pages
4. Renders a verification view highlighting each value
at its bounding box position
Auth: Authorization: Bearer po_ut_YOUR_API_KEY