How to read text below a particular text in an Image? Involves OCR reading of both the texts… Please suggest…
You can read the entire file using OCR and perform string operations.
Cheers @Pankit
reading the entire PDF using OCR is not giving desired results… Plus : The data is unstructured. I will have to open the PDF and get data below a specific data… Any suggestions?
Fine it’s very simple buddy
If we are sure with the value of one below which the text we want occurs we can directly use OCR for the whole image and do string manipulation to get the value we want
Kindly try this and let know for any queries or clarification
Cheer @Pankit
For the first value as well, we need to use OCR… talking about activities like " Get OCR text position" and then use Set clipping region etc
May i know why do we need to open the pdf file and get the data we want
we do have an option to read the pdf without opening pdf
and moreover, if we sure with the text below which we have the output, then we can use simple split or regex method right…
Kindly correct me if i m wrong
Cheers @Pankit
The data received is in unstructured form… So, merely reading PDF using OCR wont work…