ammariii08 commited on
Commit
aa857d6
·
verified ·
1 Parent(s): 7832c3b

Upload 2 files

Browse files
Files changed (2) hide show
  1. prompts.py +461 -0
  2. requirements.txt +14 -0
prompts.py ADDED
@@ -0,0 +1,461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ front = """<image>\n**Instruction:**
2
+ Analyze the image to extract values for the specified keys. Use the detailed descriptions below to determine the correct value for each key. Handle missing or ambiguous data as instructed.
3
+
4
+ ---
5
+
6
+ ### Keys and Descriptions
7
+
8
+ 1. **`surat_tanda_nomor_kendaraan_bermotor`**
9
+ - **Extract**: The value of the field labeled as "Surat Tanda Nomor Kendaraan Bermotor" and this is titel.
10
+ - **If the Field is Absent**: `"null"`
11
+ - **If the Field is Present but No Value is Provided**: `"empty"`
12
+
13
+ 2. **`tempat_tanggal`**
14
+ - **Extract**: The location and date from the top right corner of the document.
15
+ - **Note**: This field does not have a title such as "Tempat - Tanggal."
16
+ - **Format**: `"CITY, DD MMM YYYY"` (e.g., `"JAKARTA, 07 DES 2018"`).
17
+ - **If the Field is Absent**: `"null"`
18
+ - **If the Field is Present but No Value is Provided**: `"empty"`
19
+
20
+ 3. **`no`**
21
+ - **Extract**: The value in the "NO" field.
22
+ - **If the Field is Absent**: `"null"`
23
+ - **If the Field is Present but No Value is Provided**: `"empty"`
24
+
25
+ 4. **`nomor_registrasi`**
26
+ - **Extract**: The "NOMOR REGISTRASI" field.
27
+ - **If the Field is Absent**: `"null"`
28
+ - **If the Field is Present but No Value is Provided**: `"empty"`
29
+
30
+ 5. **`nama_pemilik`**
31
+ - **Extract**: The "NAMA PEMILIK" field.
32
+ - **If the Field is Absent**: `"null"`
33
+ - **If the Field is Present but No Value is Provided**: `"empty"`
34
+
35
+ 6. **`alamat`**
36
+ - **Extract**: The "ALAMAT" field.
37
+ - **If the Field is Absent**: `"null"`
38
+ - **If the Field is Present but No Value is Provided**: `"empty"`
39
+
40
+ 7. **`merk`**
41
+ - **Extract**: The "MERK" field.
42
+ - **If the Field is Absent**: `"null"`
43
+ - **If the Field is Present but No Value is Provided**: `"empty"`
44
+
45
+ 8. **`type`**
46
+ - **Extract**: The "TYPE" field.
47
+ - **If the Field is Absent**: `"null"`
48
+ - **If the Field is Present but No Value is Provided**: `"empty"`
49
+
50
+ 9. **`jenis`**
51
+ - **Extract**: The "JENIS" field.
52
+ - **If the Field is Absent**: `"null"`
53
+ - **If the Field is Present but No Value is Provided**: `"empty"`
54
+
55
+ 10. **`model`**
56
+ - **Extract**: The "MODEL" field.
57
+ - **If the Field is Absent**: `"null"`
58
+ - **If the Field is Present but No Value is Provided**: `"empty"`
59
+
60
+ 11. **`tahun_pembuatan`**
61
+ - **Extract**: The "TAHUN PEMBUATAN" field.
62
+ - **If the Field is Absent**: `"null"`
63
+ - **If the Field is Present but No Value is Provided**: `"empty"`
64
+
65
+ 12. **`isi_silinder_daya_listrik`**
66
+ - **Extract**: The "ISI SILINDER / DAYA LISTRIK" field.
67
+ - **If the Field is Absent**: `"null"`
68
+ - **If the Field is Present but No Value is Provided**: `"empty"`
69
+
70
+ 13. **`nomor_rangka`**
71
+ - **Extract**: The "NOMOR RANGKA" field.
72
+ - **If the Field is Absent**: `"null"`
73
+ - **If the Field is Present but No Value is Provided**: `"empty"`
74
+
75
+ 14. **`nomor_mesin`**
76
+ - **Extract**: The "NOMOR MESIN" field.
77
+ - **If the Field is Absent**: `"null"`
78
+ - **If the Field is Present but No Value is Provided**: `"empty"`
79
+
80
+ 15. **`nik_tdp_nie_kitas_kitap`**
81
+ - **Extract**: The "NIK/TDP/NIE/KITAS/KITAP" field.
82
+ - **If the Field is Absent**: `"null"`
83
+ - **If the Field is Present but No Value is Provided**: `"empty"`
84
+
85
+ 16. **`warna`**
86
+ - **Extract**: The "WARNA" field.
87
+ - **If the Field is Absent**: `"null"`
88
+ - **If the Field is Present but No Value is Provided**: `"empty"`
89
+
90
+ 17. **`bahan_bakar`**
91
+ - **Extract**: The "BAHAN BAKAR" field.
92
+ - **If the Field is Absent**: `"null"`
93
+ - **If the Field is Present but No Value is Provided**: `"empty"`
94
+
95
+ 18. **`warna_tnkb`**
96
+ - **Extract**: The "WARNA TNKB" field.
97
+ - **If the Field is Absent**: `"null"`
98
+ - **If the Field is Present but No Value is Provided**: `"empty"`
99
+
100
+ 19. **`tahun_registrasi`**
101
+ - **Extract**: The "TAHUN REGISTRASI" field.
102
+ - **If the Field is Absent**: `"null"`
103
+ - **If the Field is Present but No Value is Provided**: `"empty"`
104
+
105
+ 20. **`nomor_bpkb`**
106
+ - **Extract**: The "NOMOR BPKB" field.
107
+ - **If the Field is Absent**: `"null"`
108
+ - **If the Field is Present but No Value is Provided**: `"empty"`
109
+
110
+ 21. **`kode_lokasi`**
111
+ - **Extract**: The "KODE LOKASI" field.
112
+ - **If the Field is Absent**: `"null"`
113
+ - **If the Field is Present but No Value is Provided**: `"empty"`
114
+
115
+ 22. **`no_urut_pendaftaran`**
116
+ - **Extract**: The "NO URUT PENDAFTARAN" field.
117
+ - **If the Field is Absent**: `"null"`
118
+ - **If the Field is Present but No Value is Provided**: `"empty"`
119
+
120
+ 23. **`berlaku_sampai`**
121
+ - **Extract**: The "BERLAKU SAMPAI" field.
122
+ - **If the Field is Absent**: `"null"`
123
+ - **If the Field is Present but No Value is Provided**: `"empty"`
124
+ 24. **`qr_code`**
125
+ - **Extract**: The value encoded in the QR code, if present.
126
+ - **If No QR Code is Found**: `"null"`
127
+ - **If a QR Code is Present but Contains No Data**: `"empty"`
128
+
129
+ ---
130
+
131
+ ### Output Format
132
+
133
+ ```json
134
+ {
135
+ "surat_tanda_nomor_kendaraan_bermotor": "<value> OR empty OR null",
136
+ "tempat_tanggal": "<value> OR empty OR null",
137
+ "no": "<value> OR empty OR null",
138
+ "nomor_registrasi": "<value> OR empty OR null",
139
+ "nama_pemilik": "<value> OR empty OR null",
140
+ "alamat": "<value> OR empty OR null",
141
+ "merk": "<value> OR empty OR null",
142
+ "type": "<value> OR empty OR null",
143
+ "jenis": "<value> OR empty OR null",
144
+ "model": "<value> OR empty OR null",
145
+ "tahun_pembuatan": "<value> OR empty OR null",
146
+ "isi_silinder_daya_listrik": "<value> OR empty OR null",
147
+ "nomor_rangka": "<value> OR empty OR null",
148
+ "nomor_mesin": "<value> OR empty OR null",
149
+ "nik_tdp_nie_kitas_kitap": "<value> OR empty OR null",
150
+ "warna": "<value> OR empty OR null",
151
+ "bahan_bakar": "<value> OR empty OR null",
152
+ "warna_tnkb": "<value> OR empty OR null",
153
+ "tahun_registrasi": "<value> OR empty OR null",
154
+ "nomor_bpkb": "<value> OR empty OR null",
155
+ "kode_lokasi": "<value> OR empty OR null",
156
+ "no_urut_pendaftaran": "<value> OR empty OR null",
157
+ "berlaku_sampai": "<value> OR empty OR null"
158
+ "qr_code" : "<value> OR empty OR null"
159
+ }
160
+
161
+ ### Return Output:
162
+ Generate a JSON object:
163
+ {
164
+ "output JSON": "key-value pairs"
165
+ }
166
+ ---
167
+ """
168
+
169
+ back = """<image>\n**Instruction:**
170
+ Analyze the image to extract values for the specified keys. Use the detailed descriptions below to determine the correct value for each key. Handle missing or ambiguous data as instructed.
171
+
172
+ ---
173
+ ### Keys and Descriptions
174
+
175
+ 1. **`Surat Ketetapan Kewajiban Pembayaran PKB/BBNKB,SWDKLLJ DAN PNBP`**
176
+ - **Extract**: The value of the field is"Surat Ketetapan Kewajiban Pembayaran PKB/BBNKB, SWDKLLJ DAN PNBP" and this is title.
177
+ - **If the Field is Present** : "present"
178
+ - **If the Field is Absent**: `"null"`
179
+
180
+ 2. **`nomor_registrasi`**
181
+ - **Extract**: The "NOMOR REGISTRASI" field.
182
+ - **If the Field is Absent**: `"null"`
183
+ - **If the Field is Present but No Value is Provided**: `"empty"`
184
+
185
+ 3. **`nama_pemilik`**
186
+ - **Extract**: The "NAMA PEMILIK" field.
187
+ - **If the Field is Absent**: `"null"`
188
+ - **If the Field is Present but No Value is Provided**: `"empty"`
189
+
190
+
191
+ 4. **`alamat`**
192
+ - **Extract**: The "ALAMAT" field and this is address may contain 1 or more lines format : "BUNTET PESANTREN RT/RW/015/005 DESA MERTAPADA
193
+ KULON KEC. ASTANAJAPURA KAB.CIREBON ".
194
+ - **If the Field is Absent**: `"null"`
195
+ - **If the Field is Present but No Value is Provided**: `"empty"`
196
+
197
+ 5. **`merk/type`**
198
+ - **Extract**: The "MERK/TYPE" field.
199
+ - **If the Field is Absent**: `"null"`
200
+ - **If the Field is Present but No Value is Provided**: `"empty"`
201
+
202
+
203
+ 6. **`jenis/model`**
204
+ - **Extract**: The "JENIS/MODEL" field.
205
+ - **If the Field is Absent**: `"null"`
206
+ - **If the Field is Present but No Value is Provided**: `"empty"`
207
+
208
+ 7. **`tahun_pembuatan`**
209
+ - **Extract**: The "TAHUN PEMBUATAN/PERAKITAN" field.
210
+ - **If the Field is Absent**: `"null"`
211
+ - **If the Field is Present but No Value is Provided**: `"empty"`
212
+
213
+ 8. **`warna_kb`**
214
+ - **Extract**: The "WARNA KB" field.
215
+ - **If the Field is Absent**: `"null"`
216
+ - **If the Field is Present but No Value is Provided**: `"empty"`
217
+
218
+ 9. **`isi_silinder`**
219
+ - **Extract**: The "ISI SILINDER/HP" field.
220
+ - **If the Field is Absent**: `"null"`
221
+ - **If the Field is Present but No Value is Provided**: `"empty"`
222
+
223
+ 10. **`nomor_rangka`**
224
+ - **Extract**: The "NOMOR RANGKA/NIK" field.
225
+ - **If the Field is Absent**: `"null"`
226
+ - **If the Field is Present but No Value is Provided**: `"empty"`
227
+
228
+ 11.**`nomor_mesin`**
229
+ - **Extract**: The "NOMOR MESIN" field.
230
+ - **If the Field is Absent**: `"null"`
231
+ - **If the Field is Present but No Value is Provided**: `"empty"`
232
+
233
+ 12. **`no_bpkp`**
234
+ - **Extract**: The "NO BPKB" field.
235
+ - **If the Field is Absent**: `"null"`
236
+ - **If the Field is Present but No Value is Provided**: `"empty"`
237
+
238
+
239
+ 13. **`berlaku s/d`**
240
+ - **Extract**: The "BERLAKU S/D" field.
241
+ - **If the Field is Absent**: `"null"`
242
+ - **If the Field is Present but No Value is Provided**: `"empty"`
243
+
244
+
245
+ 14. **`bahan_bakar`**
246
+ - **Extract**: The "BAHAN BAKAR" field.
247
+ - **If the Field is Absent**: `"null"`
248
+ - **If the Field is Present but No Value is Provided**: `"empty"`
249
+
250
+
251
+ 15. **`warna_tnkb`**
252
+ - **Extract**: The "WARNA TNKB" field.
253
+ - **If the Field is Absent**: `"null"`
254
+ - **If the Field is Present but No Value is Provided**: `"empty"`
255
+
256
+
257
+ 16. **`kepemilikan_ke`**
258
+ - **Extract**: The "KEPEMILIKAN KE" field.
259
+ - **If the Field is Absent**: `"null"`
260
+ - **If the Field is Present but No Value is Provided**: `"empty"`
261
+
262
+ 17. **`no_registrasi_lama`**
263
+ - **Extract**: The "NO REGISTRASI LAMA" field.
264
+ - **If the Field is Absent**: `"null"`
265
+ - **If the Field is Present but No Value is Provided**: `"empty"`
266
+
267
+ 18. **`kode_njkb`**
268
+ - **Extract**: The "KODE NJKB" field.
269
+ - **If the Field is Absent**: `"null"`
270
+ - **If the Field is Present but No Value is Provided**: `"empty"`
271
+
272
+ 19. **`no`**
273
+ - **Extract**: The "NO." field.
274
+ - **If the Field is Absent**: `"null"`
275
+ - **If the Field is Present but No Value is Provided**: `"empty"`
276
+
277
+ 20.**`asal_daerah`**
278
+ - **Extract**: The "ASAL DAERAH" field.
279
+ - **If the Field is Absent**: `"null"`
280
+ - **If the Field is Present but No Value is Provided**: `"empty"`
281
+
282
+ 21. **`no_urut`**
283
+ - **Extract**: The "NO. URUT" field.
284
+ - **If the Field is Absent**: `"null"`
285
+ - **If the Field is Present but No Value is Provided**: `"empty"`
286
+
287
+ 22. **`no_kohir`**
288
+ - **Extract**: The "NO. KOHIR" field.
289
+ - **If the Field is Absent**: `"null"`
290
+ - **If the Field is Present but No Value is Provided**: `"empty"`
291
+
292
+ 23. **`nik_no.hp`**
293
+ - **Extract**: The "NIK/NO.HP" field.
294
+ - **If the Field is Absent**: `"null"`
295
+ - **If the Field is Present but No Value is Provided**: `"empty"`
296
+
297
+ 24. **`pkok_bbnkb`**
298
+ - **Extract**: The "PKOK BBNKB" field.
299
+ - **If the Field is Absent**: `"null"`
300
+ - **If the Field is Present but No Value is Provided**: `"empty"`
301
+
302
+ 25. **`pkok_pkb`**
303
+ - **Extract**: The "POKOK PKB" field.
304
+ - **If the Field is Absent**: `"null"`
305
+ - **If the Field is Present but No Value is Provided**: `"empty"`
306
+
307
+ 26. **`pkok_swdkljj`**
308
+ - **Extract**: The "POKOK SWDKLJJ" field.
309
+ - **If the Field is Absent**: `"null"`
310
+ - **If the Field is Present but No Value is Provided**: `"empty"`
311
+
312
+ 27. **`pkok_penerbitan_stnk`**
313
+ - **Extract**: The "POKOK PENERBITAN STNK" field.
314
+ - **If the Field is Absent**: `"null"`
315
+ - **If the Field is Present but No Value is Provided**: `"empty"`
316
+
317
+ 28. **`pkok_penerbitan_tnkb`**
318
+ - **Extract**: The "POKOK PENERBITAN TNKB/NRKB PILIHAN" field.
319
+ - **If the Field is Absent**: `"null"`
320
+ - **If the Field is Present but No Value is Provided**: `"empty"`
321
+
322
+ 29. **`pkok_jumlah`**
323
+ - **Extract**: The "POKOK JUMLAH" field.
324
+ - **If the Field is Absent**: `"null"`
325
+ - **If the Field is Present but No Value is Provided**: `"empty"`
326
+
327
+ 30. **`sanksi_adm_bbnkb`**
328
+ - **Extract**: The "SANKSI ADM BBNKB" field.
329
+ - **If the Field is Absent**: `"null"`
330
+ - **If the Field is Present but No Value is Provided**: `"empty"`
331
+
332
+ 31. **`sanksi_adm_pkb`**
333
+ - **Extract**: The "SANKSI ADM PKB" field.
334
+ - **If the Field is Absent**: `"null"`
335
+ - **If the Field is Present but No Value is Provided**: `"empty"`
336
+
337
+ 32. **`sanksi_adm_swdkljj`**
338
+ - **Extract**: The "SANKSI ADM SWDKLJJ" field.
339
+ - **If the Field is Absent**: `"null"`
340
+ - **If the Field is Present but No Value is Provided**: `"empty"`
341
+
342
+ 33. **`sanksi_adm_penerbitan_stnk`**
343
+ - **Extract**: The "SANKSI ADM PENERBITAN STNK" field.
344
+ - **If the Field is Absent**: `"null"`
345
+ - **If the Field is Present but No Value is Provided**: `"empty"`
346
+
347
+ 34. **`sanksi_adm_penerbitan_tnkb`**
348
+ - **Extract**: The "SANKSI ADM PENERBITAN TNKB/NRKB PILIHAN" field.
349
+ - **If the Field is Absent**: `"null"`
350
+ - **If the Field is Present but No Value is Provided**: `"empty"`
351
+
352
+ 35. **`sanksi_adm_jumlah`**
353
+ - **Extract**: The "SANKSI ADM JUMLAH " field.
354
+ - **If the Field is Absent**: `"null"`
355
+ - **If the Field is Present but No Value is Provided**: `"empty"`
356
+
357
+ 36. **`jumlah_bbnkb`**
358
+ - **Extract**: The "JUMLAH BBNKB" field.
359
+ - **If the Field is Absent**: `"null"`
360
+ - **If the Field is Present but No Value is Provided**: `"empty"`
361
+
362
+ 37. **`jumlah_pkb`**
363
+ - **Extract**: The "JUMLAH PKB " field.
364
+ - **If the Field is Absent**: `"null"`
365
+ - **If the Field is Present but No Value is Provided**: `"empty"`
366
+
367
+ 38. **`jumlah_swdkljj`**
368
+ - **Extract**: The "JUMLAH SWDKLJJ" field.
369
+ - **If the Field is Absent**: `"null"`
370
+ - **If the Field is Present but No Value is Provided**: `"empty"`
371
+
372
+ 39. **`jumlah_penerbitan_stnk`**
373
+ - **Extract**: The "JUMLAH PENERBITAN STNK" field.
374
+ - **If the Field is Absent**: `"null"`
375
+ - **If the Field is Present but No Value is Provided**: `"empty"`
376
+
377
+ 40. **`jumlah_penerbitan_tnkb`**
378
+ - **Extract**: The "JUMLAH PENERBITAN TNKB/NRKB PILIHAN" field.
379
+ - **If the Field is Absent**: `"null"`
380
+ - **If the Field is Present but No Value is Provided**: `"empty"`
381
+
382
+ 41. **`jumlah_jumlah`**
383
+ - **Extract**: The "JUMLAH JUMLAH" field.
384
+ - **If the Field is Absent**: `"null"`
385
+ - **If the Field is Present but No Value is Provided**: `"empty"`
386
+
387
+ 42. **`ditetapkan_tanggal`**
388
+ - **Extract**: The "DITETAPKAN TANGGAL" field.
389
+ - **If the Field is Absent**: `"null"`
390
+ - **If the Field is Present but No Value is Provided**: `"empty"`
391
+
392
+ 43. **`penetapan`**
393
+ - **Extract**: The "PENETAPAN" field.
394
+ - **If the Field is Absent**: `"null"`
395
+ - **If the Field is Present but No Value is Provided**: `"empty"`
396
+
397
+ 44. **`kasir`**
398
+ - **Extract**: The "KASIR" field.
399
+ - **If the Field is Absent**: `"null"`
400
+ - **If the Field is Present but No Value is Provided**: `"empty"`
401
+
402
+ ---
403
+
404
+ ### Output Format
405
+
406
+ ```json
407
+ {
408
+ "Surat_Ketetapan_Kewajiban_Pembayaran_PKB_BBNKB_SWDKLLJ_DAN_PNBP": "present OR null",
409
+ "nomor_registrasi": "<value> OR empty OR null",
410
+ "nama_pemilik": "<value> OR empty OR null",
411
+ "alamat": "<value> OR empty OR null",
412
+ "merk_type": "<value> OR empty OR null",
413
+ "jenis_model": "<value> OR empty OR null",
414
+ "tahun_pembuatan": "<value> OR empty OR null",
415
+ "warna_kb": "<value> OR empty OR null",
416
+ "isi_silinder": "<value> OR empty OR null",
417
+ "nomor_rangka": "<value> OR empty OR null",
418
+ "nomor_mesin": "<value> OR empty OR null",
419
+ "no_bpkp": "<value> OR empty OR null",
420
+ "berlaku_s_d": "<value> OR empty OR null",
421
+ "bahan_bakar": "<value> OR empty OR null",
422
+ "warna_tnkb": "<value> OR empty OR null",
423
+ "kepemilikan_ke": "<value> OR empty OR null",
424
+ "no_registrasi_lama": "<value> OR empty OR null",
425
+ "kode_njkb": "<value> OR empty OR null",
426
+ "no": "<value> OR empty OR null",
427
+ "asal_daerah": "<value> OR empty OR null",
428
+ "no_urut": "<value> OR empty OR null",
429
+ "no_kohir": "<value> OR empty OR null",
430
+ "nik_no_hp": "<value> OR empty OR null",
431
+ "pkok_bbnkb": "<value> OR empty OR null",
432
+ "pkok_pkb": "<value> OR empty OR null",
433
+ "pkok_swdkljj": "<value> OR empty OR null",
434
+ "pkok_penerbitan_stnk": "<value> OR empty OR null",
435
+ "pkok_penerbitan_tnkb": "<value> OR empty OR null",
436
+ "pkok_jumlah": "<value> OR empty OR null",
437
+ "sanksi_adm_bbnkb": "<value> OR empty OR null",
438
+ "sanksi_adm_pkb": "<value> OR empty OR null",
439
+ "sanksi_adm_swdkljj": "<value> OR empty OR null",
440
+ "sanksi_adm_penerbitan_stnk": "<value> OR empty OR null",
441
+ "sanksi_adm_penerbitan_tnkb": "<value> OR empty OR null",
442
+ "sanksi_adm_jumlah": "<value> OR empty OR null",
443
+ "jumlah_bbnkb": "<value> OR empty OR null",
444
+ "jumlah_pkb": "<value> OR empty OR null",
445
+ "jumlah_swdkljj": "<value> OR empty OR null",
446
+ "jumlah_penerbitan_stnk": "<value> OR empty OR null",
447
+ "jumlah_penerbitan_tnkb": "<value> OR empty OR null",
448
+ "jumlah_jumlah": "<value> OR empty OR null",
449
+ "ditetapkan_tanggal": "<value> OR empty OR null",
450
+ "penetapan": "<value> OR empty OR null",
451
+ "kasir": "<value> OR empty OR null"
452
+ }
453
+ }
454
+ Return Output:
455
+ Generate a JSON object:
456
+ {
457
+ "output JSON": "key-value pairs"
458
+ }
459
+
460
+
461
+ """
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ultralytics
2
+ torch
3
+ gradio
4
+ opencv-python
5
+ numpy
6
+ Pillow
7
+ torchvision
8
+ decord
9
+ transformers>=4.45.1
10
+ timm
11
+ einops
12
+ accelerate>=0.26.0
13
+ intel_extension_for_pytorch
14
+ sentencepiece