Проект разделен на два репозитория

This commit is contained in:
mi
2026-08-14 15:42:45 +03:00
parent e06a77ee1d
commit bbef7a30c9
521 changed files with 2597 additions and 2302 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
}
}