(String[] mrzRows)
| 47 | FRENCH_ID(2, 36, FrenchIdCard.class) { |
| 48 | |
| 49 | public boolean isFormatOf(String[] mrzRows) { |
| 50 | if (!super.isFormatOf(mrzRows)) { |
| 51 | return false; |
| 52 | } |
| 53 | return mrzRows[0].substring(0, 5).equals("IDFRA"); |
| 54 | } |
| 55 | }, |
| 56 | /** |
| 57 | * MRV type-B format: A two lines long, 36 characters per line format. |