test drone

This commit is contained in:
Arxip222 2025-12-24 10:57:27 +03:00
parent 7b7165a44b
commit 9f111ad2c2

View File

@ -67,6 +67,8 @@ class DocumentParserService:
return title, content
except YandexOCRError:
raise
except Exception as e:
raise YandexOCRError(f"Ошибка при парсинге изображения: {str(e)}") from e