markup/pdf.py: print ignored annotations

This commit is contained in:
2020-01-14 12:26:59 -08:00
parent 45d3c5a790
commit 8a88968cc8

View File

@ -178,7 +178,8 @@ def parse_pdf(fname, workdir, debug=0):
elif 'ProCatName' in anno:
prod_boxes.append(make_product_box(anno, pagenum, mediabox))
else:
print('ignoring other annotation')
print('ignoring other annotation:')
print(anno)
fp.close()