[tesseract-ocr] error when make

2016-05-24 Thread Dennis Park
hi, guys: configure is ok, when running make, I got the following error: any idea why? Thank in advance. Dennis /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -O2 -DNDEBUG -DUSE_STD_NAMESPACE -I../ccutil -I../ccstruct -I../viewer -I../classify -I../dict -I../word

Re: [tesseract-ocr] configure: error: leptonica library missing -- FAQ is not working

2016-05-24 Thread Dennis Park
Thanks, Zdenko ./configure is ok now. Have to install leptlib following instruction: http://www.leptonica.com/vs2008doc/building-image-libraries.html Thanks, again Dennis On Tuesday, May 24, 2016 at 9:23:18 PM UTC+8, zdenop wrote: > > That lines are just summary of test above that lines: > >

[tesseract-ocr] Re-Training of German Fraktur (deu_frak)

2016-05-24 Thread Sebastian Goettel
Dear fellows, I have somewhat a difficult problem for me. I googled many times and found many hints and tipps but not a really working methode for me I'm making it short as possible: I want to OCR an old german dictionary for my master-thesis in linguistics. The available traineddata of German

Re: [tesseract-ocr] configure: error: leptonica library missing -- FAQ is not working

2016-05-24 Thread Zdenko Podobný
That lines are just summary of test above that lines: configure:16988: checking for leptonica configure:17007: result: yes configure:17009: checking for pixCreate in -llept configure:17034: g++ -o conftest -g -O2 -I/home/work/.jumbo/include -I/home/work/.jumbo/include/leptonica -L/home/work/.jumbo

Re: [tesseract-ocr] configure: error: leptonica library missing -- FAQ is not working

2016-05-24 Thread Dennis Park
1689:configure:17009: checking for pixCreate in -llept 1742:| char pixCreate (); 1746:| return pixCreate (); 1812:ac_cv_lib_lept_pixCreate=no any clue? Thanks Dennis On Tuesday, May 24, 2016 at 7:13:32 PM UTC+8, zdenop wrote: > > have a look at config.log for reason (search for "pixCreate") >

Re: [tesseract-ocr] configure: error: leptonica library missing -- FAQ is not working

2016-05-24 Thread Zdenko Podobný
have a look at config.log for reason (search for "pixCreate") Zdenko On Tue, May 24, 2016 at 10:51 AM, Dennis Park wrote: > faq says: > CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" > ./configure > would work, but i still got the problem: > .. > checking for mbsta

[tesseract-ocr] Re: Way to set minimum font size to reduce errors

2016-05-24 Thread B . Zaręba
Probably not useful for the OTP anymore, but if someone else bumps here looking for anwers: Try: textord_old_xheight 1 #this is important textord_min_xheight 35 Also you may find this useful: textord_max_noise_size 18 W dniu wtorek, 21 kwietnia 2015 08:33:37 UTC+2 użytkownik John James napis

[tesseract-ocr] Re: tesseract command not executed via alfresco OCR, but manually at Linux command line works

2016-05-24 Thread zippak
Hi RVP, have you solved the issue..? I'm having the same problem so i would appreciate your help. Thank you Dne úterý 27. ledna 2015 8:54:50 UTC+1 RVP napsal(a): > > I'm new to this. > > We are using alfresco-4.2.2 on RHEL6.5x64, and within a bash script, we > call 'tesseract' to do the img to

[tesseract-ocr] configure: error: leptonica library missing -- FAQ is not working

2016-05-24 Thread Dennis Park
faq says: CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure would work, but i still got the problem: .. checking for mbstate_t... yes checking for leptonica... yes checking for pixCreate in -llept... no configure: error: leptonica library missing