docx2python icon indicating copy to clipboard operation
docx2python copied to clipboard

how to get project number in docx

Open mashagua opened this issue 7 months ago • 1 comments

when i use from docx2python import docx2python doc_result = docx2python(file_path) doc_result.body[2][0] and the result like this: [[14)\t\t\t其他', '', '\t1)\t\t\t税费. 除非双方另有明确约定,由任何机关/个人征收的与该商铺使用有关的任何种类的税金、行政规费、收费、费用等应由甲方承担,除非适用法律另有规定。', '',]], but the real content is this: 14. 其他

14.1 税费. 除非双方另有明确约定,由任何机关/个人征收的与该商铺使用有关的任何种类的税金、行政规费、收费、费用等应由甲方承担,除非适用法律另有规定。 how to fix this error and get the real content not the '\t1)\t\t\t税费. 除非双方另有明确约定,由任何机关/个人征收的与该商铺使用有关的任何种类的税金、行政规费、收费、费用等应由甲方承担,除非适用法律另有规定。'"

mashagua avatar Jul 15 '24 07:07 mashagua