Commit 22ddf1a8 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update draw_pdf.py

parent 7e4e7ce3
......@@ -266,7 +266,7 @@ class DrawPDF():
for signature_info in signatures_page_list:
image = SealExtract()(b64=signature_info.get("SignedValue"))
if not image:
logger.info(f"提取不到签章图片")
logger.info(f"在该文件中提取不到签章图片")
continue
else:
image_pil = image[0]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment