Determine the quality of text outputted by pytesseract using natural language processing. This will allow for a measure of how good the output text is, and whether the program should continue on to TTS or inform the user that the scanned image was too poor of quality.
A possible package to use for this could be NLTK. An introductory tutorial can be found here
Determine the quality of text outputted by pytesseract using natural language processing. This will allow for a measure of how good the output text is, and whether the program should continue on to TTS or inform the user that the scanned image was too poor of quality.
A possible package to use for this could be NLTK. An introductory tutorial can be found here