https://github.com/tamk-kol/chatbot-q-a-in-invoice-extractor-llm
The Invoice Extractor markdown is a specific format used to extract relevant information from invoices. It's a standardized way to annotate invoices with key information, making it easier to automate the extraction process.
https://github.com/tamk-kol/chatbot-q-a-in-invoice-extractor-llm
chatbot extract-data extractor-api extractpdftext gemini-api gemini-pro gemini-pro-api gemini-pro-vision googleapi llms single-page-app
Last synced: 8 months ago
JSON representation
The Invoice Extractor markdown is a specific format used to extract relevant information from invoices. It's a standardized way to annotate invoices with key information, making it easier to automate the extraction process.
- Host: GitHub
- URL: https://github.com/tamk-kol/chatbot-q-a-in-invoice-extractor-llm
- Owner: tamK-kol
- License: gpl-3.0
- Created: 2024-08-28T16:40:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:25:17.000Z (about 1 year ago)
- Last Synced: 2025-01-06T09:46:06.140Z (10 months ago)
- Topics: chatbot, extract-data, extractor-api, extractpdftext, gemini-api, gemini-pro, gemini-pro-api, gemini-pro-vision, googleapi, llms, single-page-app
- Language: Python
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Readme for for Chatbot Q&A in Invoice Extractor
=====================================
### Q: What is the Invoice Extractor?
The Invoice Extractor is a specific tool to extract relevant information from invoices. It's a standardized way to annotate invoices with key information, making it easier to automate the extraction process.* Here's a breakdown of the typical components of an Invoice Extractor markdown (Example):

1. Header
* invoice_date: The date of the invoice
* invoice_number: The unique identifier of the invoice
* bill_to: The company or individual being billed
* ship_to: The company or individual receiving the goods or services2. Line Items
* item_description: A brief description of the item or service
* item_quantity: The quantity of the item or service
* item_unit_price: The price per unit of the item or service
* item_total: The total cost of the item or service3. Footer
* sub_total: The subtotal of all line items
* tax: The total tax amount
* total: The grand total of the invoice### Q: What is its Purpose?
The purpose of this Chatbot Q&A is to provide a conversational interface for users to interact with multilanguage invoices on single window and with only one file only.### Q: How to use it?
* Upload an Invoice Image: Click on "Choose an image of the invoice" and select an image file.
* Enter a Prompt: Provide a text prompt for querying the invoice content.
* Submit: Click the "Tell me about the invoice" button to receive a response.
