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 d3f30e5 commit d37de79Copy full SHA for d37de79
README.md
@@ -25,7 +25,7 @@ FastMRZ is an open-source Python package that extracts the Machine Readable Zone
25
26
</div>
27
28
-## ️✨Features:
+## ️✨Features
29
30
- 👁️Detects and extracts the MRZ region from document images
31
- ️🔍Contour detection to accurately identify the MRZ area
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="fastmrz",
9
- version="2.0",
+ version="2.0.1",
10
author="Sivakumar Mahalingam",
11
description="Extracts the Machine Readable Zone (MRZ) data from document images",
12
long_description=long_description,
0 commit comments