Песочница: TESSACORPORATION

Intent ID: 17

Назад
1) Загрузить файл и получить сырой OCR JSON
Сохраняем последний файл и сырой OCR, чтобы можно было повторно тестировать маппинг без перезагрузки.
Скачать последний файл (90720997.pdf)
2) Правила трансформации
Правила трансформации OCR-данных в целевую схему (включая валидацию).
Промпт LLM-подсказки
Используется кнопкой «Подсказать rules».
Сырой OCR JSON (Pass 1)
{
  "awb": "145-99817620",
  "items": [
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY CRETA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "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": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY FLOREANA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY LAVENDER IRISHKA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY SAONA",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY BS CAPRICORN",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY BS LEO",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY PORTRAIT",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY SWEET DREAMS",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.5,
      "box_marking": "QB 4",
      "total_price": 10.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "SPRAY WEDDING SENSATION",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.7,
      "box_marking": "QB 4",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SPRAY FIBONACCI YANTRA",
      "category": "Flowers",
      "quantity": 60,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.6,
      "box_marking": "QB 4",
      "total_price": 36.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY FIBONACCI YANTRA",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.7,
      "box_marking": "QB 4",
      "total_price": 28.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SPRAY FIBONACCI YANTRA",
      "category": "Flowers",
      "quantity": 30,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.6,
      "box_marking": "QB 4",
      "total_price": 18.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY FIBONACCI YANTRA",
      "category": "Flowers",
      "quantity": 30,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.7,
      "box_marking": "QB 4",
      "total_price": 21.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "SPRAY FIBONACCI YANTRA",
      "category": "Flowers",
      "quantity": 40,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.8,
      "box_marking": "QB 4",
      "total_price": 32.0
    },
    {
      "boxes": 1,
      "length": "50",
      "variety": "SPRAY BE GRACIOUS",
      "category": "Flowers",
      "quantity": 10,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.6,
      "box_marking": "HB",
      "total_price": 6.0
    },
    {
      "boxes": 1,
      "length": "60",
      "variety": "SPRAY BE GRACIOUS",
      "category": "Flowers",
      "quantity": 20,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.7,
      "box_marking": "HB",
      "total_price": 14.0
    },
    {
      "boxes": 1,
      "length": "70",
      "variety": "SPRAY BE GRACIOUS",
      "category": "Flowers",
      "quantity": 70,
      "box_number": "1",
      "plantation": "TESSA-P",
      "unit_price": 0.8,
      "box_marking": "HB",
      "total_price": 56.0
    }
  ],
  "country": "Kyrgyz Republic (Kyrgyzstan)",
  "summary": {
    "total_boxes": 5,
    "total_stems": 500,
    "total_amount": 315.0
  },
  "supplier": "TOO QAZAQ IMEX/SOCIEDAD DE RESPONSABILIDAD LIMITADA",
  "invoice_date": "",
  "invoice_number": "",
  "processing_report": {
    "notes": "Invoice type A (composite boxes), 5 physical boxes found. No multi-box unfolding applied. No 'Notice:' found.",
    "status": "warning",
    "sum_boxes": 5,
    "sum_stems": 500,
    "sum_amount": 315.0,
    "items_count": 18,
    "discrepancies": [
      "Total stems mismatch: Expected 700, Calculated 500",
      "Total amount mismatch: Expected 320.0, Calculated 315.0"
    ],
    "expected_boxes": 5,
    "expected_stems": 700,
    "expected_amount": 320.0
  }
}
Результат (Pass 2)

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