PP-StructureV3 的parsing_res_list 如何开启seg_start_flag、seg_end_flag、sub_label、sub_index、index 这些字段呢? #16290
tao-xiaoxin
started this conversation in
Documents
Replies: 1 comment
-
您好,可以 调用 res.save_to_json(save_path="output") ,parsing_res_list 以及 seg_start_flag、seg_end_flag、sub_label、sub_index、index等字段都保存在json文件里,或者使用 res["parsing_res_list"] 读取。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我想问下如何开启这些字段呢?

我的代码如下:
版本是最新版本.3.1.1
Beta Was this translation helpful? Give feedback.
All reactions