Skip to content

Commit d3f30e5

Browse files
Update README.md
1 parent 01b8a32 commit d3f30e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ fast_mrz = FastMRZ()
6969
# Pass file path of installed Tesseract OCR, incase if not added to PATH variable
7070
# fast_mrz = FastMRZ(tesseract_path=r'/opt/homebrew/Cellar/tesseract/5.3.4_1/bin/tesseract') # Default path in Mac
7171
# 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")
72+
passport_mrz = fast_mrz.get_details("../data/passport_uk.jpg", include_checkdigit=False)
7373
print("JSON:")
7474
print(json.dumps(passport_mrz, indent=4))
7575

0 commit comments

Comments
 (0)