Skip to content

Instantly share code, notes, and snippets.

@hansheng0512
Last active September 2, 2021 15:55
Show Gist options
  • Save hansheng0512/2a4286dd1ef848e56a3f651a18aa0dde to your computer and use it in GitHub Desktop.
Save hansheng0512/2a4286dd1ef848e56a3f651a18aa0dde to your computer and use it in GitHub Desktop.
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