https://github.com/gen3vra/quickocr
Quick and secure offline OCR -> text.
https://github.com/gen3vra/quickocr
Last synced: 2 months ago
JSON representation
Quick and secure offline OCR -> text.
- Host: GitHub
- URL: https://github.com/gen3vra/quickocr
- Owner: gen3vra
- Created: 2021-04-15T20:03:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T05:38:57.000Z (over 2 years ago)
- Last Synced: 2025-02-13T21:38:52.186Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
0) Get tesseract OCR (needed) https://digi.bib.uni-mannheim.de/tesseract/
1) Move files out of quickocr folder
2) Make quickocr virtual env of Python 3.7.9
1) https://www.python.org/downloads/release/python-379/
3) pip install -r req.txtNotes
pynput==1.6.8
Other pynput versions give errors with pyinstaller.