Commit 1d5d7781 authored by 赵小蒙's avatar 赵小蒙
Browse files

qa版本最终阶段保留pdf_intermediate_dict信息

parent 90ea9096
...@@ -520,7 +520,7 @@ def ocr_pdf_intermediate_dict_to_markdown_with_para_for_qa( ...@@ -520,7 +520,7 @@ def ocr_pdf_intermediate_dict_to_markdown_with_para_for_qa(
) )
# 把无用的信息清空 # 把无用的信息清空
jso["doc_layout_result"] = "" jso["doc_layout_result"] = ""
jso["pdf_intermediate_dict"] = "" jso["pdf_intermediate_dict"] = pdf_intermediate_dict
jso["pdf_meta"] = "" jso["pdf_meta"] = ""
except Exception as e: except Exception as e:
jso = exception_handler(jso, e) jso = exception_handler(jso, e)
......
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