VikParuchuri / marker

Convert PDF to markdown quickly with high accuracy
https://www.datalab.to
GNU General Public License v3.0
14.66k stars 764 forks source link

AttributeError: 'PdfDocument' object has no attribute 'name' #119

Open lvjg opened 2 months ago

lvjg commented 2 months ago

File "/xxx/xxx/marker/marker/debug/data.py", line 50, in dump_bbox_debug_data doc_base = os.path.basename(doc.name).rsplit(".", 1)[0] AttributeError: 'PdfDocument' object has no attribute 'name'

VikParuchuri commented 2 months ago

Ah yeah, I didn't redo the debug routines when I updated marker. Will get to this next week