diff --git a/examples/10.x/mrz/README.md b/examples/10.x/mrz/README.md index 4bcc5e0..ed3e56f 100644 --- a/examples/10.x/mrz/README.md +++ b/examples/10.x/mrz/README.md @@ -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/) @@ -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