-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
При прочтении следующего файла
2 — копия.docx
document1 = reader.read("2 — копия.docx", parameters={"with_attachments": "false", "need_header_footer_analysis": "True"})
print(document1.lines)
При прочтении второй и третьей строки, они отображается как bold:
print(document1.lines[2].annotations[-1].to_api_schema())
print(document1.lines[3].annotations[-1].to_api_schema())
Хотя они не является жирными в документе
Metadata
Metadata
Assignees
Labels
No labels