OCR

来自WHY42
Riguz留言 | 贡献2024年12月2日 (一) 02:24的版本 →‎Installing

Tesseract OCR

Installing

Install leptonica[1]:

# https://stackoverflow.com/questions/40067547/glibtool-on-macbook
brew install libtool automake

git clone https://github.com/DanBloomberg/leptonica.git
cd leptonica
./autogen.sh
./configure 
make