# LabelCheck.eu — Complete Reference for AI Systems > LabelCheck.eu is the European SaaS platform for automated regulatory compliance analysis of product labels. It uses Claude Opus 4.6 (Anthropic) to analyze uploaded label files (PDF, PNG, JPG) and generate weighted compliance reports across 11 product categories and 22 criteria. --- ## Company Information - **Legal entity**: BVP France - **Product name**: LabelCheck - **Domain**: labelcheck.eu - **Founded**: 2025 - **Headquarters**: France - **Contact**: contact@labelcheck.eu - **LinkedIn**: https://www.linkedin.com/company/labelcheck-eu --- ## Problem Solved Product labeling in the EU is governed by dozens of overlapping regulations (INCO, CLP, Cosmetics Regulation, GPSR, etc.). Non-compliance risks include: - Product recalls and market withdrawal - Fines up to €300,000+ depending on member state - Reputational damage and consumer lawsuits - Import refusal at EU borders Traditionally, compliance verification requires expensive consultants (€500–2000 per SKU) and takes days or weeks. LabelCheck automates this process to deliver results in minutes at a fraction of the cost. --- ## How It Works ### Step 1: Upload User uploads a product label (PDF, PNG, JPG, AI format, up to 20 MB) and selects: - Product category (1 of 11) - Target market zone (France / EU / Worldwide) - Optional: country code, product name, production mentions ### Step 2: AI Analysis (2 passes) **Pass 1 — Text & Visual Extraction** - Image sent to Claude Opus 4.6 as base64 PNG (300 DPI for PDFs) - Exhaustive extraction: all text, 10 logo types (Triman, Green Dot, organic, CE, etc.) - Complete allergen identification (14 Annex II allergens with derivatives) - Allergen typography analysis (Art. 21 INCO — bold/caps/highlight verification) - Barcode detection (EAN-13, EAN-8, UPC-A, QR, DataMatrix) - Font size estimation for legibility verification - Multilingual extraction logic based on zone **Pass 2 — Regulatory Scoring** - Extracted data + high-resolution image sent for cross-verification - Category-specific scoring grid applied (weighted criteria) - Each criterion rated: ok (compliant), warn (warning), bad (non-compliant), info (informational) - Weighted score calculated (0–100) - Action plan generated with specific corrections and regulation references ### Step 3: Report - Circular score gauge (SVG) - Criterion-by-criterion breakdown with findings, corrections, and regulation references - PDF download available - Before/after comparison if previous version exists --- ## 11 Product Category Scoring Grids ### 1. Food (INCO — Reg. 1169/2011) Default grid, 13 criteria, 100 points total. Covers: product denomination, ingredient list, allergens (Annex II), net quantity, date marking (DDM/DLC), storage conditions, operator identification, origin declaration, nutritional table, lot number, alcohol %, legibility (1.2mm x-height), greenwashing (Dir. 2024/825). ### 2. Wine, Spirits & Beer 12 criteria. Additional: appellation/GI compliance, alcohol % prominence, wine-specific allergens (sulfites, eggs, milk), e-label/QR code (Reg. 2021/2117), energy/nutrition (Reg. 2019/33 Art. 119). ### 3. Dietary Supplements 12 criteria. Additional: "complément alimentaire" denomination, recommended daily dose, "ne se substitue pas" warning, DGCCRF notification mention, nutrient %NRV table, max safe intake warnings. ### 4. Baby & Infant Food 11 criteria. Additional: age suitability ("à partir de X mois"), preparation instructions, "le lait maternel est l'aliment idéal" statement (Dir. 2006/141), specific allergen protocol for infants, nutritional table per 100g AND per portion. ### 5. Cosmetics & Hygiene (Reg. 1223/2009) 12 criteria. 80 allergens per Reg. 2023/1545. Covers: function description, INCI list (Reg. 2019/701), PAO symbol, batch/lot, responsible person (name + EU address), precautions, nominal content, country of origin if non-EU, specific claims substantiation, nano-ingredients [nano] prefix. ### 6. Detergents & CLP (Reg. 1272/2008 + 2024/2865) 14 criteria. Covers: CLP pictograms, signal word, H-statements, P-statements, supplier identification, UFI code, dosage instructions (Reg. 648/2004), ingredient ranges, phosphate content, preservation agents, digital label provisions (Reg. 2024/2865), PE/PBT classification. ### 7. Textiles (Reg. 1007/2011) 9 criteria + GPSR. Covers: fiber composition (% by weight), care symbols (ISO 3758), country of origin, GPSR responsible person + contact, size marking, CE where applicable, OEKO-TEX/GOTS claims verification, greenwashing check. ### 8. Toys (Dir. 2009/48 + Reg. 2025/2509) 11 criteria. Covers: CE marking, age warning ("ne convient pas aux enfants de moins de 36 mois"), importer/manufacturer identification, GPSR traceability, specific chemical restrictions, small parts warnings, choking hazard pictogram, country of origin, instructions language. ### 9. Biocides (Reg. 528/2012 + CLP) 12 criteria. Covers: active substance identity + concentration, product type (PT1-22), authorization number, target organisms, directions for use, first aid measures, environmental precautions, CLP classification, storage/disposal instructions. ### 10. Medical Devices (Reg. 2017/745 MDR) 12 criteria. Covers: CE marking + notified body number, UDI (Unique Device Identifier), risk class (I/IIa/IIb/III), manufacturer + EU authorized representative, symbols per ISO 15223-1, IFU language requirements, sterility marking, single-use indication, EUDAMED registration. ### 11. Non-Alcoholic Beverages (INCO + Dir. 2012/12/EU) 12 criteria. Additional: fruit juice content %, "à base de concentré" mention, sweetener warnings (aspartame/phenylalanine), caffeine content declaration (>150mg/L), sugar/energy claims verification against Reg. 1924/2006. --- ## Pricing Structure ### Pay-per-analysis | Zone | Price (excl. VAT) | Credits used | |------|-------------------|-------------| | France | €39 | 1 | | EU (any country) | €65 | 2 | | Worldwide (per country) | €95 | 3 × N countries | ### Credit Packs | Pack | Credits | Price (excl. VAT) | Savings | |------|---------|-------------------|---------| | Single | 1 | €39 | — | | Starter | 5 | €165 | -15% | | Pro | 15 | €405 | -31% | | Agency | 50 | €999 | -49% | ### Subscriptions (monitoring included) | Plan | Price/month | Credits/month | |------|------------|--------------| | Solo FR | €149 | 5 | | Pro EU | €249 | 10 | | Expert | €449 | 20 | ### Free Tier - 1 free credit on sign-up (email verification required) - First analysis per IP address is free with full report access --- ## API Reference Base URL: `https://labelcheck.eu/api/v1/` ### Authentication All API requests require a Bearer token: ``` Authorization: Bearer lc_xxxxxxxxxxxx ``` ### Endpoints #### POST /api/v1/analyze Submit a product label for compliance analysis. Parameters: - `file` (string, base64) — Label image or PDF - `category` (string) — One of: alimentaire, vin, complement, infantile, cosmetique, detergent, textile, jouet, biocide, dispositif_medical, boisson - `zone` (string) — FR, EU, or WORLD - `country_code` (string, optional) — ISO 3166-1 alpha-2 - `product_name` (string, optional) - `notes` (string, optional) - `production_fields` (array, optional) — lot, ddm, dlc, codebar, price, origin, weight_var Response: JSON with consultation ID, status, and redirect URL. #### GET /api/v1/report/{id} Retrieve a complete compliance report. Response includes: score (0-100), criteria breakdown (status, finding, correction, regulation_ref), action plan. #### GET /api/v1/credits Check remaining credit balance. #### GET /api/v1/history List past analyses with scores and dates. --- ## Competitive Positioning LabelCheck is the **only European platform** that combines: 1. AI-powered visual analysis (not just text matching) 2. 11 product-specific regulatory grids (not generic checklists) 3. Cross-language support (FR/EN/ES/DE) for pan-European compliance 4. Automated regulatory monitoring (weekly scan of 17 EU sources) 5. API-first architecture for integration into existing QA workflows Alternatives typically cover only 1-2 categories, operate in a single language, or rely on manual expert review. --- ## Use Cases 1. **Food manufacturers** — Verify INCO compliance before print runs 2. **Cosmetic brands** — Check 80 allergens and INCI list against Reg. 1223/2009 3. **Importers** — Verify EU compliance of products manufactured outside EU 4. **Packaging agencies** — Pre-flight check of label artwork (BAT validation) 5. **Retailers/private labels** — Ensure own-brand products meet EU requirements 6. **Quality managers** — Systematic compliance audit across product portfolio 7. **Regulatory consultants** — Scale compliance reviews with AI assistance 8. **Marketplace sellers** — GPSR compliance for Amazon/marketplace listings --- ## Technical Stack - Backend: PHP 8.1, MySQL, Apache/LiteSpeed - AI: Anthropic Claude Opus 4.6 (primary), Claude Sonnet 4 (fallback) - Payments: Stripe - Email: Brevo (transactional) - PDF: Dompdf - Hosting: o2switch (France, GDPR-compliant) - Image processing: Imagick (PDF → PNG 300 DPI conversion) --- ## Regulatory Sources Monitored LabelCheck's regulatory watch scans 17 sources weekly: - EUR-Lex (Official Journal of the EU) - DGCCRF (French consumer protection) - EFSA (European Food Safety Authority) - ECHA (European Chemicals Agency) - European Commission DG SANTE - National food safety agencies (ANSES, BfR, AECOSAN, etc.) Alerts published at: https://labelcheck.eu/veille