NJACKWinterOfCode / Printed-Text-recognition-and-conversion

A software for extracting text from scanned images of printed text documents
MIT License
4 stars 12 forks source link

Save resultant text file with input image name format #33

Open adityaRakhecha opened 5 years ago

adityaRakhecha commented 5 years ago

Add code to save output text file with format For example if the input image is document1.jpg, then resultant text file would be document1_text.txt. This will make user to identify output text file easily and won't overwrite the previous text file.

adityaRakhecha commented 5 years ago

working on it.