MCPcopy Create free account
hub / github.com/ZsBT/mrz-java / MrzParser

Method MrzParser

src/main/java/com/innovatrics/mrz/MrzParser.java:55–59  ·  view source on GitHub ↗

Creates new parser which parses given MRZ record. @param mrz the MRZ record, not null.

(String mrz)

Source from the content-addressed store, hash-verified

53 * @param mrz the MRZ record, not null.
54 */
55 public MrzParser(String mrz) {
56 this.mrz = mrz;
57 this.rows = mrz.split("\n");
58 this.format = MrzFormat.get(mrz);
59 }
60
61 /**
62 * @author jllarraz@github

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected