You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After managing to install FastMRZ, and checking that the examples are processed correctly, I'm trying out FastMRZ on my own data.
It's an image I took of my own EU id card, with the MRZ clearly readable.
However, FastMRZ is not able to correctly process this image.
fast_mrz.get_mrz gives:
{
"status": "FAILURE",
"message": "Invalid MRZ format"
}
whereas fast_mrz.get_raw_mrz gives only the first line (out of 3).
What is going wrong here? For obvious reasons I cannot share the image I used.
The text was updated successfully, but these errors were encountered:
After managing to install FastMRZ, and checking that the examples are processed correctly, I'm trying out FastMRZ on my own data.
It's an image I took of my own EU id card, with the MRZ clearly readable.
However, FastMRZ is not able to correctly process this image.
fast_mrz.get_mrz gives:
{
"status": "FAILURE",
"message": "Invalid MRZ format"
}
whereas fast_mrz.get_raw_mrz gives only the first line (out of 3).
What is going wrong here? For obvious reasons I cannot share the image I used.
The text was updated successfully, but these errors were encountered: