Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Sep 6, 2024
2 parents b4c9cb6 + 5d7c66e commit 031db66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/10.x/mrz/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Desktop Passport MRZ Scanner for Windows and Linux
This C/C++ sample demonstrates how to implement **MRZ (Machine Readable Zone)** recognition using the Dynamsoft Capture Vision SDK.

https://github.com/user-attachments/assets/71bbe660-eabc-4d27-965f-1e03871df974

## Prerequisites
- [CMake](https://cmake.org/download/)
- [OpenCV 4.5.0](https://opencv.org/releases/)
Expand All @@ -24,7 +26,8 @@ This C/C++ sample demonstrates how to implement **MRZ (Machine Readable Zone)**
# cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DENABLE_OPENCV=TRUE ..
cmake --build .
```


![desktop cpp MRZ scanner](https://www.dynamsoft.com/codepool/img/2024/09/desktop-cpp-mrz-scanner.png)


## Blog
Expand Down

0 comments on commit 031db66

Please sign in to comment.