hm_ai_qc_report_tool/modules/printer_check/regions.json
nickviljoen d036752d17 v2.2.0: Gemini video, batch grouping, thumbnails, speed, price fix, printer check
- Video QC: Switch to Google Gemini direct video analysis as default (OpenAI frame grid fallback)
- HM QC: Group reports by batch with collapsible sections, ZIP download per batch
- HM QC: Generate asset thumbnails (150px) displayed in report listings
- Speed: Remove artificial delays, add ThreadPoolExecutor(2) for parallel batch processing
- Price detection: Improved prompt with country context, detect all prices, increased text limit
- New Printer Check module: CSV-to-PDF cross-referencing ported from CrossMatch Rust app

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-16 13:56:07 +02:00

98 lines
No EOL
2.1 KiB
JSON

{
"EEU": {
"name": "Eastern Europe",
"countries": [
"AL",
"BA",
"BG",
"CY",
"CZ",
"EE",
"GE",
"GR",
"HU",
"KZ",
"LT",
"LV",
"MK",
"ME",
"PL",
"RO",
"RS",
"SK",
"TR",
"UA",
"XK"
],
"groups": [
{
"id": "kz_ua",
"label": "KZ, UA",
"countries": [
"KZ",
"UA"
]
},
{
"id": "tr",
"label": "TR",
"countries": [
"TR"
]
},
{
"id": "rest",
"label": "Rest",
"countries": [
"AL",
"BA",
"BG",
"CY",
"CZ",
"EE",
"GE",
"GR",
"HU",
"LT",
"LV",
"MK",
"ME",
"PL",
"RO",
"RS",
"SK",
"XK"
]
}
]
},
"CEU": {
"name": "Central Europe",
"countries": [
"DE",
"AT",
"CH",
"NL",
"SI"
],
"groups": [
{
"id": "arian",
"label": "Arian (AT, CH, SI)",
"countries": [
"AT",
"CH",
"SI"
]
},
{
"id": "kurten",
"label": "Kurten (DE, NL)",
"countries": [
"DE",
"NL"
]
}
]
}
}