"...pai-megatron-patch.git" did not exist on "deb8370cf3b7ed7d3401bab887b214f130135594"
Commit 67bd7bf5 authored by zhougaofeng's avatar zhougaofeng
Browse files

Update pdf_extract_kit.py

parent 3f976f68
...@@ -337,7 +337,7 @@ class CustomPEKModel: ...@@ -337,7 +337,7 @@ class CustomPEKModel:
layout_res.append(new_item) layout_res.append(new_item)
layout_cost = round(time.time() - layout_start, 2) layout_cost = round(time.time() - layout_start, 2)
total_cost = layout_cost 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) 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