The confidence score is a score based on the parser logic that how accurately the parser thinks about the extracted fields.
The parser in JSON output returns a confidence score for the fields mentioned below (with sample output):
- Name
"Name": { "FullName": "Johan Marc Doe", "TitleName": "", "FirstName": "Johan", "MiddleName": "Marc", "LastName": "Doe", "FormattedName": "Johan Marc Doe", "ConfidenceScore": 10 },
- Email
"Email": [ { "EmailAddress": "johnndoee@gmail.com", "ConfidenceScore": 10 }
- Phone
"PhoneNumber": [ { "Number": "202-819-6470", "ISDCode": "+1", "OriginalNumber": "202-819-6470", "FormattedNumber": "+1 202-819-6470", "Type": "Phone", "ConfidenceScore": 10 }
- Address
"Address": [ { "Street": "437 William Way", "City": "Syracuse", "State": "NY", "StateIsoCode": "US-NY", "Country": "USA", "CountryCode": { "IsoAlpha2": "US", "IsoAlpha3": "USA", "UNCode": "840" }, "ZipCode": "13203", "FormattedAddress": "437 William Way, Syracuse, NY, 13203, USA", "Type": "Present", "ConfidenceScore": 10 }
Comments
0 comments
Please sign in to leave a comment.