public final class MrzFinderUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
findMrz(String input)
Find a MRZ in an input string surrounded by other characters.
|
public static String findMrz(String input) throws MrzNotFoundException, MrzParseException
input - the string containing the MRZMrzNotFoundException - MRZ not foundMrzParseException - MRZ found but invalidCopyright © 2011–2020 Innovatrics. All rights reserved.