https://github.com/chrys87/ocrdesktop
Accessiblity tool for use the current window with OCR technique
https://github.com/chrys87/ocrdesktop
a11y accessibility linux macros ocr ocr-technique python3 tesseract
Last synced: 9 months ago
JSON representation
Accessiblity tool for use the current window with OCR technique
- Host: GitHub
- URL: https://github.com/chrys87/ocrdesktop
- Owner: chrys87
- Created: 2015-08-12T19:15:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T08:27:58.000Z (almost 4 years ago)
- Last Synced: 2023-03-24T18:58:09.124Z (over 3 years ago)
- Topics: a11y, accessibility, linux, macros, ocr, ocr-technique, python3, tesseract
- Language: Python
- Homepage: https://wiki.archlinux.org/index.php/Ocrdesktop
- Size: 134 KB
- Stars: 10
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
Awesome Lists containing this project
README
# ocrdesktop
Accessiblity tool for use the current window with OCR technique
# Here is the wiki:
https://wiki.archlinux.org/index.php/Ocrdesktop
# Dependencies:
- python3
- tesseract
- tesseract-lang-
- python3-pillow
- python-atspi
- python-pytesseract
- libwnck3
- GTK3
# Optional Dependencies:
- python-scipy (for color detection)
- python-webcolors (for color detection)
- python-pdf2image (for pdf support)
# INSTALL
## ArchLinux ocrdesktop stable
$ yay -S ocrdesktop
## ArchLinux ocrdesktop git
$ yay -S ocrdesktop-git
## ArchLinux dependencies only:
$ yay -S python tesseract tesseract-data-deu tesseract-data-eng python-pillow python-atspi libwnck3 gtk3 python-webcolors python-scipy python-pytesseract python-pdf2image