Реализованы сервисы ВМ2 - проверка сообщений и синхронизация с Б24 (деплой еще без перевода в боевой режим)

This commit is contained in:
mi
2026-08-13 18:52:42 +03:00
parent 5100ba9fc3
commit 99605b1c77
144 changed files with 15295 additions and 1120 deletions
@@ -0,0 +1,27 @@
{
"schema_version": 1,
"bundle": "detector-2026-08-03",
"implementation": {
"python": "3.12",
"pillow": "runtime-pinned-lock-required",
"pillow_heif": "runtime-pinned-lock-required"
},
"supported_mime_types": [
"image/jpeg",
"image/png",
"image/webp",
"image/heic",
"image/heif",
"application/pdf"
],
"hard_limits": {
"max_size_bytes": 5242880,
"max_pixels": 25000000,
"max_dimension": 10000,
"max_webp_frames": 100,
"max_heif_items": 100,
"max_pdf_pages": 500,
"max_pdf_objects": 100000,
"max_decoded_bytes": 104857600
}
}