Spaces:
Sleeping
Sleeping
Update README.md with new metadata and remove detailed feature descriptions.
Browse files
README.md
CHANGED
|
@@ -1,40 +1,11 @@
|
|
| 1 |
-
# Invoice AI Extractor 🧾
|
| 2 |
-
|
| 3 |
-
An AI-powered invoice information extraction tool that automatically extracts key information from your invoices using
|
| 4 |
-
LayoutLM.
|
| 5 |
-
|
| 6 |
-
## Features
|
| 7 |
-
|
| 8 |
-
- Upload PDFs, JPGs, or PNGs 📄
|
| 9 |
-
- Paste images directly from clipboard 📎
|
| 10 |
-
- Extract key information:
|
| 11 |
-
- Invoice Numbers
|
| 12 |
-
- Dates
|
| 13 |
-
- Total Amounts
|
| 14 |
-
- Company Names
|
| 15 |
-
- Due Dates
|
| 16 |
-
- Tax Amounts
|
| 17 |
-
- View confidence scores for each extracted field
|
| 18 |
-
- Export results in JSON, CSV, or TXT format
|
| 19 |
-
|
| 20 |
-
## How to Use
|
| 21 |
-
|
| 22 |
-
1. Upload your invoice using the file uploader or paste from clipboard
|
| 23 |
-
2. Wait for the AI to process your document
|
| 24 |
-
3. View the extracted information with confidence scores
|
| 25 |
-
4. Download the results in your preferred format
|
| 26 |
-
|
| 27 |
-
## Model
|
| 28 |
-
|
| 29 |
-
Uses LayoutLM fine-tuned on invoice data to understand and extract information from document images. The model combines
|
| 30 |
-
text, layout, and image information for accurate extraction.
|
| 31 |
-
|
| 32 |
-
## Tips
|
| 33 |
-
|
| 34 |
-
- Ensure documents are clearly scanned or photographed
|
| 35 |
-
- Supported formats: PDF, JPG, PNG
|
| 36 |
-
- Maximum file size: 10MB
|
| 37 |
-
- Supported language: English
|
| 38 |
-
|
| 39 |
---
|
| 40 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Invoice AI Extractor
|
| 3 |
+
emoji: 🧾
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.42.2
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
---
|