No description
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin | ||
| README.md | ||
ocr
Runs tesseract on image files, or on the clipboard when no file is given, and prints the recognized text on stdout.
ocr screenshot.png
ocr -l fra+eng page1.png page2.png
ocr # clipboard
Dependencies
tesseractand the language data you need (e.g.tesseract-ocr-fraon Debian,tesseract-data-fraon Arch)- Python 3 with
pytesseractandPillow - for the clipboard:
wl-paste(Wayland) orxclip(X11), used by Pillow