moevm / moevm/document_insight_system
Инструкция для пользователей по проверке возможности парсинга файлов
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Сейчас при ошибке парсинга выводится сообщение про "попробуйте пересохранить или напишите в поддержку" - часто проблема в python-библиотеке и исходном файле (и чтобы это исправить, мне приходится самому лезть в исходники файла вплоть до unzip docx) - эту работу можно частично переложить на студентов
Примеры ошибок: в файле в каком-нибудь поле/атрибуте, где при парсинге ожидается int, стоит 8.999999 или NoneType
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the current parsing-error message and the examples of invalid values in fields or attributes, including 8.999999 and NoneType. Document checks users can perform on source files, including inspecting a DOCX archive when needed, and define what information they should provide when contacting support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- Half a day
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100