Country

Inheritance: java.lang.Object, java.lang.Enum

public enum Country extends Enum<Country>

For better passport recognition point the passport country.

Fields

FieldDescription
MADAGASCARExtract key details from Malagasy passport image.
NONEDo not parse the recognized text.
USAExtract key details from US passport image.

MADAGASCAR

public static final Country MADAGASCAR

Extract key details from Malagasy passport image.

NONE

public static final Country NONE

Do not parse the recognized text.

USA

public static final Country USA

Extract key details from US passport image.