herrschmidt0 / Receipt-parser

Receipt parser app, using OCR (Tesseract) and regular expressions, with BK-tree based spellchecker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Receipt parser

Receipt parser app, using OCR (Tesseract) and regular expressions, with BK-tree based spellchecker.

Overview

The input of the app is an image of a receipt. Tesseract library is used for optical character recognition. The obtained text is processed by a parser, that recognizes rows containing products and the sum.

About

Receipt parser app, using OCR (Tesseract) and regular expressions, with BK-tree based spellchecker.


Languages

Language:C++ 97.1%Language:QMake 2.9%