Drop document here
or click to browse (PDF, JPG, PNG)
View and edit document annotation
Drop document here
or click to browse (PDF, JPG, PNG)
RECOMMENDED: Use the Python script:
https://audittoolbox.com/apps/annotation-generate.py.txt (use .txt to get plain text)annotation-generate.pypython annotation-generate.py --document doc.pdf --extractions data.json--output html (editable) or --output burned (permanent annotations)Alternative: Manual template replacement:
https://audittoolbox.com/apps/annotation-viewer/"__EMBEDDED_DOCUMENT__" with base64 data URL of document"__EMBEDDED_EXTRACTIONS__" with JSON extractions objectJSON extractions format:
{"extractions": [{"field": "Invoice Number", "value": "INV-001", "box_2d": [ymin, xmin, ymax, xmax], "page": 1}]}