Песочница: TURFLOR SAS

Intent ID: 2

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (137901 -FLOWER CASTLE LLC CARN.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "IFC-000314891",
  "items": [
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Brut - Fancy",
      "category": "Carnation",
      "quantity": 500.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 95.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Cream - Fancy",
      "category": "Carnation",
      "quantity": 500.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 95.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CARNATION SPECIAL MIX FANCY",
      "category": "Carnation",
      "quantity": 0.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.0,
      "box_marking": "QB",
      "total_price": 0.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Hot Pink - Fancy",
      "category": "Carnation",
      "quantity": 150.0,
      "box_number": "CAR1",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 28.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Komachi - Fancy",
      "category": "Carnation",
      "quantity": 75.0,
      "box_number": "CAR2",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 14.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Novia - Fancy",
      "category": "Carnation",
      "quantity": 175.0,
      "box_number": "CAR3",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 33.25
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Lizzy - Fancy",
      "category": "Carnation",
      "quantity": 50.0,
      "box_number": "CAR4",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Mandalay - Fancy",
      "category": "Carnation",
      "quantity": 50.0,
      "box_number": "CAR5",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 9.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "MINICARNATION SPECIAL MIX FANCY",
      "category": "Mini Carnation",
      "quantity": 0.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.0,
      "box_marking": "QB",
      "total_price": 0.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Spray Carnation White - Fancy",
      "category": "Spray Carnation",
      "quantity": 150.0,
      "box_number": "CAR6",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 28.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Spray Carnation Creme Intermezzo - Fancy",
      "category": "Spray Carnation",
      "quantity": 100.0,
      "box_number": "CAR7",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Spray Carnation Mocha Sweet - Fancy",
      "category": "Spray Carnation",
      "quantity": 150.0,
      "box_number": "CAR8",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 28.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Spray Carnation Estacion - Fancy",
      "category": "Spray Carnation",
      "quantity": 100.0,
      "box_number": "CAR9",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CARNATION / MINICARNATION FANCY",
      "category": "Carnation",
      "quantity": 0.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.0,
      "box_marking": "QB",
      "total_price": 0.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation White - Fancy",
      "category": "Carnation",
      "quantity": 250.0,
      "box_number": "CAR10",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 47.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Spray Carnation Assorted - Fancy",
      "category": "Spray Carnation",
      "quantity": 100.0,
      "box_number": "CAR11",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 19.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "Carnation Hot Pink - Fancy",
      "category": "Carnation",
      "quantity": 150.0,
      "box_number": "CAR12",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 28.5
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CARNATION RED - Fancy",
      "category": "Carnation",
      "quantity": 1000.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 190.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CARNATION SPECIAL MIX FANCY - Fancy",
      "category": "Carnation",
      "quantity": 500.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 95.0
    },
    {
      "boxes": 1,
      "length": null,
      "variety": "CARNATION SPECIAL MIX FANCY - Fancy",
      "category": "Carnation",
      "quantity": 500.0,
      "box_number": "CARN",
      "plantation": "TURFLOR SAS",
      "unit_price": 0.19,
      "box_marking": "QB",
      "total_price": 95.0
    }
  ],
  "country": "Netherlands",
  "summary": {
    "total_boxes": 20,
    "total_stems": 4500.0,
    "total_amount": 855.0
  },
  "supplier": "TURFLOR SAS",
  "invoice_date": "3/20/2026",
  "invoice_number": null,
  "processing_report": {
    "notes": "Тип инвойса: А (составные коробки). Обнаружено 20 физических коробок. Номер инвойса не был извлечен. Раскрытие мультибокса не применялось, каждая строка-деталь рассматривалась как отдельный item с boxes=1 (если не указано). Значения total_price и quantity в items соответствуют итоговым суммам.",
    "status": "ok",
    "sum_boxes": 20,
    "sum_stems": 4500.0,
    "sum_amount": 855.0,
    "items_count": 20,
    "discrepancies": [],
    "expected_boxes": 20,
    "expected_stems": 4500.0,
    "expected_amount": 855.0
  }
}
Результат (Pass 2)

  
История (последние 20)
ID Файл Дата