Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 280 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 280 Bytes

Simple_OCR_cli

OCR application that can digitize text from images.

Very simple to use, but it requires for tesseract to be installed.

aftewards in the terminal you can just run python ocr.py "image.png" and you'll get the resulting text into the output folder as a txt file.