We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b8a32 commit d3f30e5Copy full SHA for d3f30e5
README.md
@@ -69,7 +69,7 @@ fast_mrz = FastMRZ()
69
# Pass file path of installed Tesseract OCR, incase if not added to PATH variable
70
# fast_mrz = FastMRZ(tesseract_path=r'/opt/homebrew/Cellar/tesseract/5.3.4_1/bin/tesseract') # Default path in Mac
71
# fast_mrz = FastMRZ(tesseract_path=r'C:\\Program Files\\Tesseract-OCR\\tesseract.exe') # Default path in Windows
72
-passport_mrz = fast_mrz.get_details("../data/passport_uk.jpg")
+passport_mrz = fast_mrz.get_details("../data/passport_uk.jpg", include_checkdigit=False)
73
print("JSON:")
74
print(json.dumps(passport_mrz, indent=4))
75
0 commit comments