Your problem could be that you have some old version of leptonica installed
on your system. Uninstall and remove all old versions and then try.

ShreeDevi
____________________________________________________________
भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com

On Fri, Mar 17, 2017 at 5:25 PM, ShreeDevi Kumar <shreesh...@gmail.com>
wrote:

> I use the following batch files in the folders where I have cloned
> tesseract and leptonica.
>
> 1. leptonica
>
> #!/bin/bash
> git pull origin
> ./autobuild
> #./configure --disable-dependency-tracking
> ./configure
> make
> sudo make install
> sudo ldconfig
> cd prog
> make
> cd ..
>
> 2. tesseract
>
> #!/bin/bash
> ./autogen.sh
> ./configure
> LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make
> sudo make install
> sudo ldconfig
> make training
> sudo make training-install
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAG2NduXJheZtT%3Du7r6w7z3LfZ214qj3A-GY2JzwKJ5Ud6y_DyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to