Ayesha-Majeed commited on
Commit
26db34a
·
verified ·
1 Parent(s): e08bc8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -37,16 +37,16 @@ Extract and structure the data as valid JSON only (no markdown, no commentary):
37
  "inventories": {
38
  "items": [
39
  {
40
- "quantityShipped": "Quantity as number, no of packages",
41
  "inventoryUnits": string | null,
42
  "pcs": number | null,
43
  "productName": string | null,
44
  "productCode": string | null,
45
  "product": {
46
- "category": "Product category (OSB/Lumber/etc)",
47
  "defaultUnits": string | null,
48
- "unit": "Unit type from document (MBF, FBM, SF, UNIT etc.)",
49
- "pcs": "pcs": "Pieces per unit",
50
  "mbf": number | null,
51
  "sf": number | null,
52
  "pcsHeight": number | null,
 
37
  "inventories": {
38
  "items": [
39
  {
40
+ "quantityShipped": number | null,
41
  "inventoryUnits": string | null,
42
  "pcs": number | null,
43
  "productName": string | null,
44
  "productCode": string | null,
45
  "product": {
46
+ "category": number | null,
47
  "defaultUnits": string | null,
48
+ "unit": string | null,
49
+ "pcs": number | null,
50
  "mbf": number | null,
51
  "sf": number | null,
52
  "pcsHeight": number | null,