No description
- Shell 100%
| install.sh | ||
| ocr.desktop | ||
| ocr.sh | ||
| README.md | ||
FlameOCR
Simple script to capture part of the screen with flameshot, read any text off the image and copy it to clipboard.
REQUIREMENTS:
- xclip
- flameshot
- tesseract-ocr
Install all tesseract language files you expect to read, ex. tesseract-ocr-pol tesseract-ocr-eng
Debian/Ubuntu:
apt install tesseract-ocr tesseract-ocr-pol tesseract-ocr-eng xclip flameshot
Arch
pacman -S tesseract tesseract-data-pol tesseract-data-eng xclip flameshot
INSTALL:
git clone https://git.ujwie.co/kaczus/flameshot-tesseract.git
cd flameshot-tesseract
./install.sh