instruction
stringclasses
1 value
output
dict
image
images listlengths
1
1
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "BUNGAI ARA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "BUNGAI PINGGIR, 08-08-1970", "gol_darah": "GOL.DARAH A", "jenis_kelamin": "PEREMPUAN", "kabupaten": "INDRAGIRI HILIR", "kecamatan": "KEMPAH", "kel_desa": "BUNGAI ARA", "kewarganegaraan": "WNI", "nama": "JUBANASI", "nik": "1404195004700002", "pekerjaan": "PETANI/PEKERJAAN", "provinsi": "RIAU", "rt_rw": "007 / 004", "status_perkawinan": "KAWIN", "tempat_lahir": "BUNGAI PINGGIR", "tgl_lahir": "08-08-1970", "tgl_terbit": "10-06-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "HEGOSNI MELATI MAS BLOK C16 NO", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA TANGERANG SELATAN", "gol_darah": "Gol. Darah-A", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA TANGERANG SELATAN", "kecamatan": "SERPONG UTARA", "kel_desa": "PONDOK JAGUNG", "kewarganegaraan": "WNI", "nama": "YOSSI NIKEN RESPATI", "nik": "3174075509780006", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "BANTEN", "rt_rw": "001/017", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "19-05-1978", "tgl_terbit": "11-09-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "MUNGKUNG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "MUNGKUNG", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "WONOSOBO", "kecamatan": "KALIKAJAR", "kel_desa": "MUNGKUNG", "kewarganegaraan": "WNI", "nama": "MUCH TAUFIQ", "nik": "3307061803890005", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA TENGAH", "rt_rw": "003/004", "status_perkawinan": "CERAI HIDUP", "tempat_lahir": "WONOSOBO", "tgl_lahir": "18-03-1989", "tgl_terbit": "14-02-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "Gg. 1 dari RT 01", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA BARAT", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA BARAT", "kecamatan": "KECAMATAN PALMERAH", "kel_desa": "KELURAHAN DEPOK", "kewarganegaraan": "WNI", "nama": "MUHAMMAD GIOVAN MUGODI", "nik": "3173022011000003", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "RT 01/RW 01", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "10-12-2004", "tgl_terbit": "27-12-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN DUKUH", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "NGANJUK", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "NGANJUK", "kecamatan": "LENGKONG", "kel_desa": "KETANDAN", "kewarganegaraan": "WNI", "nama": "AZHAR NUR AFIFAH", "nik": "3518196202010001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TIMUR", "rt_rw": "00/203", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "NGANJUK", "tgl_lahir": "22-02-2001", "tgl_terbit": "25-04-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. IBROHIM NO. 14 A", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA BARAT", "gol_darah": "AB", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA BARAT", "kecamatan": "KEBON JERUK", "kel_desa": "SUKABUMI UTARA", "kewarganegaraan": "WNI", "nama": "HAFIZH NAJATULLAH", "nik": "3671070610900002", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "DKI JAKARTA", "rt_rw": "002/005", "status_perkawinan": "KAWIN", "tempat_lahir": "TANGERANG", "tgl_lahir": "06-10-1990", "tgl_terbit": "03-12-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "PERUM ASABRI BKI", "berlaku_hingga": "13-03-2017", "domisili": "SUMEDANG", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "SUMEDANG", "kecamatan": "CIMALAK", "kel_desa": "CITIMUN", "kewarganegaraan": "WNI", "nama": "ARIES KUSNANDAR", "nik": "3211221303790012", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA BARAT", "rt_rw": "002/006", "status_perkawinan": "KAWIN", "tempat_lahir": "LEBAK", "tgl_lahir": "13-03-1979", "tgl_terbit": "11-05-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. CENIGAN SARI 31 A", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA DENPASAR", "gol_darah": "B", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA DENPASAR", "kecamatan": "DENPASAR SELATAN", "kel_desa": "SESATAN", "kewarganegaraan": "WNI", "nama": "DIAH NOWO LATRI, S.kom", "nik": "517103606860003", "pekerjaan": "MENGURUS RUMAH TANGGA", "provinsi": "BALI", "rt_rw": "000900", "status_perkawinan": "KAWIN", "tempat_lahir": "DENPASAR", "tgl_lahir": "20-06-1986", "tgl_terbit": "08-04-2015" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "BUKIT RIVARIA G.2/19", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA DEPOK", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA DEPOK", "kecamatan": "SAWANGAN", "kel_desa": "BEDAHAN", "kewarganegaraan": "WNI", "nama": "WILDAN AULIYA AZKA WARDOYO", "nik": "3374151507010005", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA BARAT", "rt_rw": "002/011", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "SEMARANG", "tgl_lahir": "15-07-2001", "tgl_terbit": "27-08-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN BONTORAMBA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "DUSUN BONTORAMBA", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "MAROS", "kecamatan": "MANDAI", "kel_desa": "BONTO MATENE", "kewarganegaraan": "WNI", "nama": "SAWIRUDDIN", "nik": "7309013112640064", "pekerjaan": "PEGAWAI NEGERI SIPIL (PNS)", "provinsi": "SULAWESI SELATAN", "rt_rw": "000/000", "status_perkawinan": "KAWIN", "tempat_lahir": "PANGKEP", "tgl_lahir": "31-12-1964", "tgl_terbit": "01-01-2005" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KOMP KUMALA ASRI R2 JL KUMALA 11", "berlaku_hingga": "14-01-2017", "domisili": "KOTA MAKASSAR", "gol_darah": "A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA MAKASSAR", "kecamatan": "TAMALATI", "kel_desa": "PA'RAE'NG-RAENG", "kewarganegaraan": "WNI", "nama": "ERIK TEGUH PRIMIANTORO", "nik": "7371101401690005", "pekerjaan": "PEGAWAI NEGERI SIPIL (PNS)", "provinsi": "SULAWESI SELATAN", "rt_rw": "003/001", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "14-01-1969", "tgl_terbit": "29-04-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KARANGKASAW", "berlaku_hingga": null, "domisili": null, "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KABUPATEN BANTUL", "kecamatan": null, "kel_desa": null, "kewarganegaraan": "WNI", "nama": "FENDI JERMANSYAH, SH", "nik": "34020261705610002", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "DAERAH ISTIMEWA YOGYAKARTA", "rt_rw": null, "status_perkawinan": "KAWIN", "tempat_lahir": "BANTUL", "tgl_lahir": "08-03-2012", "tgl_terbit": "27-05-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN HALABOLU", "berlaku_hingga": "12-12-2017", "domisili": "DUSUN HALABOLU", "gol_darah": "GOL. DARAH A", "jenis_kelamin": "LAKI LAKI", "kabupaten": "GORONTALO UTARA", "kecamatan": "SUMALATA TIMUR", "kel_desa": "KOLUWOKA", "kewarganegaraan": "WNI", "nama": "HARI KAPIDJAL", "nik": "7501011122900011", "pekerjaan": "WIRASWASTA", "provinsi": "GORONTALO", "rt_rw": "KOLUWOKA", "status_perkawinan": "KAWIN", "tempat_lahir": "LIMBOTO", "tgl_lahir": "12-12-1990", "tgl_terbit": "30-12-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": null, "alamat": "SEPANG", "berlaku_hingga": "08-12-2018", "domisili": null, "gol_darah": "Gol Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "MAMASA", "kecamatan": "BAMBANG", "kel_desa": "ULUMAMBI BARAT", "kewarganegaraan": "WNI", "nama": "CAKDIMULIADI", "nik": "7603110812850001", "pekerjaan": "GURU", "provinsi": "SULAWESI BARAT", "rt_rw": null, "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "ULUMAMBI", "tgl_lahir": "08-12-1985", "tgl_terbit": "03-05-2013" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "CANG MANGGIS", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "REJANG LEBONG", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "REJANG LEBONG", "kecamatan": "GURUIP SELATAN", "kel_desa": "AIR PUTIH BARU", "kewarganegaraan": "WNI", "nama": "FADILAH ALMARDHIYAH", "nik": "1702186405000001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "BENGKULU", "rt_rw": "001/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "CURUP", "tgl_lahir": "24-05-2000", "tgl_terbit": "02-12-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JLN. GUDANG SAMPAH", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA PEKANBARU", "gol_darah": null, "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA PEKANBARU", "kecamatan": null, "kel_desa": null, "kewarganegaraan": "WNI", "nama": "YURIA SYAHRIYAH", "nik": "147210560300022", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "RIAU", "rt_rw": "TAMPAN", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PEKANBARU", "tgl_lahir": null, "tgl_terbit": null }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "GIRYA SUKMAJAYA BLOK D NO.7", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA DEPOK", "gol_darah": "B", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA DEPOK", "kecamatan": "SUKMAJAYA", "kel_desa": "SUKMAJAYA", "kewarganegaraan": "WNI", "nama": "MUHAMMAD RIZA JAMALUL AKBAR", "nik": "3276050611701006", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA BARAT", "rt_rw": "011/403", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PEKALONGAN", "tgl_lahir": "06-11-2001", "tgl_terbit": "29-12-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUNI", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTAPINANG", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "LABUHANBATU SELATAN", "kecamatan": "KOTAPINANG", "kel_desa": "MAMPANG", "kewarganegaraan": "WNI", "nama": "MUHAMMAD IDRIS NASUTION", "nik": "1222030207830013", "pekerjaan": "KARYAWAN HONORER", "provinsi": "SUMATERA UTARA", "rt_rw": "000/000", "status_perkawinan": "KAWIN", "tempat_lahir": "KOTAPINANG", "tgl_lahir": "02-07-1983", "tgl_terbit": "08-12-2015" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN BLENDUNG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "DUSUN BLENDUNG", "gol_darah": "Gol. Darah A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KABUPATEN SUBANG", "kecamatan": "PURWADADI", "kel_desa": "BELENDUNG", "kewarganegaraan": "WNI", "nama": "U.SUDRAJAT", "nik": "3213061907800009", "pekerjaan": "KARYAWAN BUMN", "provinsi": "JAWA BARAT", "rt_rw": "014/004", "status_perkawinan": "KAWIN", "tempat_lahir": "BANDUNG", "tgl_lahir": "19-07-1980", "tgl_terbit": "20-03-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. KAPUK NO.4", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA TIMUR", "gol_darah": "O", "jenis_kelamin": "PEREMPUAN", "kabupaten": "JAKARTA TIMUR", "kecamatan": "CIPAYUNG", "kel_desa": "BAMBU APUS", "kewarganegaraan": "WNI", "nama": "ZULFA NADIA", "nik": "317104408940002", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "DKI JAKARTA", "rt_rw": "011/003", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "04-08-1994", "tgl_terbit": "08-07-2022" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KP. KEBON KOPI", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "BOGOR", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "BOGOR", "kecamatan": "CIAMPEA", "kel_desa": "CIAMPEA LIDIK", "kewarganegaraan": "WNI", "nama": "ROHMAN HALIM", "nik": "3174092410840008", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA BARAT", "rt_rw": "064/902", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "24-10-1984", "tgl_terbit": "04-12-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. MARISMA BIMA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "LAKI-LAKI", "kabupaten": "BANYUWANGI", "kecamatan": null, "kel_desa": null, "kewarganegaraan": "WNI", "nama": "VIKY FANDY ARDIANSYAH", "nik": "3510020202020002", "pekerjaan": null, "provinsi": "JAWA TIMUR", "rt_rw": null, "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BANYUWANGI", "tgl_lahir": "20-02-2002", "tgl_terbit": null }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. DANAKULI MULTIGUNA C3 No. 1", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA MALANG", "gol_darah": "Gol.Darah A", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA MALANG", "kecamatan": "KOTA MALANG", "kel_desa": "LEMAH KUDUNG KANDANG", "kewarganegaraan": "WNI", "nama": "AOLIA KHARIANI SHAIRA", "nik": "1671057004010002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TIMUR", "rt_rw": "002/006", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "TANJUNG ENIM", "tgl_lahir": "30-04-2000", "tgl_terbit": "21-06-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. H. AHMAD NO. 74", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA TANGERANG", "gol_darah": "B", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA TANGERANG", "kecamatan": "CILEDUG", "kel_desa": "PANINGGLAN UTARA", "kewarganegaraan": "WNI", "nama": "DEWI PRATIWI JAYA", "nik": "3671064905920005", "pekerjaan": "WIRASWASTA", "provinsi": "BANTEN", "rt_rw": "002/013", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "TANGERANG", "tgl_lahir": "09-05-1992", "tgl_terbit": "10-06-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KAMPUNG KERAMAT", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KAMPUNG KERAMAT", "gol_darah": "Gol. Darah", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN KUALA", "kel_desa": "KAMPUNG KERAMAT", "kewarganegaraan": "WNI", "nama": "SIHTNURBAITI", "nik": "6206104210780001", "pekerjaan": "PEGAWAI NEGERI SIPIL (PNS)", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "004/001", "status_perkawinan": "KAWIN", "tempat_lahir": "KAMPUNG TENGAH", "tgl_lahir": "02-10-1978", "tgl_terbit": "29-05-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL BUKIT BATU MANUAH", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KATINGAN HILIR", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN HILIR", "kel_desa": "KASONGAN LAMA", "kewarganegaraan": "WNI", "nama": "HAIRIL ILMI", "nik": "6206020908040001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "020/004", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "HAMPANGEN", "tgl_lahir": "09-08-2004", "tgl_terbit": "12-08-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "GRIYA SANGIANG MAS BLOK B.2", "berlaku_hingga": "20-12-2017", "domisili": "KOTA TANGERANG", "gol_darah": "Gol Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA TANGERANG", "kecamatan": "PERIUK", "kel_desa": "GEBANG RAYA", "kewarganegaraan": "WNI", "nama": "PANGERAN GANTENG", "nik": "3671082012870002", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "BANTEN", "rt_rw": "010/007", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "20-12-1982", "tgl_terbit": "23-07-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DK. DONOREJO", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "DK. DONOREJO", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "BATANG", "kecamatan": "LIMPUNG", "kel_desa": "DONOREJO", "kewarganegaraan": "WNI", "nama": "NUKE MAYA SAFIRA", "nik": "3325086108000002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TENGAH", "rt_rw": "001/001", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BATANG", "tgl_lahir": "21-08-2000", "tgl_terbit": "09-07-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JLN. SEPANJANG ASRI BLOK AB", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "SIDOARJO", "gol_darah": "AB", "jenis_kelamin": "PEREMPUAN", "kabupaten": "SIDOARJO", "kecamatan": "KEDUNGCAPAL", "kel_desa": "KEDUNGCAPAL", "kewarganegaraan": "WNI", "nama": "JENNA FEBRIANI PADZIA", "nik": "1515131502022004", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TIMUR", "rt_rw": "RT 01/RW 01", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "SIDOARJO", "tgl_lahir": "15-06-2000", "tgl_terbit": null }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "BONJERUK DALAM", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "LAKI-LAKI", "kabupaten": "LOMBOK TENGAH", "kecamatan": "JONGGAT", "kel_desa": "BONJERUK", "kewarganegaraan": "WNI", "nama": "LALU MUHAMAD WINADI DARUNDIYE", "nik": "520202221200004", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "NUSA TENGGARA BARAT", "rt_rw": "000/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BONJERUK", "tgl_lahir": "22-12-2000", "tgl_terbit": "04-01-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL SWADAYA 3 NO 73", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA DEPOK", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA DEPOK", "kecamatan": "BEJI", "kel_desa": "BEJI", "kewarganegaraan": "WNI", "nama": "AQMAL FIRDAUS", "nik": "3276062306030006", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA BARAT", "rt_rw": "005/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BANDUNG", "tgl_lahir": "23-06-2002", "tgl_terbit": "29-01-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "JL.BOJONEGORO NO.8", "berlaku_hingga": "18-06-2017", "domisili": "KOTA BANDUNG", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA BANDUNG", "kecamatan": "ANTAPANI", "kel_desa": "ANTAPANI KIDUL", "kewarganegaraan": "WNI", "nama": "PETER F.HUWAE", "nik": "3273201806900004", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA BARAT", "rt_rw": "004 / 012", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "DENPASAR", "tgl_lahir": "18-06-1990", "tgl_terbit": "16-12-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": null, "alamat": "DESA KALIREJO", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "LAKI-LAKI", "kabupaten": "PATi", "kecamatan": "JEPANG", "kel_desa": "KALIREJO", "kewarganegaraan": "WNI", "nama": "MOHAMAD SAMPAI", "nik": "3313082101000001", "pekerjaan": null, "provinsi": "JAWA TENGAH", "rt_rw": null, "status_perkawinan": null, "tempat_lahir": "SUKOHARJO", "tgl_lahir": "21-01-1980", "tgl_terbit": null }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. H. IKAP", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": "Gol. Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN TENGAH", "kel_desa": "SAMBA KATUNG", "kewarganegaraan": "WNI", "nama": "SUPIAN EFENDI", "nik": "6206050711770001", "pekerjaan": "PETANI/PEKEBUN", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "007/003", "status_perkawinan": "KAWIN", "tempat_lahir": "TALAGA", "tgl_lahir": "07-11-1977", "tgl_terbit": "13-03-2023" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL MALAKA GG CEMPEDAK", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "PEREMPUAN", "kabupaten": "JAKARTA TIMUR", "kecamatan": "CIPAYUNG", "kel_desa": "MUNJUL", "kewarganegaraan": "WNI", "nama": "ZAKIYAH AZZAHRA", "nik": "3175106203010008", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "006/006", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "22-03-2001", "tgl_terbit": "11-07-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "HINDU", "alamat": "BTP - BLOK AA. NO. 125", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA MAKASSAR", "gol_darah": "A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA MAKASSAR", "kecamatan": "TAMALANREA", "kel_desa": "BUNTUSU", "kewarganegaraan": "WNI", "nama": "IPUTU DARMAYASA", "nik": "7371140906922014", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "SULAWESI SELATAN", "rt_rw": "004/002", "status_perkawinan": "KAWIN", "tempat_lahir": "TARIPA", "tgl_lahir": "09-06-1992", "tgl_terbit": "24-09-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KP. PONDOK BENDA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA TANGERANG SELATAN", "gol_darah": "Gol Darah", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA TANGERANG SELATAN", "kecamatan": "SERPONG", "kel_desa": "BUARAN", "kewarganegaraan": "WNI", "nama": "HENNY PRATIWI RAHAYU, S.KOM", "nik": "3275045106900010", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "BANTEN", "rt_rw": "001/004", "status_perkawinan": "KAWIN", "tempat_lahir": "MALANG", "tgl_lahir": "11-06-1990", "tgl_terbit": "03-08-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. MADRASAH I", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA BARAT", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA BARAT", "kecamatan": "KEBON JERUK", "kel_desa": "SUKABUMI UTARA", "kewarganegaraan": "WNI", "nama": "HARDI AMRULLAH", "nik": "3173052503990001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "007/009", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "25-03-1999", "tgl_terbit": "01-04-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "PLUMBUNGAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KUDUS", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KUDUS", "kecamatan": "JEKULO", "kel_desa": "GONDOHARUM", "kewarganegaraan": "WNI", "nama": "NOOR BAGUS DWI NUGROHO ROSYID", "nik": "3319060310940002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TENGAH", "rt_rw": "007/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "KUDUS", "tgl_lahir": "03-10-1994", "tgl_terbit": "24-03-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KAMPUNG BARU", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KAMPUNG BARU", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN KUALA", "kel_desa": "KAMPUNG BARU", "kewarganegaraan": "WNI", "nama": "SUTRISNO", "nik": "6206101012890001", "pekerjaan": "BURUH TANI/PEKEBUNAN", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "004/001", "status_perkawinan": "KAWIN", "tempat_lahir": "KAMPUNG BARU", "tgl_lahir": "10-12-1989", "tgl_terbit": "09-03-2023" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "RAJA AMI", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "RAJA AMI", "gol_darah": "AB", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "BANGGAI", "kecamatan": "PAGIMAN", "kel_desa": "LAMBAJANG", "kewarganegaraan": "WNI", "nama": "NASIR KANTU, S.M.", "nik": "720171601680001", "pekerjaan": "WIRASWASTA", "provinsi": "SULAWESI TENGAH", "rt_rw": "000/000", "status_perkawinan": "KAWIN", "tempat_lahir": "LAMBAJANG", "tgl_lahir": "15-02-1988", "tgl_terbit": "22-11-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "BAGUNG ALANG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "INDRAGIRI HILIR", "gol_darah": "GOL. DARAH A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "INDRAGIRI HILIR", "kecamatan": "MANDAH", "kel_desa": "BELARAS BARAT", "kewarganegaraan": "WNI", "nama": "SAMSUDDIN", "nik": "1404070403780001", "pekerjaan": "PETANIPEKEBUN", "provinsi": "RIAU", "rt_rw": "003/002", "status_perkawinan": "KAWIN", "tempat_lahir": "BELARAS", "tgl_lahir": "04-03-1978", "tgl_terbit": "24-07-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "LAHANG TENGAH", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "INDRAGIRI HILIR", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "INDRAGIRI HILIR", "kecamatan": "GAUNG", "kel_desa": "LAHANG TENGAH", "kewarganegaraan": "WNI", "nama": "DEDI IRAWAN", "nik": "1404122403890001", "pekerjaan": "WIRASWASTA", "provinsi": "RIAU", "rt_rw": "003/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "SUNGAI RAYA", "tgl_lahir": "24-03-1989", "tgl_terbit": "07-11-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JLN. JEND. SUDIRMAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KENDARI", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA KENDARI", "kecamatan": "KENDARI", "kel_desa": "KOTA KENDARI", "kewarganegaraan": "WNI", "nama": "WIRAWAN SASTRA", "nik": "7311012019200001", "pekerjaan": "WIRASWASTA", "provinsi": "PROVINSI SULAWESI TENGGARA", "rt_rw": "001/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "KENDARI", "tgl_lahir": "05-12-1994", "tgl_terbit": "10-01-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DSN SELUMAR", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "BELITUNG TIMUR", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "BELITUNG TIMUR", "kecamatan": "GANTUNG", "kel_desa": "SELINGSING", "kewarganegaraan": "WNI", "nama": "RISKY RISTANDY", "nik": "1906020212990002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KEPULAUAN BANGKA BELITUNG", "rt_rw": "012/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "SELINGSING", "tgl_lahir": "02-12-1999", "tgl_terbit": "26-06-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "TUMBANG RUNEN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "TUMBANG RUNEN", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KAMPING", "kel_desa": "TUMBANG RUNEN", "kewarganegaraan": "WNI", "nama": "AHMAD MAULANA", "nik": "6206012709040001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "001/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PETAK BAHANDANG", "tgl_lahir": "27-09-2004", "tgl_terbit": "20-05-2022" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "BUMI PUSPITEK ASRI BLOK I/J NO.28", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "BANTEN", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "TANGERANG", "kecamatan": "PAGEDANGAN", "kel_desa": "PAGEDANGAN", "kewarganegaraan": "WNI", "nama": "YASMINE PERMATA SARI", "nik": "3603285601970005", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "BANTEN", "rt_rw": "004/001", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "16-01-1997", "tgl_terbit": "15-09-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "LINGK CIPAYUNG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA DEPOK", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA DEPOK", "kecamatan": "SUKMAJAYA", "kel_desa": "ABADULAYA", "kewarganegaraan": "WNI", "nama": "HERNAWATI", "nik": "3276055209990005", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA BARAT", "rt_rw": "004/001", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "DEPOK", "tgl_lahir": "12-09-1999", "tgl_terbit": "13-05-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "TUMBANG RUNEN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "TUMBANG RUNEN", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KAMPING", "kel_desa": "TUMBANG RUNEN", "kewarganegaraan": "WNI", "nama": "AHMAD MAULANA", "nik": "6206012709040001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "001/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PETAK BAHANDANG", "tgl_lahir": "27-09-2004", "tgl_terbit": "20-05-2022" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "BUDHA", "alamat": "JL. JEND. SUDIRMAN NO.116", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "LAKI-LAKI", "kabupaten": "LABUHANBATU UTARA", "kecamatan": "KUALUH HULU", "kel_desa": "AEK KANOPAN", "kewarganegaraan": "WNI", "nama": "JONSON", "nik": "1223010704750008", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "SUMATERA UTARA", "rt_rw": "000/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "B. SERBANGAN", "tgl_lahir": "07-04-1975", "tgl_terbit": "14-06-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. TUJUK RIWUT KM. 18", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": "Gol. Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN HILIR", "kel_desa": "HAMPALIT", "kewarganegaraan": "WNI", "nama": "NUR DONIANSYAH", "nik": "6206023108973001", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "006/000", "status_perkawinan": "KAWIN", "tempat_lahir": "KASONGAN", "tgl_lahir": "31-08-1993", "tgl_terbit": "15-12-2022" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KP PARIGI", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "SERANG", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "SERANG", "kecamatan": "CIKANDE", "kel_desa": "PARIGI", "kewarganegaraan": "WNI", "nama": "SHOLIHAT", "nik": "3604152412900002", "pekerjaan": "BURUH HARIAN LEPAS", "provinsi": "BANTEN", "rt_rw": "001/004", "status_perkawinan": "KAWIN", "tempat_lahir": "SERANG", "tgl_lahir": "24-12-1990", "tgl_terbit": "03-08-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "SCATTER", "alamat": "JL. REZEKI NOMPLOK", "berlaku_hingga": "CHIP MASIH ADA", "domisili": null, "gol_darah": "Gol Darah", "jenis_kelamin": "ONLINE", "kabupaten": "KOTA FAFAPA", "kecamatan": "MEGAWIN", "kel_desa": "SUPERWIN", "kewarganegaraan": "PLAYSTORE", "nama": "KAKEK MERAH", "nik": "9000000000000000", "pekerjaan": "SEDEKAH", "provinsi": "MAIN SLOT", "rt_rw": "45 B / 90 B", "status_perkawinan": "AUTO SPIN 100", "tempat_lahir": "DUO FU DUO CAI", "tgl_lahir": "03-11-1489", "tgl_terbit": "12-02-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN KAMJAYA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KAMPAR", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KAMPAR", "kecamatan": "KAMPAR", "kel_desa": "KAMJAYA", "kewarganegaraan": "WNI", "nama": "GURAHADI", "nik": "1401111505650006", "pekerjaan": "PEGAWAI SWASTA", "provinsi": "RIAU", "rt_rw": "RT 01/RW 01", "status_perkawinan": "KAWIN", "tempat_lahir": "KAMPAR", "tgl_lahir": "06-08-1985", "tgl_terbit": "20-05-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. LANGGAR I", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA SELATAN", "gol_darah": "GOL. DARAH A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA SELATAN", "kecamatan": "PASAR MINGGU", "kel_desa": "PEJATEN TIMUR", "kewarganegaraan": "WNI", "nama": "MUHAMMAD IQBAL", "nik": "3174042975010006", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "013/006", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "29-05-2001", "tgl_terbit": "21-07-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL SELAT PANJANG", "berlaku_hingga": "29-06-2017", "domisili": "PONTIANAK", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA PONTIANAK", "kecamatan": "PONTIANAK UTARA", "kel_desa": "SIANTAN HULU", "kewarganegaraan": "WNI", "nama": "ADINATA", "nik": "6171042906910005", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KALIMANTAN BARAT", "rt_rw": "004 / 020", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PONTIANAK", "tgl_lahir": "29-06-1991", "tgl_terbit": "30-05-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "J.L. PALAD KAMPUNG BUKAK RARU", "berlaku_hingga": "15-09-2021", "domisili": "JAKARTA TIMUR", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA TIMUR", "kecamatan": "JAKARTA TIMUR", "kel_desa": "PULO Gadung", "kewarganegaraan": "WNA", "nama": "HABIB UR REHMAN", "nik": "3172021502695001", "pekerjaan": "TRADING & INDUSTRY", "provinsi": "DKI JAKARTA", "rt_rw": "001/002", "status_perkawinan": "KAWIN", "tempat_lahir": "PASIR ABAD", "tgl_lahir": "15-06-1986", "tgl_terbit": "27-03-2022" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "GARUNG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "LAMONGAN", "gol_darah": "Gol. Darah", "jenis_kelamin": "PEREMPUAN", "kabupaten": "LAMONGAN", "kecamatan": "SAMBENG", "kel_desa": "GARUNG", "kewarganegaraan": "WNI", "nama": "NILUHEKA PUTRISETAHAWANDARI", "nik": "352411641000003", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TIMUR", "rt_rw": "002/004", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "LAMONGAN", "tgl_lahir": "24-10-2001", "tgl_terbit": "04-03-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL MASJID AL FALAH", "berlaku_hingga": "06-06-2017", "domisili": "TUBAN", "gol_darah": "A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "TUBAN", "kecamatan": "TUBAN", "kel_desa": "SUGIHARJO", "kewarganegaraan": "WNI", "nama": "MAFTUCHIN", "nik": "3523160606800003", "pekerjaan": "WIRASWASTA", "provinsi": "JAWA TIMUR", "rt_rw": "001 / 002", "status_perkawinan": "KAWIN", "tempat_lahir": "TUBAN", "tgl_lahir": "06-06-1980", "tgl_terbit": "31-10-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KADI PIRO", "berlaku_hingga": "05-07-2017", "domisili": "KADI PIRO", "gol_darah": "B", "jenis_kelamin": "PEREMPUAN", "kabupaten": "BOYOLALI", "kecamatan": "CEPOGO", "kel_desa": "GENENG", "kewarganegaraan": "WNI", "nama": "AYU NURUL RAHMAWATI", "nik": "3309034507940003", "pekerjaan": "BELUM TIDAK BEKERJA", "provinsi": "JAWA TENGAH", "rt_rw": "001/0003", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BOYOLALI", "tgl_lahir": "05-07-1994", "tgl_terbit": "28-08-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "SKU JL.SUMATRA BLOK B78/15", "berlaku_hingga": "18-12-2018", "domisili": "BEKASI", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "BEKASI", "kecamatan": "TAMBUN SELATAN", "kel_desa": "MEKARSARI", "kewarganegaraan": "WNI", "nama": "WIDIARSO", "nik": "3216061812590006", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA BARAT", "rt_rw": "003/004", "status_perkawinan": "KAWIN", "tempat_lahir": "PEMALANG", "tgl_lahir": "18-12-1959", "tgl_terbit": "22-06-2013" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "JILIKAN LAYUR D-123A", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA BANDAR LAMPUNG", "gol_darah": "Gol. Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA BANDAR LAMPUNG", "kecamatan": "TELUKBETUNG SELATAN", "kel_desa": "TELUKBETUNG", "kewarganegaraan": "WNI", "nama": "ERWIN SURYA EFFENDY", "nik": "1871071612010003", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "LAMPUNG", "rt_rw": "004/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "TELUK BETUNG", "tgl_lahir": "16-12-2001", "tgl_terbit": "16-03-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "JL KANTOR POS", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "CILACAP", "gol_darah": "GOL. DARAH A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "CILACAP", "kecamatan": "KROYA", "kel_desa": "BAJING", "kewarganegaraan": "WNI", "nama": "BAMBANG TILARSO", "nik": "330106702470001", "pekerjaan": "BURUH HARIAN LEPAS", "provinsi": "JAWA TENGAH", "rt_rw": "007/002", "status_perkawinan": "KAWIN", "tempat_lahir": "CILACAP", "tgl_lahir": "02-07-1947", "tgl_terbit": "01-11-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JALAN MARTAPURA LAMA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JALAN MARTAPURA LAMA", "gol_darah": "Gol. Darah A", "jenis_kelamin": "LAKI LAKI", "kabupaten": "BANJAR", "kecamatan": "MARTAPURA BARAT", "kel_desa": "TELUK SELONG ULU", "kewarganegaraan": "WNI", "nama": "MUHAMMAD RISDI", "nik": "6303140946950001", "pekerjaan": "BELUM TIDAK BEKERJA", "provinsi": "KALIMANTAN SELATAN", "rt_rw": "003/000", "status_perkawinan": "KAWIN", "tempat_lahir": "TELUK SELONG ULU", "tgl_lahir": "09-06-1996", "tgl_terbit": "09-09-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "JLN. MANGGA HARUM NO. 234", "berlaku_hingga": "01-01-2024", "domisili": "JAKARTA", "gol_darah": "O", "jenis_kelamin": "PEREMPUAN", "kabupaten": "JAKARTA SELATAN", "kecamatan": "KEBAYORAN BARU", "kel_desa": "CIPETE UTARA", "kewarganegaraan": "WNI", "nama": "WATI PUTRI", "nik": "1451415145145145", "pekerjaan": "SENIMAN", "provinsi": "DKI JAKARTA", "rt_rw": "002/002", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "01-01-1997", "tgl_terbit": "01-01-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "PERUM MUTIARA G-6", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": "GOL. DARAH A", "jenis_kelamin": "PEREMPUAN", "kabupaten": "SLEMAN", "kecamatan": "GODEAN", "kel_desa": "SIDOKARTO", "kewarganegaraan": "WNI", "nama": "NOVI RIZQI AMALIA", "nik": "3404026411000001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DAERAH ISTIMEWA YOGYAKARTA", "rt_rw": "005/014", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "SLEMAN", "tgl_lahir": "24-11-2000", "tgl_terbit": "09-07-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KEBAGUSAN KECIL NO.36 A", "berlaku_hingga": "16-09-2016", "domisili": "JAKARTA SELATAN", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA SELATAN", "kecamatan": "PASAR MINGGU", "kel_desa": "KEBAGUSAN", "kewarganegaraan": "WNI", "nama": "HANGGRA PUTRA SEPTIRA", "nik": "3174041609920004", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "005 / 003", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "16-09-1992", "tgl_terbit": "16-01-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "TALANG JANGKANG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "INDRAGIRI HILIR", "kecamatan": "KEMUNING", "kel_desa": "TALANG JANGKANG", "kewarganegaraan": "WNI", "nama": "IRWAN", "nik": "1404011009910002", "pekerjaan": "PETANI/PEKEBUN", "provinsi": "RIAU", "rt_rw": "004/002", "status_perkawinan": "KAWIN", "tempat_lahir": "SANGLAR", "tgl_lahir": "01-12-1989", "tgl_terbit": "25-12-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "WATES", "berlaku_hingga": "25-12-2017", "domisili": "MALANG", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "MALANG", "kecamatan": "PONCOCUSUMO", "kel_desa": "WONOMULYO", "kewarganegaraan": "WNI", "nama": "SLAMET HARI NATAL", "nik": "3507072512620001", "pekerjaan": "WIRASWASTA", "provinsi": "JAWA TIMUR", "rt_rw": "024 / 008", "status_perkawinan": "KAWIN", "tempat_lahir": "MALANG", "tgl_lahir": "25-12-1962", "tgl_terbit": "10-09-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "TITTANG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "BOYOLALI", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "BOYOLALI", "kecamatan": "SIMO", "kel_desa": "SIMO", "kewarganegaraan": "WNI", "nama": "ATIKA INDAH MENTARI", "nik": "3309135707010002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TENGAH", "rt_rw": "009/003", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BOYOLALI", "tgl_lahir": "17-07-2001", "tgl_terbit": "02-03-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DOSN SOMBER ASRI", "berlaku_hingga": "09-01-2017", "domisili": "KEDIRI", "gol_darah": "GOL.DARAH A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KEDIRI", "kecamatan": "GROGOL", "kel_desa": "SONOJO", "kewarganegaraan": "WNI", "nama": "UMAR SISWORO", "nik": "35061309071210001", "pekerjaan": "PEGAWAI NEGERI SIPIL (PNS)", "provinsi": "JAWA TIMUR", "rt_rw": "002/001", "status_perkawinan": "KAWIN", "tempat_lahir": "SURABAYA", "tgl_lahir": "09-01-1971", "tgl_terbit": "25-09-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "TAMBAKSOCGA", "berlaku_hingga": "06-07-2017", "domisili": null, "gol_darah": "Gol Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "BANYUMAS", "kecamatan": "SUMBANG", "kel_desa": "TAMBAKSOCGA", "kewarganegaraan": "WNI", "nama": "EKO DONNY SETYO YULIANTORO", "nik": "3302221067840009", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA TENGAH", "rt_rw": "003-006", "status_perkawinan": "KAWIN", "tempat_lahir": "TEGAL", "tgl_lahir": "06-07-1986", "tgl_terbit": "26-08-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "BINAGRIYA BLOK B NO 22", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA PEKALONGAN", "gol_darah": "B", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA PEKALONGAN", "kecamatan": "PEKALONGAN BARAT", "kel_desa": "PRINGREJO", "kewarganegaraan": "WNI", "nama": "ZAENAL MUTTAQIN", "nik": "3375012612580003", "pekerjaan": "WIRASWASTA", "provinsi": "JAWA TENGAH", "rt_rw": "002/004", "status_perkawinan": "KAWIN", "tempat_lahir": "PEKALONGAN", "tgl_lahir": "26-12-1958", "tgl_terbit": "14-01-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL.KELURAHAN IV", "berlaku_hingga": "25-08-2016", "domisili": "JAKARTA", "gol_darah": "O", "jenis_kelamin": "PEREMPUAN", "kabupaten": "JAKARTA TIMUR", "kecamatan": "DUREN SAWIT", "kel_desa": "DUREN SAWIT", "kewarganegaraan": "WNI", "nama": "AYU SRI RAHAYU", "nik": "3175076508940009", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "011 / 011", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "25-08-1994", "tgl_terbit": "01-12-2011" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "CHRISTIAN", "alamat": "JL SELAMET PERUMAHAN RANCABALI", "berlaku_hingga": "12-12-2023", "domisili": "CIANJUR", "gol_darah": "-", "jenis_kelamin": "MALE", "kabupaten": "CIANJUR", "kecamatan": "CIANJUR", "kel_desa": "MUKA", "kewarganegaraan": "CHINA", "nama": "GUOHUI CHEN", "nik": "3203012503770011", "pekerjaan": "OTHERS", "provinsi": "JAWA BARAT", "rt_rw": "002/001", "status_perkawinan": "MARRIED", "tempat_lahir": "FUJIAN", "tgl_lahir": "25-03-1977", "tgl_terbit": "17-09-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JAYA MAKMUR", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KATINGAN KUALA", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN KUALA", "kel_desa": "JAYA MAKMUR", "kewarganegaraan": "WNI", "nama": "SUPRIADI", "nik": "6206101709810001", "pekerjaan": "BURUH TANIPERKEBUNAN", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "005/001", "status_perkawinan": "KAWIN", "tempat_lahir": "PACITAN", "tgl_lahir": "25-12-1985", "tgl_terbit": "27-02-2023" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN I TANJUNG ALAI", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KAMPAR", "gol_darah": "GOL.DARAH -", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KAMPAR", "kecamatan": "XIII KOTO KAMPAR", "kel_desa": "TANJUNG ALAI", "kewarganegaraan": "WNI", "nama": "SELA PUTRI DOMO", "nik": "1401045105930003", "pekerjaan": "PETANI/PEKEBUN", "provinsi": "RIAU", "rt_rw": "004/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PULAU GADANG", "tgl_lahir": "11-05-1993", "tgl_terbit": "01-04-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DSN KRAJAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "TUBAN", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "TUBAN", "kecamatan": "PARENGAN", "kel_desa": "NGAWUN", "kewarganegaraan": "WNI", "nama": "PARSONO", "nik": "3523092204760001", "pekerjaan": "PETANI/PEKEBUN", "provinsi": "JAWA TIMUR", "rt_rw": "003/002", "status_perkawinan": "KAWIN", "tempat_lahir": "TUBAN", "tgl_lahir": "21-04-1976", "tgl_terbit": "19-03-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KAMPUNG CIBUNGBULANG", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA BOGOR", "kecamatan": "CIBUNGBULANG", "kel_desa": "CIBUNGBULANG", "kewarganegaraan": "WNI", "nama": "JAROT RAHMAN", "nik": "3275083101970021", "pekerjaan": "PELAJAR", "provinsi": "JAWA BARAT", "rt_rw": "01/02", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BOGOR", "tgl_lahir": "31-01-1997", "tgl_terbit": null }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "POK SUKATANI PERMAI BLOCK C 12/10", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "TANGERANG", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "TANGERANG", "kecamatan": "RAJEG", "kel_desa": "SUKATANI", "kewarganegaraan": "WNI", "nama": "RIONALDO SILABAN", "nik": "3603110408000003", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "BANTEN", "rt_rw": "056/004", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "TANGERANG", "tgl_lahir": "04-08-2000", "tgl_terbit": "12-08-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JALAN NARTO PUSPITA No. 10", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA SELATAN", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA SELATAN", "kecamatan": "KEBAYORAN LAMA", "kel_desa": "PESANGGRAHAN", "kewarganegaraan": "WNI", "nama": "DIFAN ADHITO", "nik": "310320201305760004", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAKARTA SEJATIAN", "rt_rw": "RT 01/RW 02", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "15-09-1998", "tgl_terbit": "24-10-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "UDSIN KRAJAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "OZONIZI", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "PASURUAN", "kecamatan": "PURWODADI", "kel_desa": "SENTUL", "kewarganegaraan": "WNI", "nama": "ALIF PUTRA CAKRA AHIMNYU", "nik": "3514011405010002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "JAWA TIMUR", "rt_rw": "002/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "MALANG", "tgl_lahir": "14-08-2001", "tgl_terbit": "15-04-2019" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": null, "alamat": null, "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": null, "jenis_kelamin": "PEREMPUAN", "kabupaten": "KABUPATEN ALFEN", "kecamatan": null, "kel_desa": "CANDAN", "kewarganegaraan": "WNI", "nama": "KURUL CHOIRUL", "nik": "3310035093700001", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA TENGAH", "rt_rw": "000/005", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "CANDAN", "tgl_lahir": null, "tgl_terbit": "14-02-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "J.L KOL SUGIONO", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "MALANG", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "MALANG", "kecamatan": "SUMBERPUCUNG", "kel_desa": "SENGGIRENG", "kewarganegaraan": "WNI", "nama": "ILLA ANGGAR DIANASARI", "nik": "3507124611890002", "pekerjaan": "WIRASWASTA", "provinsi": "JAWA TIMUR", "rt_rw": "011/004", "status_perkawinan": "KAWIN", "tempat_lahir": "MALANG", "tgl_lahir": "06-11-1989", "tgl_terbit": "03-10-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "PERUMAHAN JANDAR OK", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "PERUMAHAN JANDAR OK", "gol_darah": "-", "jenis_kelamin": "PEREMPUAN", "kabupaten": "SLEMAN", "kecamatan": "GAPURA", "kel_desa": "KEDUNGBLANGKAH", "kewarganegaraan": "WNI", "nama": "CHAYACAP WING SHOLEHA", "nik": "3301242246100006", "pekerjaan": "MAHASISWA", "provinsi": "JAWA TENGAH", "rt_rw": "005/006", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "SUKOHARJO", "tgl_lahir": "09-09-1996", "tgl_terbit": "16-04-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUSUN KRAJAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JEMBER", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JEMBER", "kecamatan": "TEMPUREJO", "kel_desa": "TEMPUREJO", "kewarganegaraan": "WNI", "nama": "MUHAMAD HOIIL", "nik": "3509780312850002", "pekerjaan": "WIRASWASTA", "provinsi": "JAWA TIMUR", "rt_rw": "003/006", "status_perkawinan": "KAWIN", "tempat_lahir": "JEMBER", "tgl_lahir": "03-12-1985", "tgl_terbit": "30-08-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KOMP.PERUM PT HII B/28", "berlaku_hingga": "11-06-2017", "domisili": "JAKARTA", "gol_darah": "A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA UTARA", "kecamatan": "KELAPA GADING", "kel_desa": "KELAPA GADING TIMUR", "kewarganegaraan": "WNI", "nama": "LUKI HERDIAN JUNIZAR S", "nik": "3172061106870003", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "DKI JAKARTA", "rt_rw": "004 / 005", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "11-06-1987", "tgl_terbit": "22-01-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "KRISTEN", "alamat": "NAMASINA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "NAMASINA", "gol_darah": "Col. Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "MALUKU TENGAH", "kecamatan": "KOTA MASOHI", "kel_desa": "NAMASINA", "kewarganegaraan": "WNI", "nama": "DJETLI M. LITAAY", "nik": "810171307960003", "pekerjaan": "KARYAWAN BUMN", "provinsi": "MALUKU", "rt_rw": "002/000", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "AMBON", "tgl_lahir": "13-07-1996", "tgl_terbit": "30-11-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. ANGSANA NO 21", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "CILACAP", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "CILACAP", "kecamatan": "ANGSANA RAYA", "kel_desa": "ANGSANA", "kewarganegaraan": "WNI", "nama": "ABDURRAHMAN HADIN", "nik": "3121003009870001", "pekerjaan": "KARYAWAN", "provinsi": "JAWA TENGAH", "rt_rw": "02/05", "status_perkawinan": "KAWIN", "tempat_lahir": "MAGELANG", "tgl_lahir": "30-09-1987", "tgl_terbit": "21-05-2018" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. PANGKALAN TUJUH", "berlaku_hingga": "05-06-2017", "domisili": null, "gol_darah": null, "jenis_kelamin": "LAKI-LAKI", "kabupaten": "INDRAGIRI HILIR", "kecamatan": "TEMPULING", "kel_desa": "SUNGAI SALAK", "kewarganegaraan": "WNI", "nama": "ALI USMAN", "nik": "1404050506700002", "pekerjaan": "BURUH HARIAN LEPAS", "provinsi": "RIAU", "rt_rw": "006/002", "status_perkawinan": "KAWIN", "tempat_lahir": "REDANG", "tgl_lahir": "05-06-1970", "tgl_terbit": "05-06-2017" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DUKUH ZAMRUD BLOK M. 11 / 07", "berlaku_hingga": "30-05-2017", "domisili": "KOTA BEKASI", "gol_darah": "B", "jenis_kelamin": "PEREMPUAN", "kabupaten": "KOTA BEKASI", "kecamatan": "MUSTIKA JAYA", "kel_desa": "PADURENAN", "kewarganegaraan": "WNI", "nama": "SRI SURATMI", "nik": "3275117005860006", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA BARAT", "rt_rw": "002 / 014", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "BOYOLALI", "tgl_lahir": "30-05-1986", "tgl_terbit": "04-05-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "DEMAAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "DEMAAN", "gol_darah": "Gol Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JEPARA", "kecamatan": "JEPARA", "kel_desa": "DEMAAN", "kewarganegaraan": "WNI", "nama": "ABDUL MAJID RIDWAN", "nik": "3320061609980004", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "JAWA TENGAH", "rt_rw": "001/003", "status_perkawinan": "KAWIN", "tempat_lahir": "JEPARA", "tgl_lahir": "16-09-1998", "tgl_terbit": "05-02-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "SEKAR PUTIH", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": "Gol Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA BATU", "kecamatan": "JUNREJO", "kel_desa": "PENDEM", "kewarganegaraan": "WN", "nama": "SELTA TAMTAMA SUBJANTORO", "nik": "3579033012680001", "pekerjaan": "GURU", "provinsi": "JAWA TIMUR", "rt_rw": "039/010", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "30-12-1968", "tgl_terbit": "27-07-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL MUJAKIR WALAT", "berlaku_hingga": "05-08-2017", "domisili": "GOSONG TELAGA TIMUR", "gol_darah": "B+", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "ACEH SINGKIL", "kecamatan": "SINGKIL UTARA", "kel_desa": "GOSONG TELAGA TIMUR", "kewarganegaraan": "WNI", "nama": "ALFANDA", "nik": "1110100508393001", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "ACEH", "rt_rw": "..", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "GOSONG TELAGA", "tgl_lahir": "05-08-1993", "tgl_terbit": "05-05-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "HINDU", "alamat": "G. OBOK KM 4.5 NO. 106", "berlaku_hingga": "23-09-2017", "domisili": "PALANGKARAYA", "gol_darah": "Gol Darah A", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "PALANGKARAYA", "kecamatan": "JEKAN RAYA", "kel_desa": "MENTENG", "kewarganegaraan": "WNI", "nama": "WAYAN SURYA ADI MIKA", "nik": "6271033299920005", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "006/106", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PALANGKARAYA", "tgl_lahir": "29-09-1992", "tgl_terbit": "04-05-2012" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KOP. BODEGAN", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "JAKARTA", "gol_darah": "O", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "JAKARTA", "kecamatan": "KAYU MANIS", "kel_desa": "PENGGUNGAN", "kewarganegaraan": "WNI", "nama": "AMARIBRI FIZ", "nik": "3175012004042602", "pekerjaan": "KARYAWAN SWASTA", "provinsi": "DKI JAKARTA", "rt_rw": "01/008", "status_perkawinan": "KAWIN", "tempat_lahir": "JAKARTA", "tgl_lahir": "20-06-1992", "tgl_terbit": "05-04-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "KARAJAN TIMUR", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KARAWAN TIMUR", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KARAWANG", "kecamatan": "RENGASDENGKLOK", "kel_desa": "AMAN SARI", "kewarganegaraan": "WNI", "nama": "RAKHA MAULANA RAHMAT", "nik": "3215062905020003", "pekerjaan": "BELUM/TIDAK BEKERJA", "provinsi": "JAWA BARAT", "rt_rw": "005/002", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "KARAWANG", "tgl_lahir": "29-05-2002", "tgl_terbit": "15-01-2020" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL. PARUNA PARIT 05", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "Tembilahan", "gol_darah": "Gol. Darah", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "INDRAGIRI HILIR", "kecamatan": "Tembilahan Hulu", "kel_desa": "TEMBILAHAN BARAT", "kewarganegaraan": "WNI", "nama": "HENDRA FADHIL,\n", "nik": "14043131805720001", "pekerjaan": "WIRASWASTA", "provinsi": "RIAU", "rt_rw": "003/003", "status_perkawinan": "KAWIN", "tempat_lahir": "Tembilahan", "tgl_lahir": "18-05-1972", "tgl_terbit": "14-02-2016" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JL PELITA", "berlaku_hingga": "SEUMUR HIDUP", "domisili": null, "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KATINGAN", "kecamatan": "KATINGAN KUALA", "kel_desa": "PAGATAN HULU", "kewarganegaraan": "WNI", "nama": "REZEKANI", "nik": "6206102501030002", "pekerjaan": "PELAJAR/MAHASISWA", "provinsi": "KALIMANTAN TENGAH", "rt_rw": "003/001", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "PEGATAN", "tgl_lahir": "25-01-2003", "tgl_terbit": "14-09-2021" }
You are an AI assistant specialized in extracting information from Indonesian ID cards (KTP). Your job is to accurately extract all required fields from the KTP image provided. If a specific field is not clearly visible or cannot be detected with confidence, return None for that field. Do not guess or fabricate information that is not visible in the image. Pay special attention to: 1. The 16-digit NIK number 2. Correct spelling of names and places 3. Exact formatting of dates (DD-MM-YYYY) 4. Proper capitalization as shown on the KTP. 'The output should be formatted as a JSON instance that conforms to the JSON schema below. As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema. The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted. Here is the output schema: ``` {"description": "Indonesian ID Card (KTP) Information Model", "properties": {"provinsi": {"title": "Provinsi", "description": "Province name as written on the KTP", "type": "string"}, "kabupaten": {"title": "Kabupaten", "description": "Regency/City name as written on the KTP", "type": "string"}, "domisili": {"title": "Domisili", "description": "Domicile area as written on the KTP", "type": "string"}, "tgl_terbit": {"title": "Tgl Terbit", "description": "Issue date of the KTP in DD-MM-YYYY format", "type": "string"}, "nik": {"title": "Nik", "description": "16-digit National Identity Number (NIK)", "pattern": "^\\d{16}$", "type": "string"}, "nama": {"title": "Nama", "description": "Full name as written on the KTP", "type": "string"}, "jenis_kelamin": {"title": "Jenis Kelamin", "description": "Gender as written on the KTP", "examples": ["LAKI-LAKI", "PEREMPUAN"], "type": "string"}, "gol_darah": {"title": "Gol Darah", "description": "Blood type as written on the KTP", "examples": ["A", "B", "AB", "O", "-", "GOL.DARAH A", "GOL.DARAH B", "GOL.DARAH AB", "GOL.DARAH O"], "type": "string"}, "tempat_lahir": {"title": "Tempat Lahir", "description": "Place of birth as written on the KTP", "type": "string"}, "tgl_lahir": {"title": "Tgl Lahir", "description": "Date of birth in DD-MM-YYYY format", "type": "string"}, "alamat": {"title": "Alamat", "description": "Street address as written on the KTP", "type": "string"}, "rt_rw": {"title": "Rt Rw", "description": "RT/RW numbers as written on the KTP", "type": "string"}, "kel_desa": {"title": "Kel Desa", "description": "Village/Ward name as written on the KTP", "type": "string"}, "kecamatan": {"title": "Kecamatan", "description": "District name as written on the KTP", "type": "string"}, "agama": {"title": "Agama", "description": "Religion as written on the KTP", "examples": ["ISLAM", "KRISTEN", "KATOLIK", "HINDU", "BUDDHA", "KONGHUCU"], "type": "string"}, "status_perkawinan": {"title": "Status Perkawinan", "description": "Marital status as written on the KTP", "examples": ["BELUM KAWIN", "KAWIN", "CERAI HIDUP", "CERAI MATI"], "type": "string"}, "pekerjaan": {"title": "Pekerjaan", "description": "Occupation as written on the KTP", "type": "string"}, "kewarganegaraan": {"title": "Kewarganegaraan", "description": "Citizenship as written on the KTP", "examples": ["WNI", "WNA"], "type": "string"}, "berlaku_hingga": {"title": "Berlaku Hingga", "description": "Validity period of the KTP", "examples": ["SEUMUR HIDUP"], "type": "string"}}, "required": ["provinsi", "kabupaten", "domisili", "tgl_terbit", "nik", "nama", "jenis_kelamin", "gol_darah", "tempat_lahir", "tgl_lahir", "alamat", "rt_rw", "kel_desa", "kecamatan", "agama", "status_perkawinan", "pekerjaan", "kewarganegaraan", "berlaku_hingga"]} ```'
{ "agama": "ISLAM", "alamat": "JLN. GRIYA PERMALASRI BLOK D", "berlaku_hingga": "SEUMUR HIDUP", "domisili": "KOTA JAMBI", "gol_darah": "-", "jenis_kelamin": "LAKI-LAKI", "kabupaten": "KOTA JAMBI", "kecamatan": "KECAMATAN JELUTUNG", "kel_desa": "KELURAHAN PELAYANG", "kewarganegaraan": "WNI", "nama": "Fandy", "nik": "2110121307000001", "pekerjaan": "MAHASISWA", "provinsi": "JAMBI", "rt_rw": "006/006", "status_perkawinan": "BELUM KAWIN", "tempat_lahir": "JAMBI", "tgl_lahir": "20-12-2000", "tgl_terbit": "26-04-2022" }