Currently I am searching for an appropiate way to find prices in an image. The images are colored and are taken with a camera or smartphone. I already have done some proprocessing like color thresholding, morph. reconstruction and other steps to locate and crop the region where the prices are placed. Now I want to do the recognition of prices.
In our project we already have tried some OCR frameworks (to be precise Tesseract with Tessjeract and also JOCR), but the recognition of numbers in photos is very bad. We also have done some experiments with preprocessed images (color thresholding, opening, segmentation and so on). But with the tested frameworks no satisfiying results were reached.
We also considered that neural networks could be a good way, but all project members haven't enough knowledge about them and there is a very short space of project time. Now we are looking for a framework which is able to find numbers in (preprocessed) images.
Could anybody suggest a framework, favoured a Java framework, which could do this?
I would be pleased if there are some suggestions.