implement tesseract OCR in iphone

后端 未结 3 1150
没有蜡笔的小新
没有蜡笔的小新 2021-01-03 12:08

i want to implement handwriting recognition in my project

for example when user writes A on the screen, then screen should display A,

相关标签:
3条回答
  • 2021-01-03 12:47

    try this one. http://tinsuke.wordpress.com/2011/11/01/how-to-compile-and-use-tesseract-3-01-on-ios-sdk-5/

    there are some old info. https://github.com/rcarlsen/Pocket-OCR

    0 讨论(0)
  • 2021-01-03 12:55

    I followed this blog( http://tinsuke.wordpress.com/2011/02/17/how-to-cross-compiling-libraries-for-ios-armv6armv7i386/ ). It worked for me.

    0 讨论(0)
  • 2021-01-03 13:00

    Tesseract is currently under Apache License. If you are planning a commercial application, that means you should include a copy of the Apache license, and you display a copy of the required copyright notice wherever your program displays copyright notices.

    http://en.wikipedia.org/wiki/Tesseract_(software)

    Here is a link to someone who is using the engine in their android app. http://gaut.am/making-an-ocr-android-app-using-tesseract/

    0 讨论(0)
提交回复
热议问题