Spaces:
Running
Running
front = """<image>\n**Instruction:** | |
Analyze the image to extract values for the specified keys in JSON format | |
--- | |
### Output Format | |
{ | |
"tempat_tanggal": "string OR empty OR null", | |
"NO.": "string OR empty OR null", | |
"nomor_registrasi": "string OR empty OR null", | |
"nama_pemilik": "string OR empty OR null", | |
"alamat": "string OR empty OR null", | |
"merk": "string OR empty OR null", | |
"type": "string OR empty OR null", | |
"jenis": "string OR empty OR null", | |
"model": "string OR empty OR null", | |
"tahun_pembuatan": "string OR empty OR null", | |
"isi_silinder_daya_listrik": "string OR empty OR null", | |
"nomor_rangka": "string OR empty OR null", | |
"nomor_mesin": "string OR empty OR null", | |
"nik_tdp_nie_kitas_kitap": "string OR empty OR null", | |
"warna": "string OR empty OR null", | |
"bahan_bakar": "string OR empty OR null", | |
"warna_tnkb": "string OR empty OR null", | |
"tahun_registrasi": "string OR empty OR null", | |
"nomor_bpkb": "string OR empty OR null", | |
"kode_lokasi": "string OR empty OR null", | |
"no_urut_pendaftaran": "string OR empty OR null", | |
"berlaku_sampai": "string OR empty OR null", | |
"qr_code_number" : "string OR empty OR null" | |
} | |
""" | |
back = """<image>\n**Instruction:** | |
Analyze the image to extract values for the specified keys in JSON format | |
--- | |
### Output Format | |
{ | |
"nomor_registrasi": "string OR empty OR null", | |
"nama_pemilik": "string OR empty OR null", | |
"alamat": "string OR empty OR null", | |
"merk_type": "string OR empty OR null", | |
"jenis_model": "string OR empty OR null", | |
"tahun_pembuatan": "string OR empty OR null", | |
"warna_kb": "string OR empty OR null", | |
"isi_silinder": "string OR empty OR null", | |
"nomor_rangka": "string OR empty OR null", | |
"nomor_mesin": "string OR empty OR null", | |
"no_bpkp": "string OR empty OR null", | |
"berlaku_s_d": "string OR empty OR null", | |
"bahan_bakar": "string OR empty OR null", | |
"warna_tnkb": "string OR empty OR null", | |
"kepemilikan_ke": "string OR empty OR null", | |
"no_registrasi_lama": "string OR empty OR null", | |
"kode_njkb": "string OR empty OR null", | |
"NO.": "string OR empty OR null", | |
"asal_daerah": "string OR empty OR null", | |
"no_urut": "string OR empty OR null", | |
"no_kohir": "string OR empty OR null", | |
"nik_no_hp": "string OR empty OR null", | |
"pkok_bbnkb": "string OR empty OR null", | |
"pkok_pkb": "string OR empty OR null", | |
"pkok_swdkljj": "string OR empty OR null", | |
"pkok_penerbitan_stnk": "string OR empty OR null", | |
"pkok_penerbitan_tnkb": "string OR empty OR null", | |
"pkok_jumlah": "string OR empty OR null", | |
"sanksi_adm_bbnkb": "string OR empty OR null", | |
"sanksi_adm_pkb": "string OR empty OR null", | |
"sanksi_adm_swdkljj": "string OR empty OR null", | |
"sanksi_adm_penerbitan_stnk": "string OR empty OR null", | |
"sanksi_adm_penerbitan_tnkb": "string OR empty OR null", | |
"sanksi_adm_jumlah": "string OR empty OR null", | |
"jumlah_bbnkb": "string OR empty OR null", | |
"jumlah_pkb": "string OR empty OR null", | |
"jumlah_swdkljj": "string OR empty OR null", | |
"jumlah_penerbitan_stnk": "string OR empty OR null", | |
"jumlah_penerbitan_tnkb": "string OR empty OR null", | |
"jumlah_jumlah": "string OR empty OR null", | |
"ditetapkan_tanggal": "string OR empty OR null", | |
"penetapan": "string OR empty OR null", | |
"kasir": "string OR empty OR null" | |
} | |
""" |