主帖
7 条回复
如何在iOS程序里面进行OCR?
找到的开源库
Tesseract-OCR最早是HP开发的,现在是属于Google的开源项目。
贴在这里,当作收藏,我手头的项目完了,我就会测试这个东西
找到的开源库
Tesseract-OCR最早是HP开发的,现在是属于Google的开源项目。
贴在这里,当作收藏,我手头的项目完了,我就会测试这个东西
Of course, you could use open source OCR engine, like Tesseract, Ocropus, and etc. If you like, it is very easy to design it by yourself using library about image processing and machine learning. OpenCV is a popular lib. I used to write a app about number plate recognition on my capstone. Here are some useful books with teaching codes.
Mastering OpenCV with Practical Computer Vision Projects
Instant OpenCV for iOS