Bill Extraction
Introducing the Bill Information Extraction API!
The Bill Extraction API helps extract information about entities present in bills.
Key Features
- Optical Character Recognition (OCR): Convert bill information from images into machine-readable computer format.
- Bill Content Aggregation: After being recognized, the content of the bill is categorized into various sections such as name, address, phone number, product list, etc.
- Extracting Table Information: Product table data is extracted and organized into HTML and JSON formats.
Use Cases
- Automated Data Entry: Convert scanned bill images into formats such as .doc, .csv, etc.
- Expense Management App: Just snap a picture of a receipt, and the app will use the API to pull out details like items bought and prices. It then seamlessly updates expense record without any manual effort.
- Automated Bill Information Verification: Automatically authenticate details related to the company, address, tax identification number, etc.
Form Data
Field | Data Type | Description |
---|---|---|
file | bytes | A bill image file |
language | text | A language needed for recognition, with accepted values being: en for English, jp for Japanese, vi for Vietnamese. |
Response
Field | Data Type | Description |
---|---|---|
status_code | int | HTTP response code |
result | object | Bill extraction result |
message_error | string | Message error (if exists) |