moevm / moevm/document_insight_system

Более глубокий / сложный парсинг исходных файлов

Open
#822 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

priority: MID
Dominant language
Python
Stars
9
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Многие критерии оформления требуют работы со страницами и пр. редакторо-зависимым контентом (формулы, генерируемые поля, номера страниц и пр.), поэтому они используют для проверки pdf, который тоже имеет свои проблемы из-за конвертации (https://github.com/moevm/document_insight_system/issues/821), а при загрузке нормального pdf от студента уже критерии могут не работать корректно (т.к. при разработке писались и тестировались на сконвертированных в сервисе)

Возможно, есть инструменты которые не просто парсят docx/pptx (как zip-архив и xml-файлы), а делают что-то более умное / близкое к поведению текстового редактора

  • сейчас используются python-docx / python-pptx

возможный список для проверки возможностей (не исследовано)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the current python-docx and python-pptx parsing approach, then compare the capabilities of Docling and the other tools listed in the issue. Use issue #821 to understand the PDF conversion problems. Done means documenting whether a tool can handle editor-dependent content more reliably and identifying a viable integration direction.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.