Hi! I am developing a new OCR tool for Elite. It converts commodities market screenshots to text.
It is similar to EliteOCR, but I am trying to achieve higher accuracy. My tool is not based on TesseractOCR or any other OCR solution. It is built from scratch.
I have developed an image filtering algorithm which filters out the background and preserves most text features (filtered screenshot example: http://ishack.co/f0d8JYe7p). Filtered images are then processed by a custom neural network. Using specialized solutions gives much better results than any general purpose OCR system.
The prototype version is currently available here:
http://dangerousneurons.com/
Remember, it is just a prototype. Digits recognition accuracy is at 100% according to my test data, but letters accuracy is at just about 94%. Accuracy will improve when more training data will be provided. Some image filtering parameters still need tweaking, currently it may drop some parts of screenshots.
It is best to upload PNG screenshots. JPEG format is not suitable for text and will cause recognition problems.
Please report any recognition errors you encounter.
It is similar to EliteOCR, but I am trying to achieve higher accuracy. My tool is not based on TesseractOCR or any other OCR solution. It is built from scratch.
I have developed an image filtering algorithm which filters out the background and preserves most text features (filtered screenshot example: http://ishack.co/f0d8JYe7p). Filtered images are then processed by a custom neural network. Using specialized solutions gives much better results than any general purpose OCR system.
The prototype version is currently available here:
http://dangerousneurons.com/
Remember, it is just a prototype. Digits recognition accuracy is at 100% according to my test data, but letters accuracy is at just about 94%. Accuracy will improve when more training data will be provided. Some image filtering parameters still need tweaking, currently it may drop some parts of screenshots.
It is best to upload PNG screenshots. JPEG format is not suitable for text and will cause recognition problems.
Please report any recognition errors you encounter.