invoices

Process QR code from file

Process a PDF/image file to extract QR code data.

Translates VBA: Module1.RunQR + ProcessFatura

NOTE: QR reading (PyMuPDF + pyzbar) is CPU-heavy and synchronous. We run it in a thread pool to avoid blocking the asyncio event loop, which would stall all other requests on this worker.

post/api/invoices/process-qr

Headers

x-api-tokenstring nullable

Response

Successful Response

Astring nullable
Bstring nullable
Fstring date nullable
Gstring nullable
Hstring nullable
I7number nullable
I8number nullable
Nnumber nullable
Onumber nullable
Pnumber nullable
raw_qrstring nullable
successboolean
error_messagestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.