Image to doc converter tool helps to translate JPG or PNG images to word with the assistance of a text scanner and saves the text in a document file.
- Install Python 3.8.X from here.
- Install tkinter
pip install tkinter
. - Install pillow from
pip install pillow
. - Install pytesseract from
pip install pytesseract
- Download
[tesseract 32-bit](https://rb.gy/gc55qc) or [tesseract 64-bit](https://rb.gy/yc6c2s)
- Clone this repository:
git clone https://github.com/iam-hasibul/Img-to-Doc-Converter
or clickDownload ZIP
in the right panel and extract it. - Run
python img-to-doc.py
from the repository's directory. - Click on
Browse a file
button and choose an image file. - Click on
Convert
button to convert the image file to doc file.