TESSERACT-OCR 4.0+ Installation

Source: Internet
Author: User

Install and use addresses based on TESSERACT-OCR 3.0+:


4.0+ installation is as follows: Mac:

Homebrew Installation:

Ruby-e "$ (curl-fssl https://raw.githubusercontent.com/Homebrew/install/master/install)"

tesseract 4 Installation:

Brew Install leptonic

Brew install tesseract--head 

pip install pytesseract


Linux: prepare the desired lib:

Yum-y install automake libtool autoconf gcc gcc-c++

Lib to compile:

Leptionica version 1.74.4 Address

Tesseract 4.00.00 Alpha Address


leptonic Compilation:

CD Leptonica  
autoreconf-vi  
./autobuild  
./configure  
Make   


Install Tesseract:

CD tesseract  
./autogen.sh  
./configure--enable-debug  
ldflags= "-l/usr/local/lib" cflags= "-I/usr/local/" Include ' Make  
sudo ' make install  

test whether the installation was successful:

python required interface lib:

Pip Install Pytesseract


Download TESSERACT-OCR 4 language pack: Address





Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.