You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m exploring MuPDF and noticed that it offers the option to convert PDFs to JSON. However, this JSON output provides bounding box coordinates instead of row and column coordinates. Should we be converting bbox to row/col on our own? Am I missing an easier way to obtain row and column coordinates?