Commit 67bd7bf5 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update pdf_extract_kit.py

parent 3f976f68
......@@ -337,7 +337,7 @@ class CustomPEKModel:
layout_res.append(new_item)
layout_cost = round(time.time() - layout_start, 2)
total_cost = layout_cost
#logger.info(f"layout detection time: {layout_cost}")
# logger.info(f"layout detection time: {layout_cost}")
pil_img = Image.fromarray(image)
......
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