All Projects → ReceiptManager → Receipt Parser Legacy

ReceiptManager / Receipt Parser Legacy

Licence: apache-2.0
A supermarket receipt parser written in Python using tesseract OCR

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Receipt Parser Legacy

veryfi-go
Go module for communicating with the Veryfi OCR API
Stars: ✭ 18 (-97.07%)
Mutual labels:  ocr, invoice
R2cnn faster Rcnn tensorflow
Rotational region detection based on Faster-RCNN.
Stars: ✭ 548 (-10.75%)
Mutual labels:  ocr
Swiftocr
Fast and simple OCR library written in Swift
Stars: ✭ 4,459 (+626.22%)
Mutual labels:  ocr
Repository
Home Assistant Community Add-ons
Stars: ✭ 520 (-15.31%)
Mutual labels:  home-assistant
Seglink
An Implementation of the seglink alogrithm in paper Detecting Oriented Text in Natural Images by Linking Segments
Stars: ✭ 479 (-21.99%)
Mutual labels:  ocr
Esphome Core
🚨 No longer used 🚨 - The C++ framework behind ESPHome
Stars: ✭ 545 (-11.24%)
Mutual labels:  home-assistant
Aster.pytorch
ASTER in Pytorch
Stars: ✭ 473 (-22.96%)
Mutual labels:  ocr
Lovelace Thermostat Dark Card
🌡 Thermostat card with a round and black feel to it
Stars: ✭ 593 (-3.42%)
Mutual labels:  home-assistant
Scanner
二维码/条码识别、身份证识别、银行卡识别、车牌识别、图片文字识别、黄图识别、驾驶证(驾照)识别
Stars: ✭ 547 (-10.91%)
Mutual labels:  ocr
Fots.pytorch
FOTS Pytorch Implementation
Stars: ✭ 513 (-16.45%)
Mutual labels:  ocr
Crow Translate
A simple and lightweight translator that allows to translate and speak text using Google, Yandex and Bing.
Stars: ✭ 503 (-18.08%)
Mutual labels:  ocr
Anti Webspider
Web 端反爬技术方案
Stars: ✭ 486 (-20.85%)
Mutual labels:  ocr
Hassio Zigbee2mqtt
Hass.io add-on for zigbee2mqtt
Stars: ✭ 547 (-10.91%)
Mutual labels:  home-assistant
East
This is a pytorch re-implementation of EAST: An Efficient and Accurate Scene Text Detector.
Stars: ✭ 478 (-22.15%)
Mutual labels:  ocr
Card.io Android Source
The open-source code for the card.io-Android-SDK: provides fast, easy credit card scanning in mobile apps
Stars: ✭ 549 (-10.59%)
Mutual labels:  ocr
Tensorflow psenet
This is a tensorflow re-implementation of PSENet: Shape Robust Text Detection with Progressive Scale Expansion Network.My blog:
Stars: ✭ 472 (-23.13%)
Mutual labels:  ocr
Esp Mqtt Json Digital Leds
(OBSOLETE) ESP8266 MQTT JSON Digital LEDs for Home Assistant
Stars: ✭ 503 (-18.08%)
Mutual labels:  home-assistant
Millionheroassistant
百万 / 冲顶 / 芝士 / UC / 万能 答题助手(知识图谱更加专业,自动推荐答案, Android手机自动屏幕适配,模拟器支持,多开)
Stars: ✭ 524 (-14.66%)
Mutual labels:  ocr
Tr
Free Offline OCR 离线的中文文本检测+识别SDK
Stars: ✭ 598 (-2.61%)
Mutual labels:  ocr
Manta
🎉 Flexible invoicing desktop app with beautiful & customizable templates.
Stars: ✭ 5,160 (+740.39%)
Mutual labels:  invoice

A fuzzy receipt parser written in Python

This is a fuzzy receipt parser written in Python. It extracts information like the shop, the date, and the total form receipts. It can work as a standalone script or as part of the IOS and Android application.

History

This project started as a hackathon idea. Read more about it on the trivago techblog. Also read the comments on HackerNews There's also a talk about the project. The library is now available at PyPi.

Dependencies

The receipt-parser-core library depend on imagemagick. Please install imagemagick with your favorite package manager.

Usage

To convert all images from the data/img/ folder to text using tesseract and parse the resulting text files, run

make run

Docker

A Dockerfile is available with all dependencies needed to run the program.
To build the image, run

make docker-build

To run it on the sample files, try

make docker-run

By default, running the image will execute the make run command. To use with your own images, run the following:

docker run -v <path_to_input_images>:/usr/src/app/data/img mre0/receipt_parser
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].