I have tried Tesseract with iPhone and assessed its accuracy to be 70% without image preprocessing. I also noticed that it might be poor in extracting digits. I have heard about OCRopus OCR engine: which is better, Tesseract or OCRopus, in terms of digit extraction and if my image preprocessing is low?
Has anyone run tests using both engines comparing the results using the usual metrics?

- 427
- 1
- 6
- 14

- 442
- 2
- 6
- 12
-
27I don't understand why this question is closed. OCR engines can be compared to each other for accuracy -- it's a very objective comparison. Not much "opion-based". – jm. Jan 27 '14 at 17:45
2 Answers
Initially OCRopus was actually using Tesseract as recognition engine inside, but later they changed it to their own brand-new engine. It is still fresh and not mature. We have been making accuracy comparison about year ago, and OCRopus was definitely losing to Tesseract, I am not even talking about commercial enignes. Since then I stopped following OCRopus progress, but what I definetely know that activity on OCRopus support forum is close to zero now. That means, no one is using it. Mostly people are using commercial engines, but if price is an issue for them and they can tolerate lower accuracy, then they use Tesseract. It is definetely best one among Open Source.
-
4Hi Tomato, if we want to use commercial engines, what would you recommend? – Kim Stacks Aug 15 '13 at 04:12
-
2@KimStacks, I think this answer is outdated. Can you please update based on your latest knowledge. Thanks – Trect Oct 29 '18 at 11:06
You can also check the activity of projects in "changes" link
https://code.google.com/p/ocropus/source/list?repo=ocropy
https://code.google.com/p/tesseract-ocr/source/list
tesseract is much busier