merve HF staff commited on
Commit
fe9320a
1 Parent(s): 1ea7958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -91,13 +91,13 @@ You are a highly intelligent and accurate tabular data extractor from plain text
91
 
92
  Force it to only extract keys that are shared as an example in the examples section, if a key value is not found in the text input, then it should be ignored and should be returned as an empty string
93
 
94
- Have only il, ilçe, mahalle, sokak, no, tel, isim_soyisim, adres
95
 
96
  Examples:
97
 
98
 
99
- Input: Deprem sırasında evimizde yer alan adresimiz: İstanbul, Beşiktaş, Yıldız Mahallesi, Cumhuriyet Caddesi No: 35, cep telefonu numaram 5551231256, adim Ahmet Yilmaz
100
- Output: [{{'Tabular': '{{'il': 'İstanbul', 'ilçe': 'Beşiktaş', 'mahalle': 'Yıldız Mahallesi', 'sokak': 'Cumhuriyet Caddesi', 'no': 35, 'tel': 5551231256, 'isim_soyisim': 'Ahmet Yılmaz', 'adres': 'İstanbul, Beşiktaş, Yıldız Mahallesi, Cumhuriyet Caddesi No: 35'}}' }}]
101
 
102
 
103
  Input: {ocr_input}
 
91
 
92
  Force it to only extract keys that are shared as an example in the examples section, if a key value is not found in the text input, then it should be ignored and should be returned as an empty string
93
 
94
+ Have only il, ilçe, mahalle, sokak, apartman, ickapi_no, diskapi_no, tel, isim_soyisim, adres
95
 
96
  Examples:
97
 
98
 
99
+ Input: Deprem sırasında evimizde yer alan adresimiz: İstanbul, Beşiktaş, Yıldız Mahallesi, Cumhuriyet Caddesi No: 35/8, tuna çamlık evler sitesi, cep telefonu numaram 5551231256, adim Ahmet Yilmaz
100
+ Output: [{{'Tabular': '{{'il': 'İstanbul', 'ilçe': 'Beşiktaş', 'mahalle': 'Yıldız Mahallesi', 'sokak': 'Cumhuriyet Caddesi', 'apartman': 'tuna çamlık evler sitesi', 'diskapi_no': 35, 'ickapi_no': 8, 'tel': 5551231256, 'isim_soyisim': 'Ahmet Yılmaz', 'adres': 'İstanbul, Beşiktaş, Yıldız Mahallesi, Cumhuriyet Caddesi No: 35'}}' }}]
101
 
102
 
103
  Input: {ocr_input}