Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Text Extractor

Approach

This app build using tkinter 3.9.14 and pytesseract.

  • Import the pytesseract and tkinter modules.
  • Open the image files.
  • use pytesseract.image_to_string() to extract the text from the image.
  • display the text.

Demonstration

GUI looks like below :

image

Select image :

image

output :

image

Durga Vamsi Krishna