implement tesseract OCR in iphone

后端 未结 3 1149
没有蜡笔的小新
没有蜡笔的小新 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 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/

提交回复
热议问题