Column Boundaries do not match when drawn using OpenCV #2867
-
I have a sample pdf which I have converted to images using the pdf2image tool. I have used the script here, The compatibility is important for me because I am already using tools like Doctr and Tesseract to get token-level annotation and the token boundaries I get from those are perfectly fine when drawn using Opencv. Alternatively, is there a way to properly use an image as input for the PyMuPDF tool? I tried doing that, but the computed column boundaries are empty when an image is given as input. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
This is no issue but a typical Discussions post - converting ... |
Beta Was this translation helpful? Give feedback.
-
You did not include the PDF, but from looking at the picture, probably all you need to do is |
Beta Was this translation helpful? Give feedback.
Your last comment sheds some more light on the problem.