Spaces:
Running
Running
File size: 3,410 Bytes
5a735ae 556d465 5a735ae 12da56c 5a735ae 556d465 5a735ae 12da56c 5a735ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
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"
}
""" |