konstantint / PassportEye

Extraction of machine-readable zone information from passports, visas and id-cards via OCR
MIT License
374 stars 109 forks source link

how to get the accuracy #62

Open anhky opened 2 years ago

anhky commented 2 years ago

how to get the accuracy

konstantint commented 2 years ago

Could you clarify the question?

canklot commented 2 years ago
if (mrz !=None) and (mrz.valid_score > 50):
           print("good enough")