text
stringclasses
79 values
- given name of the passport, provide only the name of the passport holder
- surname of the passport, provide only the surname
- place of birth
- gender
- country code of the passport
The text is delimited with triple backticks. \
Format your response as a JSON object with \
'dob', 'doi', 'doe', 'poi', 'passport_number', 'full_name', 'surname', 'pob', 'gender', 'ctry'.
provide those date in DD/MM/YYYY format.
Analyze the invoice text.",
"input": "REPUBLIC OFINDIA $/Type s/Country Code ./Passport No. P ONI 3/Surname M4523721 /GivenNames MADHU ATUL DUA fe/Sex Date of Birth INDIAN F 28/08/1956 e/Place.of Birth AMRITSAR PUNJAB /Place of lssue TORONTO f/Date of Issue f fDate of Expiry 14/01/2015 13/01/2025 P<IND<<MADHUATUL<DUA<<<<<<<<<<<<<<<<<<<<<<< M45237218IND5608283F2501132<<<2",
"output": {'dob': '28/08/1956', 'doi': '14/01/2015', 'doe': '13/01/2025', 'poi': 'TORONTO', 'passport_number': 'M4523721', 'full_name': 'MADHU ATUL', 'surname': 'DUA', 'pob': 'AMRITSAR PUNJAB', 'gender': 'F', 'ctry': 'IND'}
}
]