Daily Shaarli

All links of one day in a single page.

October 29, 2023

智谱清言
Tesseract OCR V5.0安装教程(Windows) - 简书
Compilation guide for various platforms | tessdoc

git clone https://github.com/tesseract-ocr/tesseract/
cd tesseract
./autogen.sh
mkdir build
cd build

Optionally add CXX=g++-8 to the configure command if you really want to use a different compiler.

../configure PKG_CONFIG_PATH=/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libarchive/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig
make -j

Optionally install Tesseract.

sudo make install

Optionally build and install training tools.

make training
sudo make training-install