This commit is contained in:
2025-12-24 10:41:16 +03:00
parent 193deb7a8c
commit 7b7165a44b
@@ -67,7 +67,6 @@ class DocumentParserService:
return title, content
except YandexOCRError:
raise
except Exception as e:
raise YandexOCRError(f"Ошибка при парсинге изображения: {str(e)}") from e