Thanks a lot shree! Is there anything more you did in the "src" and "prog" directory under leptonica folder like "make allheaders", "make xtractprotos"?
On Friday, 17 March 2017 17:56:13 UTC+6, shree 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 [email protected]. To post to this group, send email to [email protected]. 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/09a752b0-8fa7-4c33-8ca9-96a53164caa3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

