Skip to content

OCR – Optical Character Recognition does the work of visual analysis – simply identifies text characters in digital images (examines & translates the characters into code that can be used for data processing). Here I have a model that does all of that and saves texts from image as readable document. Trying out something very similar to google le…

License

Notifications You must be signed in to change notification settings

chemicoPy/lens_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lens_it

Requirement: Download & install Tesseract-OCR and copy the installed/saved path to code as I have it in line 25. Please find the Tesseract-OCR software here

Also, to note: Image file must be in the same location as the code file.

  • Run and enter the filename including its extension in the program. For example: computer.jpg

  • Wait for few seconds till the program ends its running (import image will be displayed).

  • Finally, check for the saved text document in the same location as the image file & code file. Saved as “exp_txt”.

    Using Spyder IDLE? Just open “exp_txt” in variable explorer panel

Please edit the saved text document just in case some alphabets are mistaken for another.

About

OCR – Optical Character Recognition does the work of visual analysis – simply identifies text characters in digital images (examines & translates the characters into code that can be used for data processing). Here I have a model that does all of that and saves texts from image as readable document. Trying out something very similar to google le…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages