|
|
@@ -111,7 +111,7 @@ def process_images_unified(image_paths: List[str],
|
|
|
# PP-StructureV3 使用下划线命名
|
|
|
predict_kwargs = {
|
|
|
'img_path': img_path,
|
|
|
- 'use_doc_orientation_classify': kwargs.get('use_doc_orientation', True),
|
|
|
+ 'use_doc_orientation_classify': kwargs.get('use_doc_orientation', False), # 流水分析场景关闭方向分类
|
|
|
'use_doc_unwarping': kwargs.get('use_doc_unwarping', False),
|
|
|
'use_layout_detection': kwargs.get('use_layout_detection', True),
|
|
|
'use_seal_recognition': kwargs.get('use_seal_recognition', True),
|