Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 219 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 219 Bytes

Convert image to text

Small Python script to convert image to text using CLI.

# Install requirements
sudo apt install tesseract-ocr
pip install -r requirements.txt

# Run converter
python main.py <filename>