Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Проблема в нумерации при чтении файла docx #494

Closed
ValiullinAlbert opened this issue Sep 11, 2024 · 2 comments · Fixed by #495
Closed

Проблема в нумерации при чтении файла docx #494

ValiullinAlbert opened this issue Sep 11, 2024 · 2 comments · Fixed by #495
Assignees

Comments

@ValiullinAlbert
Copy link

В следующем файле
12.docx
неправильно идет нумерация:

from dedoc.readers import DocxReader
reader = DocxReader(config={})
filepath = '12.docx'
document1 = reader.read(filepath, parameters={"with_attachments": "false", "need_header_footer_analysis": "True"})
for line in document1.lines:
    print(line.line)

То есть нумерация сдвинута на 1 по сравнению с исходным документом

@NastyBoget NastyBoget self-assigned this Sep 12, 2024
@NastyBoget
Copy link
Collaborator

Screenshot 2024-09-12 at 12 42 38

Интересно, что быстрый просмотр документа на mac os показывает то же, что выдает Dedoc. Но при открытии файла нумерация меньше на 1. Посмотрим, в чем проблема

@NastyBoget NastyBoget linked a pull request Sep 12, 2024 that will close this issue
@NastyBoget
Copy link
Collaborator

Поправили в версии dedoc==2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants