Песочница: TESSACORPORATION

Intent ID: 17

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (90735277.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "145-99817690",
  "items": [
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGECRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK FLOYD",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINKMONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK X-PRESSION",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SHIMMER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGECRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINKMONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SHIMMER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "HOT EXPLORER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "LOLA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGE CRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SHIMMER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "HOT EXPLORER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "LOLA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGE CRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PALOMA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK FLOYD",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK MONDIAL",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SHIMMER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESSA A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ALBA",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESS A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 20.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FORTUNE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "LOLA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "ORANGE CRUSH",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-1",
      "unit_price": 0.4,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "PINK X-PRESSION",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SHIMMER",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "TIBET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "EXPLORER",
      "category": "Flowers",
      "quantity": 50,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.5,
      "box_marking": "HB XL 2",
      "total_price": 25.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "LIMONADA",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "MONDIAL",
      "category": "Flowers",
      "quantity": 100,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.5,
      "box_marking": "HB XL 2",
      "total_price": 50.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "NINA",
      "category": "Flowers",
      "quantity": 125,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.4,
      "box_marking": "HB XL 2",
      "total_price": 50.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CABARET",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "CREME DE LA CREME",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "DEEP PURPLE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ENCANTO",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "ESPERANCE",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FREEDOM",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "FULL MONTY",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "HIGH&MAGIC",
      "category": "Flowers",
      "quantity": 25,
      "box_number": "1",
      "plantation": "TESS A-E2",
      "unit_price": 0.35,
      "box_marking": "HB XL 1",
      "total_price": 8.75
    }
  ],
  "country": "Kyrgyz Republic(Kyrgyzstan)",
  "summary": {
    "total_boxes": 7,
    "total_stems": 1750,
    "total_amount": 690.0
  },
  "supplier": "TOO QAZAQ IMEX/SOCIEDAD DERESPONSABILIDAD LIMITADA",
  "invoice_date": "",
  "invoice_number": "",
  "processing_report": {
    "notes": "Тип инвойса: составной (composite box invoice). Обнаружено 7 физических коробок. При обработке были обнаружены некорректные данные в строке, где 'variety' содержал числовое значение. Раскрытие мультибокса не применялось, каждая строка-деталь = 1 item с boxes=1. Расчетные суммы (total_stems: 1750, total_amount: 690.0) не совпадают с ожидаемыми по правилу (total_stems: 700, total_amount: 320.0).",
    "status": "warning",
    "sum_boxes": 7,
    "sum_stems": 1750,
    "sum_amount": 690.0,
    "items_count": 52,
    "discrepancies": [
      "Row 23: Invalid item data. Column 4 (Description) contains '60', expected variety name."
    ],
    "expected_boxes": null,
    "expected_stems": 700,
    "expected_amount": 320.0
  }
}
Результат (Pass 2)

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