Commit 5bbb61b7 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update pdf_parse_union_core.py

parent dd4fde1f
...@@ -242,9 +242,9 @@ def pdf_parse_union(pdf_bytes, ...@@ -242,9 +242,9 @@ def pdf_parse_union(pdf_bytes,
'''debug时输出每页解析的耗时''' '''debug时输出每页解析的耗时'''
if debug_mode: if debug_mode:
time_now = time.time() time_now = time.time()
logger.info( # logger.info(
f"page_id: {page_id}, last_page_cost_time: {get_delta_time(start_time)}" # f"page_id: {page_id}, last_page_cost_time: {get_delta_time(start_time)}"
) # )
start_time = time_now start_time = time_now
'''解析pdf中的每一页''' '''解析pdf中的每一页'''
......
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