History
| Date/Time | Image uploaded | Extract Text | Confidence score | JSON |
|---|---|---|---|---|
| Feb. 24, 2025, 4:07 p.m. | 20250224080708-Sample Handwritten Invoice.jpg | Check Confidence (By Sentence) | { "invoice_details": { "seller_name": "Bonaka Hardware Trading", "address": "37 & 39, Jalan Setia 917, Taman Setia Indah, 81100 Johor Bahru, Johor", "telephone": "07-359 5753", "fax": "07-359 5752", "gst_number": "000764461056", "invoice_number": "119594", "date": "28/1/xx", "items": [ { "quantity": 20, "description": "1L Zico Emulsion paint", "unit_price": 42.50, "amount": 850.00 } ], "gst": { "rate": "6%", "amount": 51.00 }, "total": 901.00, "deposit": 0.00, "balance": 901.00 } } | |
| Feb. 24, 2025, 5:43 a.m. | 20250224054313-Sample Handwritten Invoice.jpg |
Check Confidence (By Sentence)
Check Confidence (By Word) |
2) ```json { "Invoice No": "119594", "Date": "2/8/15", "Item": "1L Zico Emulsion paint", "Quantity": 20, "Unit Price": 42.50, "Amount": 850.00, "GST": 51.00, "Total": 901.00 } ``` | |
| Feb. 24, 2025, 5:43 a.m. | 20250224054152-Sample Handwritten Invoice.jpg |
Check Confidence (By Sentence)
Check Confidence (By Word) |
{ "invoice_number": "119594", "date": "2/8/15", "items": [ { "quantity": "20", "description": "18L Zico Emulsion paint", "unit_price": "42.50", "amount": "850.00" } ], "gst": "51.00", "total": "901.00" } |