"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "e2edbedede34d3edaad09c52e8d8b8695169585b"
Commit 22ddf1a8 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update draw_pdf.py

parent 7e4e7ce3
...@@ -266,7 +266,7 @@ class DrawPDF(): ...@@ -266,7 +266,7 @@ class DrawPDF():
for signature_info in signatures_page_list: for signature_info in signatures_page_list:
image = SealExtract()(b64=signature_info.get("SignedValue")) image = SealExtract()(b64=signature_info.get("SignedValue"))
if not image: if not image:
logger.info(f"提取不到签章图片") logger.info(f"在该文件中提取不到签章图片")
continue continue
else: else:
image_pil = image[0] 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