简体   繁体   English

在iphone中实现tesseract OCR

[英]implement tesseract OCR in iphone

i want to implement handwriting recognition in my project 我想在我的项目中实现手写识别

for example when user writes A on the screen, then screen should display A , 例如,当用户在屏幕上写A时,屏幕应显示A

i had searched on google and so far i have found, tesseract OCR , but i am not getting what is tesseract OCR and how to implement this in my project can someone give demo tutorial of tesseract OCR and i don't know whether tesseract OCR is free or paid ... 我在谷歌上搜索过,到目前为止我发现, tesseract OCR ,但我没有得到什么是tesseract OCR以及如何在我的项目中实现这个可以有人给tesseract OCR演示教程,我不知道tesseract OCR是否是免费或付费......

can someone give idea about tesseract OCR !! 有人可以提出有关tesseract OCR想法!

Tesseract is currently under Apache License . Tesseract目前在Apache许可下 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. 如果您正在计划商业应用程序,这意味着您应该包含Apache许可证的副本,并且只要您的程序显示版权声明,就会显示所需版权声明的副本。

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

Here is a link to someone who is using the engine in their android app. 这是一个链接到在他们的Android应用程序中使用引擎的人。 http://gaut.am/making-an-ocr-android-app-using-tesseract/ http://gaut.am/making-an-ocr-android-app-using-tesseract/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM