0

Is there any way to read the image line by line with tesseract and get the coordinates of lines? Normally I can read each word tesseract returns dictionary and I can get all positions but no option for the line coordinates? I’m using psm 6 to read line by line but even I use it I receive word’s coordinates

d = pytesseract.image_to_data(img, lang="eng", output_type=Output.DICT)
Anonymous Asked question May 14, 2021