Песочница: TESSACORPORATION

Intent ID: 17

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (90735307.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "PC604001814",
  "items": [
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYBETRUE",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY BLUEMOON",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYBOOMERANG",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY BSVELA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY CRETA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY ELBA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYFLOREANA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYROYALPORCELINA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYRUBICON",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY SAON A",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYSHINING STAR",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYSILVERMIKADO",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYSNOWFLAKE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYSWEETDREAMS",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAYWEDDINGSENSATION",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY WHITEMAJOLIKA",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY WINKALLURE",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "HB XL 1",
      "total_price": 5.0
    }
  ],
  "country": "Kyrgyz Republic(Kyrgyzstan)",
  "summary": {
    "total_boxes": 1,
    "total_stems": 250,
    "total_amount": 125.0
  },
  "supplier": "TOO QAZAQ IMEX/SOCIEDAD DERESPONSABILIDAD LIMITADA",
  "invoice_date": "",
  "invoice_number": "",
  "processing_report": {
    "notes": "Тип инвойса: А (составные коробки). Обнаружена 1 физическая коробка. Обнаружены расхождения между рассчитанными и ожидаемыми итоговыми значениями. Раскрытие мультибокса не применялось, так как это вариант 1 (одна физическая коробка со смешанными сортами).",
    "status": "warning",
    "sum_boxes": 17,
    "sum_stems": 250,
    "sum_amount": 125.0,
    "items_count": 17,
    "discrepancies": [
      "Total stems (250) do not match expected total (700).",
      "Total amount ($125.00) do not match expected total ($320.00)."
    ],
    "expected_boxes": 1,
    "expected_stems": 700,
    "expected_amount": 320.0
  }
}
Результат (Pass 2)

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