An open API service indexing awesome lists of open source software.

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

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.