|
|
@@ -3,12 +3,12 @@ pipeline_name: PP-StructureV3
|
|
|
|
|
|
batch_size: 8
|
|
|
|
|
|
-use_doc_preprocessor: True
|
|
|
+use_doc_preprocessor: False
|
|
|
use_seal_recognition: True
|
|
|
use_table_recognition: True
|
|
|
use_formula_recognition: True
|
|
|
use_chart_recognition: True
|
|
|
-use_region_detection: True
|
|
|
+use_region_detection: False
|
|
|
|
|
|
SubModules:
|
|
|
LayoutDetection:
|
|
|
@@ -77,7 +77,7 @@ SubPipelines:
|
|
|
pipeline_name: doc_preprocessor
|
|
|
batch_size: 8
|
|
|
use_doc_orientation_classify: True
|
|
|
- use_doc_unwarping: True
|
|
|
+ use_doc_unwarping: False
|
|
|
SubModules:
|
|
|
DocOrientationClassify:
|
|
|
module_name: doc_text_orientation
|
|
|
@@ -100,8 +100,8 @@ SubPipelines:
|
|
|
module_name: text_detection
|
|
|
model_name: PP-OCRv5_server_det
|
|
|
model_dir: null
|
|
|
- limit_side_len: 736
|
|
|
- limit_type: min
|
|
|
+ limit_side_len: 1600
|
|
|
+ limit_type: max
|
|
|
max_side_limit: 4000
|
|
|
thresh: 0.3
|
|
|
box_thresh: 0.6
|
|
|
@@ -165,8 +165,8 @@ SubPipelines:
|
|
|
module_name: text_detection
|
|
|
model_name: PP-OCRv5_server_det
|
|
|
model_dir: null
|
|
|
- limit_side_len: 736
|
|
|
- limit_type: min
|
|
|
+ limit_side_len: 1600
|
|
|
+ limit_type: max
|
|
|
max_side_limit: 4000
|
|
|
thresh: 0.3
|
|
|
box_thresh: 0.4
|