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
- Install [Tesseract OCR](https://tesseract-ocr.github.io/tessdoc/Installation.html) engine. And set `PATH` variable with the executable and ensure that tesseract can be reached from the command line.
33
33
34
-
1. Install [Tesseract OCR](https://tesseract-ocr.github.io/tessdoc/Installation.html) engine. And set `PATH` variable with the executable.
34
+
## ⚙️Installation
35
35
36
-
2. Install `fastmrz`
36
+
1. Install `fastmrz`
37
37
```bash
38
38
pip install fastmrz
39
39
```
@@ -44,7 +44,7 @@ This repository extracts the Machine Readable Zone (MRZ) from document images. T
44
44
conda activate fastmrz
45
45
```
46
46
47
-
3. Copy the `mrz.traineddata` file from the `tessdata` folder of the [repository](https://github.com/sivakumar-mahalingam/fastmrz/raw/main/tessdata/mrz.traineddata) into the `tessdata` folder of the Tesseract installation on **YOUR MACHINE**
47
+
2. Copy the `mrz.traineddata` file from the `tessdata` folder of the [repository](https://github.com/sivakumar-mahalingam/fastmrz/raw/main/tessdata/mrz.traineddata) into the `tessdata` folder of the Tesseract installation on **YOUR MACHINE**
48
48
49
49
## 💡Example
50
50
@@ -114,7 +114,7 @@ Now, based on the example of a national passport, let us take a closer look at t
0 commit comments