desktop-ubuntu/ocr/_install.sh

16 lines
197 B
Bash
Raw Normal View History

2023-06-18 15:34:39 +02:00
#!/usr/bin/zsh
sudo apt update -y
sudo apt build-dep -y --fix-missing \
python-imaging
sudo apt install -y \
gimagereader \
tesseract-ocr-all
tesseract input.png output --oem 1 -l eng