rezw4n / pyOCR

A simple python script that puts all the text from an image into a text file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyOCR

A simple Python script that uses tesseract and pytesseract to detect texts in an image and write it to a text file

Requirements

pyOCR depends on two libraries, Pillow and Pytesseract. To install them, type the following command on cmd or powershell.

pip install -r requirements.txt

Note: You need to install tesseract from here and add it to your path for the script to work.

Usage

Just move the script to the folder where your image is and just double-click to run the program.

Script in Action

pyOCR

About

A simple python script that puts all the text from an image into a text file


Languages

Language:Python 100.0%