OS/Ubuntu
Ubuntu Tesseract-ocr / Tesseract install
강서버
2021. 12. 10. 21:52
728x90
반응형
1. Add PPA
$ sudo add-apt-repository ppa:alex-p/tesseract-ocr-devel
2. Install Tesseract
$ sudo apt install tesseract-ocr
References : https://launchpad.net/~alex-p/+archive/ubuntu/tesseract-ocr-devel
tesseract-ocr - Tesseract command line OCR tool (devel) : Alexander Pozdnyakov
This PPA contains an OCR engine - libtesseract and a command line program - tesseract. The development version available here (currntly 5.0.0 Alpha) is better in many aspects (functionality, speed, stability) but is not 100 % API compatible with version 4.
launchpad.net
반응형