Frappe Cloud
Marketplace
Search for an app
Frappe
Products
Insights
About
Automatically extract invoice data from scanned PDF or image files and generate Sales or Purchase Invoices in ERPNext using Tesseract OCR.
Invoice Upload
Field | Type | Description |
Party Type | Select | Customer / Supplier |
Party | Dynamic Link | Links to Customer or Supplier |
File | Attach | Upload scanned invoice file |
OCR Status | Select | Pending / Processing / Extracted / Failed |
Extracted Data | Code | Raw JSON preview of OCR results |
Create Invoice | Button | Manually trigger invoice creation |
Install required system packages:
sudo apt update
sudo apt install -y poppler-utils tesseract-ocr
cd ~/frappe-bench/apps
git clone https://github.com/Mohtashim-1/Invoice-OCR.git
source ~/frappe-bench/env/bin/activate
pip install -r invoice_ocr/requirements.txt
pip install pytesseract pdf2image Pillow PyPDF2
cd ~/frappe-bench
bench new-site invoice_ocr
bench --site invoice_ocr install-app invoice_ocr
bench migrate
bench restart
User Reviews
No reviews yet, be the first to review.
0 rating
Explore more apps