I was trying to analyze the following image, and convert it to text, using Google Cloud Vision
I realize that it has low quality, and that some words aren't exactly uniquely identifiable. My current strategy was to threshold and splice into sections using numpy and opencv. Then, for each section I use the document_text_detection
function to get the results for each section of the sentence above. However, this gives extremely poor quality. I am not looking for 100% accuracy, but just something that looks fairly close to what is written in this line. Any suggestions to improve the result? Are there other tools than GCV that could be useful?