I am using OCR tool provided by Google's Document AI to extract text from images such as the one given below:
My goal is to create a dataframe with all the metrics given such as Rate, RR, PR as columns that are filled in with the succeeding values. This can easily be done with the help of a regular expression that records numeric values present after a keyword such as "Rate". The problem, however, is when I use the document AI OCR to extract the text, it prints it as follows:
How or what can I do to enable the document ocr to print the text exactly as seen in the image?
Any help would be greatly appreciated :)