28 lines
608 B
JSON
28 lines
608 B
JSON
{
|
|
"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
|
|
}
|
|
}
|