Commit 63971f9c authored by zhougaofeng's avatar zhougaofeng
Browse files

Update pdf_extract_kit.py

parent d4ef4349
...@@ -368,7 +368,7 @@ class CustomPEKModel: ...@@ -368,7 +368,7 @@ class CustomPEKModel:
'text': text, 'text': text,
}) })
ocr_cost = round(time.time() - ocr_start, 2) ocr_cost = time.time() - ocr_start
# logger.info(f"ocr cost: {ocr_cost}") # logger.info(f"ocr cost: {ocr_cost}")
total_cost = round(total_cost + ocr_cost,2) total_cost = round(total_cost + ocr_cost,2)
index = index + 1 index = index + 1
......
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