markitdown icon indicating copy to clipboard operation
markitdown copied to clipboard

CropBox missing from /Page, defaulting to MediaBox

Open msyloveldx opened this issue 8 months ago • 1 comments

What should I do?

CropBox missing from /Page, defaulting to MediaBox CropBox missing from /Page, defaulting to MediaBox CropBox missing from /Page, defaulting to MediaBox

msyloveldx avatar Apr 11 '25 02:04 msyloveldx

It's coming from the pdfminer dependency: https://github.com/pdfminer/pdfminer.six/pull/1109

A fix was merged to master a week ago, but they haven't done a release yet. I just commented out the log.warning() call in pdfminer/pdfpage.py:202 in the interim.

tylerseymour avatar Apr 13 '25 00:04 tylerseymour