Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 508 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 508 Bytes

ocr-scripts

My OCR scripts that I use for grabbing text from images with tesseract.

Written in Bash. Using them requires a screenshooter (uses scrot by default), xclip and tesseract

ocr-image takes 1 argument - the language used by tesseract. It is 3 letters long and can be found via your package manager, e. g. eng for English.

ocr-file takes 2 arguments - the language and the file path.

.desktop files some language shortcuts are included in the extra directory of this repository