Last active
September 2, 2021 15:55
-
-
Save hansheng0512/2a4286dd1ef848e56a3f651a18aa0dde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/tesseract-ocr/tesseract.git | |
git checkout -b <branch name / version> | |
sudo sh autogen.sh | |
sudo ./configure | |
sudo LDFLAGS="-L/usr/local/lib" CFLAGS="-I/usr/local/include" make | |
sudo make install | |
sudo make install -langs | |
sudo ldconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment