ammariii08 commited on
Commit
12da56c
·
verified ·
1 Parent(s): 717c9f8

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +66 -68
prompts.py CHANGED
@@ -4,30 +4,29 @@ Analyze the image to extract values for the specified keys in JSON format
4
 
5
  ### Output Format
6
  {
7
- "surat_tanda_nomor_kendaraan_bermotor": "<value> OR empty OR null",
8
- "tempat_tanggal": "<value> OR empty OR null",
9
- "no": "<value> OR empty OR null",
10
- "nomor_registrasi": "<value> OR empty OR null",
11
- "nama_pemilik": "<value> OR empty OR null",
12
- "alamat": "<value> OR empty OR null",
13
- "merk": "<value> OR empty OR null",
14
- "type": "<value> OR empty OR null",
15
- "jenis": "<value> OR empty OR null",
16
- "model": "<value> OR empty OR null",
17
- "tahun_pembuatan": "<value> OR empty OR null",
18
- "isi_silinder_daya_listrik": "<value> OR empty OR null",
19
- "nomor_rangka": "<value> OR empty OR null",
20
- "nomor_mesin": "<value> OR empty OR null",
21
- "nik_tdp_nie_kitas_kitap": "<value> OR empty OR null",
22
- "warna": "<value> OR empty OR null",
23
- "bahan_bakar": "<value> OR empty OR null",
24
- "warna_tnkb": "<value> OR empty OR null",
25
- "tahun_registrasi": "<value> OR empty OR null",
26
- "nomor_bpkb": "<value> OR empty OR null",
27
- "kode_lokasi": "<value> OR empty OR null",
28
- "no_urut_pendaftaran": "<value> OR empty OR null",
29
- "berlaku_sampai": "<value> OR empty OR null"
30
- "qr_code" : "<value> OR empty OR null"
31
  }
32
  """
33
 
@@ -37,49 +36,48 @@ Analyze the image to extract values for the specified keys in JSON format
37
 
38
  ### Output Format
39
  {
40
- "Surat_Ketetapan_Kewajiban_Pembayaran_PKB_BBNKB_SWDKLLJ_DAN_PNBP": "present OR null",
41
- "nomor_registrasi": "<value> OR empty OR null",
42
- "nama_pemilik": "<value> OR empty OR null",
43
- "alamat": "<value> OR empty OR null",
44
- "merk_type": "<value> OR empty OR null",
45
- "jenis_model": "<value> OR empty OR null",
46
- "tahun_pembuatan": "<value> OR empty OR null",
47
- "warna_kb": "<value> OR empty OR null",
48
- "isi_silinder": "<value> OR empty OR null",
49
- "nomor_rangka": "<value> OR empty OR null",
50
- "nomor_mesin": "<value> OR empty OR null",
51
- "no_bpkp": "<value> OR empty OR null",
52
- "berlaku_s_d": "<value> OR empty OR null",
53
- "bahan_bakar": "<value> OR empty OR null",
54
- "warna_tnkb": "<value> OR empty OR null",
55
- "kepemilikan_ke": "<value> OR empty OR null",
56
- "no_registrasi_lama": "<value> OR empty OR null",
57
- "kode_njkb": "<value> OR empty OR null",
58
- "no": "<value> OR empty OR null",
59
- "asal_daerah": "<value> OR empty OR null",
60
- "no_urut": "<value> OR empty OR null",
61
- "no_kohir": "<value> OR empty OR null",
62
- "nik_no_hp": "<value> OR empty OR null",
63
- "pkok_bbnkb": "<value> OR empty OR null",
64
- "pkok_pkb": "<value> OR empty OR null",
65
- "pkok_swdkljj": "<value> OR empty OR null",
66
- "pkok_penerbitan_stnk": "<value> OR empty OR null",
67
- "pkok_penerbitan_tnkb": "<value> OR empty OR null",
68
- "pkok_jumlah": "<value> OR empty OR null",
69
- "sanksi_adm_bbnkb": "<value> OR empty OR null",
70
- "sanksi_adm_pkb": "<value> OR empty OR null",
71
- "sanksi_adm_swdkljj": "<value> OR empty OR null",
72
- "sanksi_adm_penerbitan_stnk": "<value> OR empty OR null",
73
- "sanksi_adm_penerbitan_tnkb": "<value> OR empty OR null",
74
- "sanksi_adm_jumlah": "<value> OR empty OR null",
75
- "jumlah_bbnkb": "<value> OR empty OR null",
76
- "jumlah_pkb": "<value> OR empty OR null",
77
- "jumlah_swdkljj": "<value> OR empty OR null",
78
- "jumlah_penerbitan_stnk": "<value> OR empty OR null",
79
- "jumlah_penerbitan_tnkb": "<value> OR empty OR null",
80
- "jumlah_jumlah": "<value> OR empty OR null",
81
- "ditetapkan_tanggal": "<value> OR empty OR null",
82
- "penetapan": "<value> OR empty OR null",
83
- "kasir": "<value> OR empty OR null"
84
  }
85
  """
 
4
 
5
  ### Output Format
6
  {
7
+ "tempat_tanggal": "string OR empty OR null",
8
+ "NO.": "string OR empty OR null",
9
+ "nomor_registrasi": "string OR empty OR null",
10
+ "nama_pemilik": "string OR empty OR null",
11
+ "alamat": "string OR empty OR null",
12
+ "merk": "string OR empty OR null",
13
+ "type": "string OR empty OR null",
14
+ "jenis": "string OR empty OR null",
15
+ "model": "string OR empty OR null",
16
+ "tahun_pembuatan": "string OR empty OR null",
17
+ "isi_silinder_daya_listrik": "string OR empty OR null",
18
+ "nomor_rangka": "string OR empty OR null",
19
+ "nomor_mesin": "string OR empty OR null",
20
+ "nik_tdp_nie_kitas_kitap": "string OR empty OR null",
21
+ "warna": "string OR empty OR null",
22
+ "bahan_bakar": "string OR empty OR null",
23
+ "warna_tnkb": "string OR empty OR null",
24
+ "tahun_registrasi": "string OR empty OR null",
25
+ "nomor_bpkb": "string OR empty OR null",
26
+ "kode_lokasi": "string OR empty OR null",
27
+ "no_urut_pendaftaran": "string OR empty OR null",
28
+ "berlaku_sampai": "string OR empty OR null",
29
+ "qr_code_number" : "string OR empty OR null"
 
30
  }
31
  """
32
 
 
36
 
37
  ### Output Format
38
  {
39
+ "nomor_registrasi": "string OR empty OR null",
40
+ "nama_pemilik": "string OR empty OR null",
41
+ "alamat": "string OR empty OR null",
42
+ "merk_type": "string OR empty OR null",
43
+ "jenis_model": "string OR empty OR null",
44
+ "tahun_pembuatan": "string OR empty OR null",
45
+ "warna_kb": "string OR empty OR null",
46
+ "isi_silinder": "string OR empty OR null",
47
+ "nomor_rangka": "string OR empty OR null",
48
+ "nomor_mesin": "string OR empty OR null",
49
+ "no_bpkp": "string OR empty OR null",
50
+ "berlaku_s_d": "string OR empty OR null",
51
+ "bahan_bakar": "string OR empty OR null",
52
+ "warna_tnkb": "string OR empty OR null",
53
+ "kepemilikan_ke": "string OR empty OR null",
54
+ "no_registrasi_lama": "string OR empty OR null",
55
+ "kode_njkb": "string OR empty OR null",
56
+ "NO.": "string OR empty OR null",
57
+ "asal_daerah": "string OR empty OR null",
58
+ "no_urut": "string OR empty OR null",
59
+ "no_kohir": "string OR empty OR null",
60
+ "nik_no_hp": "string OR empty OR null",
61
+ "pkok_bbnkb": "string OR empty OR null",
62
+ "pkok_pkb": "string OR empty OR null",
63
+ "pkok_swdkljj": "string OR empty OR null",
64
+ "pkok_penerbitan_stnk": "string OR empty OR null",
65
+ "pkok_penerbitan_tnkb": "string OR empty OR null",
66
+ "pkok_jumlah": "string OR empty OR null",
67
+ "sanksi_adm_bbnkb": "string OR empty OR null",
68
+ "sanksi_adm_pkb": "string OR empty OR null",
69
+ "sanksi_adm_swdkljj": "string OR empty OR null",
70
+ "sanksi_adm_penerbitan_stnk": "string OR empty OR null",
71
+ "sanksi_adm_penerbitan_tnkb": "string OR empty OR null",
72
+ "sanksi_adm_jumlah": "string OR empty OR null",
73
+ "jumlah_bbnkb": "string OR empty OR null",
74
+ "jumlah_pkb": "string OR empty OR null",
75
+ "jumlah_swdkljj": "string OR empty OR null",
76
+ "jumlah_penerbitan_stnk": "string OR empty OR null",
77
+ "jumlah_penerbitan_tnkb": "string OR empty OR null",
78
+ "jumlah_jumlah": "string OR empty OR null",
79
+ "ditetapkan_tanggal": "string OR empty OR null",
80
+ "penetapan": "string OR empty OR null",
81
+ "kasir": "string OR empty OR null"
 
82
  }
83
  """