desktop-debian/ocr/_install.sh

16 lines
197 B
Bash
Raw Permalink Normal View History

2024-01-04 01:00:22 +01: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