On Wed, Oct 26, 2016 at 9:38 AM, Saliaj Adrian <[email protected]> wrote:
> Hello, > > Tesseract 2 is installed on my CentOs7 server. > > I would like to upgrade it to tesseract 3.03 to enable the PDF output. > > How can I do it ? > pkgs.org lists ready-to-install RPMs for CentOS and other distros. First, install leptonica, then tesseract and the language packs you need. yum install ' http://dl.fedoraproject.org/pub/epel/7/x86_64/l/leptonica-1.72-2.el7.x86_64.rpm ' yum install ' http://dl.fedoraproject.org/pub/epel/7/x86_64/t/tesseract-3.04.00-3.el7.x86_64.rpm ' yum install ' http://dl.fedoraproject.org/pub/epel/7/x86_64/t/tesseract-langpack-deu-3.04.00-3.el7.noarch.rpm ' (tested in centos docker container) -- 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/CAMSxm4dfGKqK6jnhVGkLe%3DB4sONVi%2B5w3Wgu1VPbSL8Kp0Hdvw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

