Commit 4c1c1b4b authored by zhougaofeng's avatar zhougaofeng
Browse files

Update UNIPipe.py

parent 3fb62a69
......@@ -26,7 +26,7 @@ class UNIPipe(AbsPipe):
def pipe_classify(self):
# self.pdf_type = AbsPipe.classify(self.pdf_bytes)
# logger.info(f'self.pdf_type:{self.pdf_type}')
logger.info('暂时强制使用ocr pdf')
# logger.info('暂时强制使用ocr pdf')
self.pdf_type = self.PIP_OCR
def pipe_analyze(self):
......@@ -57,7 +57,7 @@ class UNIPipe(AbsPipe):
# logger.info(f'drop_mode:\n{drop_mode}')
# logger.info(f'md_make_mode:\n{md_make_mode}')
result = super().pipe_mk_markdown(config_path,img_parent_path, drop_mode, md_make_mode)
logger.info(f"uni_pipe mk {md_make_mode} finished")
# logger.info(f"uni_pipe mk {md_make_mode} finished")
return result
......
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