diff --git a/pageindex/parser/pdf.py b/pageindex/parser/pdf.py index 14e7f83..f1b0f1f 100644 --- a/pageindex/parser/pdf.py +++ b/pageindex/parser/pdf.py @@ -73,7 +73,6 @@ class PdfParser: continue image_bytes = block.get("image") - ext = block.get("ext", "png") if not image_bytes: continue