I am trying to compile the Tesseract OCR code and have run into many problems.One is that the tessembeded.cpp function calls the \"edges_and_textord\" function and that other .cpp files call the \"fin
I am developing a sample scan activity for card reading(OCR) using Tesseract tools. It works fine on emulator (using android 2.2) and scans given card from sdcard fastly and easily.
I\'m trying to run tesseract on c #. The program works well on English language\'ocr.Init(@\"C:\\Program Files\\Tesseract-OCR\\tessdata\", \"eng\", false);\'
I am working on android app. What I need is directly path to traineddata file (to init tesserac开发者_StackOverflow社区t).
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I tried to train tesseract with unconnected letters and it is working nice. But i wonder if i can recognize handwr开发者_JS百科iting with connected letters.
I really need you guy HELP , I run my program in Xcode and its successful but later, Its show me this error: **Thread 1: Program received signal :\"EXC_BAD_ACCESS\" on my program line that I have **
I\'m having a crash error on init method in TessBaseAPI class, please help me on this one, below is the log file:
I am trying to compile tesseract for android using android ndk r5, code of tesseract is obtained by checking out http://code.google.com/p/tesseract-android-tools/, i am unable to compile tesseract and
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.