pdf2docx icon indicating copy to clipboard operation
pdf2docx copied to clipboard

pdf2docx-0.5.8版,将附件"深入浅出强化学习01.pdf"转docx后,每段首句被移到末尾了

Open ericshenjs opened this issue 1 year ago • 2 comments

common\Collection.py文件sort_in_line_order函数中作如下修改可修复: # if not self.is_vertical_text: if self.is_vertical_text:

ericshenjs avatar Mar 07 '24 05:03 ericshenjs

layout_修改前.json layout_修改后.json 源代码"if not self.is_vertical_text",debug后生成layout_修改前.json 源代码修改为"if self.is_vertical_text",debug后生成layout_修改后.json

ericshenjs avatar Mar 07 '24 05:03 ericshenjs