Песочница: WINCHESTER FARM LTD.

Intent ID: 47

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (FLORUNNER 2103-AIRFLO.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": null,
  "items": [
    {
      "boxes": 0.1,
      "length": null,
      "variety": "Madam Bombastic",
      "category": "ROSES",
      "quantity": 10,
      "box_number": "BOX1",
      "plantation": "MRRL",
      "unit_price": 0.5,
      "box_marking": null,
      "total_price": 5.0
    },
    {
      "boxes": 0.2,
      "length": null,
      "variety": "Athena",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX2",
      "plantation": "MRRL",
      "unit_price": 0.12,
      "box_marking": null,
      "total_price": 6.0
    },
    {
      "boxes": 0.1,
      "length": null,
      "variety": "Tropical Amazone",
      "category": "ROSES",
      "quantity": 10,
      "box_number": "BOX3",
      "plantation": "MRRL",
      "unit_price": 0.12,
      "box_marking": null,
      "total_price": 1.2
    },
    {
      "boxes": 0.2,
      "length": null,
      "variety": "Belle Rose",
      "category": "ROSES",
      "quantity": 10,
      "box_number": "BOX4",
      "plantation": "MRRL",
      "unit_price": 0.13,
      "box_marking": null,
      "total_price": 1.3
    },
    {
      "boxes": 0.1,
      "length": null,
      "variety": "Classic Sensation",
      "category": "ROSES",
      "quantity": 20,
      "box_number": "BOX5",
      "plantation": "MRRL",
      "unit_price": 0.5,
      "box_marking": null,
      "total_price": 10.0
    },
    {
      "boxes": 0.1,
      "length": null,
      "variety": "Bombastic",
      "category": "ROSES",
      "quantity": 10,
      "box_number": "BOX6",
      "plantation": "MRRL",
      "unit_price": 0.72,
      "box_marking": null,
      "total_price": 7.2
    },
    {
      "boxes": 0.1,
      "length": null,
      "variety": "Gelato",
      "category": "ROSES",
      "quantity": 60,
      "box_number": "BOX7",
      "plantation": "MRRL",
      "unit_price": 0.72,
      "box_marking": null,
      "total_price": 43.2
    },
    {
      "boxes": 0.1,
      "length": null,
      "variety": "Madam Red",
      "category": "ROSES",
      "quantity": 10,
      "box_number": "BOX8",
      "plantation": "MRRL",
      "unit_price": 0.12,
      "box_marking": null,
      "total_price": 1.2
    },
    {
      "boxes": 0.4,
      "length": null,
      "variety": "Mansfield Park",
      "category": "ROSES",
      "quantity": 60,
      "box_number": "BOX9",
      "plantation": "MRRL",
      "unit_price": 0.72,
      "box_marking": null,
      "total_price": 43.2
    },
    {
      "boxes": 0.3,
      "length": null,
      "variety": "Summer Dance",
      "category": "ROSES",
      "quantity": 70,
      "box_number": "BOX10",
      "plantation": "MRRL",
      "unit_price": 0.32,
      "box_marking": null,
      "total_price": 22.4
    },
    {
      "boxes": 0.3,
      "length": null,
      "variety": "Silva Pink+",
      "category": "ROSES",
      "quantity": 90,
      "box_number": "BOX11",
      "plantation": "MRRL",
      "unit_price": 0.84,
      "box_marking": null,
      "total_price": 75.6
    },
    {
      "boxes": 0.4,
      "length": null,
      "variety": "Mansfield Park",
      "category": "ROSES",
      "quantity": 50,
      "box_number": "BOX12",
      "plantation": "MRRL",
      "unit_price": 0.72,
      "box_marking": null,
      "total_price": 36.0
    },
    {
      "boxes": 0.6,
      "length": null,
      "variety": "Silva Pink+",
      "category": "ROSES",
      "quantity": 100,
      "box_number": "BOX13",
      "plantation": "MRRL",
      "unit_price": 0.72,
      "box_marking": null,
      "total_price": 72.0
    }
  ],
  "country": "Kenya",
  "summary": {
    "total_boxes": 3,
    "total_stems": 550,
    "total_amount": 324.3
  },
  "supplier": "Molo River Roses Ltd.",
  "invoice_date": "14-03-2026",
  "invoice_number": "FLOR220",
  "processing_report": {
    "notes": "Гибридный тип инвойса. Обнаружено 13 обработанных коробок (строк-позиций), суммарно 3.00 физических коробки. Раскрытие мультибокса не применялось, каждая строка-деталь рассматривается как отдельный item. Были проблемы при извлечении: сумма стоимости не совпадает.",
    "status": "ok",
    "sum_boxes": 3.0,
    "sum_stems": 550,
    "sum_amount": 309.5,
    "items_count": 13,
    "discrepancies": [
      "Сумма стоимости не совпадает: ожидалось 324.3, получено 309.5"
    ],
    "expected_boxes": 3,
    "expected_stems": 550,
    "expected_amount": 324.3
  }
}
Результат (Pass 2)

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