kryman27 commited on
Commit
695ef82
·
verified ·
1 Parent(s): 8dfd931

Update training_data.json

Browse files
Files changed (1) hide show
  1. training_data.json +67 -10
training_data.json CHANGED
@@ -1,10 +1,67 @@
1
- {
2
- "text": "Faktura VAT nr 0096223597 TOYA S.A. 51-168 Wrocław, ul. Sołtysowicka 13-15 NIP: 8951686107 Kwota: 268.14 PLN",
3
- "entities": [
4
- {"start": 18, "end": 26, "label": "INVOICE_NUMBER"},
5
- {"start": 27, "end": 35, "label": "COMPANY_NAME"},
6
- {"start": 36, "end": 82, "label": "ADDRESS"},
7
- {"start": 87, "end": 97, "label": "NIP"},
8
- {"start": 105, "end": 112, "label": "TOTAL_AMOUNT"}
9
- ]
10
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "text": "Faktura VAT nr 010541/2411/SPL Nesperta Europe sp. z o.o. ul. Obornicka 7 62-002 Jelonek NIP: PL 5252837102 Kwota: 299,00 PLN",
4
+ "entities": [
5
+ {"start": 13, "end": 32, "label": "INVOICE_NUMBER"},
6
+ {"start": 33, "end": 60, "label": "COMPANY_NAME"},
7
+ {"start": 61, "end": 89, "label": "ADDRESS"},
8
+ {"start": 94, "end": 107, "label": "NIP"},
9
+ {"start": 115, "end": 122, "label": "TOTAL_AMOUNT"}
10
+ ]
11
+ },
12
+ {
13
+ "text": "1. Semilac Zestaw konfigurowalny Semilac LOVE ME 24W/48 UV LED, ilość 1 szt., cena brutto 298.97, wartość brutto: 298.97, VAT 23%",
14
+ "entities": [
15
+ {"start": 3, "end": 56, "label": "ITEM_NAME"},
16
+ {"start": 65, "end": 66, "label": "QUANTITY"},
17
+ {"start": 81, "end": 86, "label": "UNIT_PRICE"},
18
+ {"start": 102, "end": 107, "label": "TOTAL_ITEM_PRICE"}
19
+ ]
20
+ },
21
+ {
22
+ "text": "2. 002 Semilac Lakier hybrydowy Delicate French 7ml, ilość 1 szt., cena brutto 0.01, wartość brutto: 0.01, VAT 23%",
23
+ "entities": [
24
+ {"start": 3, "end": 50, "label": "ITEM_NAME"},
25
+ {"start": 59, "end": 60, "label": "QUANTITY"},
26
+ {"start": 75, "end": 79, "label": "UNIT_PRICE"},
27
+ {"start": 95, "end": 99, "label": "TOTAL_ITEM_PRICE"}
28
+ ]
29
+ },
30
+ {
31
+ "text": "3. 027 Semilac Lakier hybrydowy Intense Red 7ml, ilość 1 szt., cena brutto 0.01, wartość brutto: 0.01, VAT 23%",
32
+ "entities": [
33
+ {"start": 3, "end": 50, "label": "ITEM_NAME"},
34
+ {"start": 59, "end": 60, "label": "QUANTITY"},
35
+ {"start": 75, "end": 79, "label": "UNIT_PRICE"},
36
+ {"start": 95, "end": 99, "label": "TOTAL_ITEM_PRICE"}
37
+ ]
38
+ },
39
+ {
40
+ "text": "4. 135 Semilac Lakier hybrydowy Frappe 7ml, ilość 1 szt., cena brutto 0.01, wartość brutto: 0.01, VAT 23%",
41
+ "entities": [
42
+ {"start": 3, "end": 50, "label": "ITEM_NAME"},
43
+ {"start": 59, "end": 60, "label": "QUANTITY"},
44
+ {"start": 75, "end": 79, "label": "UNIT_PRICE"},
45
+ {"start": 95, "end": 99, "label": "TOTAL_ITEM_PRICE"}
46
+ ]
47
+ },
48
+ {
49
+ "text": "Faktura VAT nr 96223597 TOYA S.A. 51-168 Wrocław, ul. Sołtysowicka 13-15 NIP: PL 8951686107 Kwota: 268.14 PLN",
50
+ "entities": [
51
+ {"start": 13, "end": 21, "label": "INVOICE_NUMBER"},
52
+ {"start": 22, "end": 30, "label": "COMPANY_NAME"},
53
+ {"start": 31, "end": 71, "label": "ADDRESS"},
54
+ {"start": 76, "end": 88, "label": "NIP"},
55
+ {"start": 96, "end": 102, "label": "TOTAL_AMOUNT"}
56
+ ]
57
+ },
58
+ {
59
+ "text": "1. WIELOFUNK. NARZĘDZIE OSCYLACYJNE 18V, cena brutto 348,59, wartość brutto 268.14, ilość 1, VAT 23%",
60
+ "entities": [
61
+ {"start": 3, "end": 41, "label": "ITEM_NAME"},
62
+ {"start": 56, "end": 62, "label": "UNIT_PRICE"},
63
+ {"start": 78, "end": 83, "label": "TOTAL_ITEM_PRICE"},
64
+ {"start": 92, "end": 93, "label": "QUANTITY"}
65
+ ]
66
+ }
67
+ ]