We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 При считывании этого файла возникает ошибка связанная с размером шрифта
from dedoc.readers import DocxReader filepath = "Положение.docx" reader = DocxReader(config={}) document = reader.read(filepath, parameters={"with_attachments": "false"})
Ошибка: ValueError: could not convert string to float: '8pt'
ValueError: could not convert string to float: '8pt'
The text was updated successfully, but these errors were encountered:
Ошибка воспроизвелась, постараемся исправить в ближайшее время, спасибо!
Sorry, something went wrong.
Поправили в новой версии dedoc==2.0
NastyBoget
No branches or pull requests
Положение.docx
При считывании этого файла возникает ошибка связанная с размером шрифта
Ошибка:
ValueError: could not convert string to float: '8pt'
The text was updated successfully, but these errors were encountered: