Read MRZ

Recognize two-line Machine Readable Zone (MRZ) with your device's camera.
Andrey Lapshin

Download Read MRZ APK

Rating 4
Category Tools
Package name com.anveerdna.ardnaxela.readmrz
Downloads 5+

Read MRZ Description

Read MRZ is an application, that recognizes two-line Machine Readable Zone (MRZ) using your device's camera.
Just place the MRZ lines in the view of the camera so, that it would appear inside the black and white dashed guiding rectangle in the application window.
White T-shaped search markers show the area, where the application detects presence of MRZ lines. You may correct the position of the MRZ lines with respect to the guiding rectangle so, that the search markers would line up with them and turn green.
The guiding rectangle turns green when the application has found the lines and tries to recognize characters in them.
If the application successfully recognizes all characters and finds MRZ structure in the presented lines, then the recognized MRZ lines will appear in the corresponding field in the application window.
If you want to pause the recognition process at any time, or start it over, just press the "Play/Pause" button.
If you are a developer, who wants to use the recognition result in your application, just launch the Read MRZ application from your application via startActivityForResult() with implicit intent
"com.readmrz.conditionalIntents.uniqueActions.READ_MRZ" and, when the recognition is complete, press the "Return result" button in the Read MRZ application's interface.
Note that the "Return result" button only appears in the application's interface if the application was launched with the implicit intent by another application.
You can obtain the result of the recognition in your application in the onActivityResult() callback via calling the resulting intent's getStringArrayExtra() method with the name of the extra data "MRZ lines". The result will be an array of two strings.
If the "Return result" button is pressed before a successful recognition is performed, then the "resultCode" in onActivityResult() callback is set to "RESULT_CANCELED" and no resulting intent is supplied.
See the code snippet below for detailes on how to use this feature.


val READ_MRZ_APP_REQUEST_CODE = 145

fun startReadMRZAppForResult() {
val intent = Intent("com.readmrz.conditionalIntents.uniqueActions.READ_MRZ")
startActivityForResult(intent, READ_MRZ_APP_REQUEST_CODE)
}

override fun onActivityResult(requestCode: Int, resultCode: Int, resultingIntent: Intent?) {
super.onActivityResult(requestCode, resultCode, resultingIntent)
if ((requestCode == READ_MRZ_APP_REQUEST_CODE) && (resultCode == RESULT_OK)) {
resultingIntent?.getStringArrayExtra("MRZ lines")?.also {
val mrzUpperLine = it[0]
val mrzLowerLine = it[1]
}
}
}

Open up
Download APK for Android
Currently, Read MRZ APK download is not available. Please proceed to download from the Google Play Store.
Google Play
Get from Play Store
1. Click "Get from Play Store
2. Download Read MRZ from the Play Store
3. Launch and enjoy Read MRZ

Read MRZ APK FAQ

Is Read MRZ safe for my device?

Open up
Yes, Read MRZ follows the Google Play content guidelines to ensure safe use on your Android device.

What is an XAPK file, and what should I do if the Read MRZ I downloaded is an XAPK file?

Open up
A file with .xapk extension is a compressed package file. It is a container file format that incorporates APK and additional associated files required for the installation. The XAPK format was introduced to package the APK file and OBB file together for a seamless delivery and installation process. XAPK format can help reduce the package size of application. On mobile phones, users need to install the XAPK installer first, and then install XAPK files through that installer. You can find the installer here:https://apkcombo.com/how-to-install/. But on PC client, you just need to put the file on LDPlayer.

Can I play Read MRZ on my computer?

Open up
Yes, you can play Read MRZ on your computer by installing LDPlayer, an Android emulator. After installing LDPlayer, simply drag and drop the downloaded APK file into the emulator to start playing Read MRZ on PC. Alternatively, you can open the emulator, search for the game or app you want to play, and install it from there.

Search Recommendation