Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 834 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 834 Bytes

GUI - Extract image text to .txt file

main

The application can extract the text present in the images and save it to .txt file.
It is capable to extract images with noise around the text. The example of usage of application is outlined below.

Run application

1

Select options available (Eg. to display masked background incase of noise around the text in the image; display processed image)

2

Click upload image and above example image is imported then processed

3

To use the project:
First check with requirements

pip install requirements.txt

then run GUI.py

python3 GUI.py

Have fun with digitalization :)