What happens to non-text fields like a check box or a barcode?
Checkboxes, signatures, or barcodes can all be extracted with either extraction fields or reasoning prompts.
In the OCR layer, we mark these with these respectively as the following:
- Checkboxes:
[UNCHECK]
or[CHECK]
- Signatures:
[SIGN]
- Barcodes:
Barcode: <barcode number>
Source: Building apps — Instabase Documentation (scroll further to see details on signatures and barcodes)