World Passport

Description:

A government-issued document that serves to identify a citizen and allows him or her to travel to foreign countries.

The type parameter is world_passport for the Upload endpoint.


Fields supported by Docsumo

Note:

To customise fields for extraction, please contact Customer Success Management (CSM) Team


Basic Information

Field Name Data Type Field Description
Basic Information___Authority String The Name of the Country for which this passports belongs to
Basic Information___Country Code String Country Code as mentioned in the passport
Basic Information___Date Of birth Date Date of birth as mentioned in the passport
Basic Information___Nationality String Nationality as mentioned in the passport
Basic Information___Place of birth String Birth Place as mentioned in the passport
Basic Information___Sex String Gender of the individual as mentioned in the passport
Basic Information___Type String Passport Type
Basic Information___Expiry Date Date Expiry Date as mentioned in the passport
Basic Information___Issue Date Date Issue Date as mentioned in the passport
Basic Information___Passport Number Number Passport Number as mentioned in the passport
Basic Information___Additional Id No String Additional Id as mentioned in the passport
Basic Information___Surname String Surname as mentioned in the passport
Basic Information___Given Name String Given Name as mentioned in the passport


Sample Image


Json output by Docsumo

[
    {
        "data": {
            "Basic Information": {
                "Type": {
                    "value": "P",
                    "position": [
                        249,
                        515,
                        259,
                        525
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Country code": {
                    "value": "USA",
                    "position": [
                        327,
                        504,
                        362,
                        529
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Passport Number": {
                    "value": "530500432",
                    "position": [
                        446,
                        514,
                        538,
                        530
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Surname": {
                    "value": "ZIA",
                    "position": [
                        218,
                        543,
                        240,
                        556
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Given Name": {
                    "value": "BILAL HUSNAIN",
                    "position": [
                        219,
                        575,
                        325,
                        589
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Nationality": {
                    "value": "UNITED STATES OF AMERICA",
                    "position": [
                        219,
                        606,
                        425,
                        622
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Place of birth": {
                    "value": "SAUDI ARABIA",
                    "position": [
                        218,
                        676,
                        317,
                        689
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Sex": {
                    "value": "M",
                    "position": [
                        529,
                        675,
                        542,
                        685
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Date of birth": {
                    "value": "12/07/1977",
                    "position": [
                        219,
                        642,
                        290,
                        655
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Issue Date": {
                    "value": "05/04/2016",
                    "position": [
                        218,
                        709,
                        293,
                        724
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Expiry Date": {
                    "value": "04/04/2026",
                    "position": [
                        217,
                        743,
                        296,
                        758
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Authority": {
                    "value": "United States Department of State",
                    "position": [
                        467,
                        707,
                        605,
                        746
                    ],
                    "confidence": 1.0,
                    "review_required": false
                },
                "Addition Id No": {
                    "value": "",
                    "position": [],
                    "confidence": 1.0,
                    "review_required": false
                }
            }
        }
    }
]