Re: tesseract-3.01 compiling issue on linux

2011-04-21 Thread oleg
Hi guys, I use cygwin and get the same (r581). Is there a workaround solving the matter? Thanks in advance, Oleg On Apr 7, 2:56 am, zl2k wrote: > hi, all, > > Ijustcheckedouttesseract-3.01(r581) from svn but got the following > compiling error on linux box > > colfind.cpp:449: error: âboxaGetCou

Re: hOCR output?

2011-04-21 Thread Dmitri Silaev
You're still striving to know, since 2008 )) Use this in a config file: tessedit_create_hocr T Warm regards, Dmitri Silaev www.CustomOCR.com On Fri, Apr 22, 2011 at 3:55 AM, Bill Janssen wrote: > So, how do I enable the hOCR output mode in tesseract 3? > > -- > You received this messa

hOCR output?

2011-04-21 Thread Bill Janssen
So, how do I enable the hOCR output mode in tesseract 3? -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this group, send email to tesseract-ocr+unsubscr...@

Re: boxtiff file for arabic

2011-04-21 Thread Zdenko Podobný
There were several such requests for tesseract 3.00 but without result ;-) In past somebody tried to train tesseract based on released box+tiff files ([1], boxtiff-2.01-*.tar.gz [2]) and he got different result that published ;-) So I think it does not make sense to wait for box+tiff files...

symbol lookup error when training tesseract 3.01

2011-04-21 Thread gregg
Hi, I am trying to train tesseract 3.01. I have successfully created .box and .tr file. I get the following error when trying to create a Character Set file: bash$ unicharset_extractor rua.oldstandard.exp0.box unicharset_extractor: symbol lookup error: unicharset_extractor: undefined symbol: tess

getting error while using tesseract to extract the text in the image using android

2011-04-21 Thread srinivasan
Hi, I built the tesseract ocr for android using android tesseract tool and everthing went fine. I also got the library files. when I tried to use the java wrappers to access the native methods, the device getting crashed. Im using the tesseract directly in camera callaback. The code is as follows