https://github.com/cedric190703/receipt_ocr
This project is writen in python with three differents python librairies : Flask, OpenCV and Tesseract
https://github.com/cedric190703/receipt_ocr
ocr python receipt
Last synced: 8 months ago
JSON representation
This project is writen in python with three differents python librairies : Flask, OpenCV and Tesseract
- Host: GitHub
- URL: https://github.com/cedric190703/receipt_ocr
- Owner: cedric190703
- Created: 2023-02-26T21:40:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T16:48:57.000Z (over 2 years ago)
- Last Synced: 2025-01-07T12:31:33.081Z (9 months ago)
- Topics: ocr, python, receipt
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Receipt_OCR
This project is written in Python and utilizes three different libraries: OpenCV, Tesseract, and Flask. The objective is to create an OCR tool that can extract data from a receipt and transform it into JSON format.Flask is utilized to create an API that can be tested using tools like Postman, or can be integrated into an application. However, the current implementation does not include a public server for use.