Need some advices to learn OCR related techniques [closed]

血红的双手。 提交于 2019-12-06 10:20:11

问题


I'm working on an OCR project for iPhone using tesseract OCR engine. I'm planning to write the following modules:

  • Capture image from iPhone camera
  • Pre-process on the image to refine it, in order to improve the OCR output.
  • Divide the OCR output into meaningful fields.
  • Define some rules for the OCR engine in order to neglect any undefined characters. (e.g. if the the OCR output is 0226s5242 I want it to ignore the s character)

I want to begin learning the topics related to these modules, I'm not aware of the OCR related techniques, so any advice will be very helpful, Thanks.


回答1:


Then start with compiling tesseract for iphone.

This link may help you.

Also try below question:

How to cross compile tesseract ocr engine for iphone?

Then try some OCR demo : Try it here

And search in SOF, a lot of related links are here:

implement tesseract OCR in iphone

iPhone: How to use Tesseract

Tesseract Example for Iphone

etc are some of them..



来源:https://stackoverflow.com/questions/10025744/need-some-advices-to-learn-ocr-related-techniques

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!