From 7b7165a44bb35c3bcd105937e4f3d2161f0ad299 Mon Sep 17 00:00:00 2001 From: Arxip222 Date: Wed, 24 Dec 2025 10:41:16 +0300 Subject: [PATCH] test2 --- backend/src/application/services/document_parser_service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/application/services/document_parser_service.py b/backend/src/application/services/document_parser_service.py index 2bbae62..c151794 100644 --- a/backend/src/application/services/document_parser_service.py +++ b/backend/src/application/services/document_parser_service.py @@ -67,7 +67,6 @@ class DocumentParserService: return title, content except YandexOCRError: raise - except Exception as e: raise YandexOCRError(f"Ошибка при парсинге изображения: {str(e)}") from e