tangle пре 2 недеља
родитељ
комит
d427c9b468

+ 0 - 2
core/construction_review/component/minimal_pipeline/pdf_extractor1.py

@@ -16,11 +16,9 @@ from foundation.observability.logger.loggering import review_logger as logger
 
 from .ocr_processor import OcrProcessor, OcrResult, TableRegion
 
-
 SECTION_TITLE_KEY = "章节标题"
 EMPTY_SECTION_PLACEHOLDER = "[本节无纯文本,原文档中可能为纯图片或表格]"
 
-
 TABLE_OCR_START = "[表格OCR识别结果]:"
 TABLE_OCR_END = "[/表格]"
 CN_LIST_L1_NUMERIC_L2_RULE = "Rule_8_中文序号章数字小节派"