From 5dcdd4581e546a88631e9a5f8ee6e6a55f701bd2 Mon Sep 17 00:00:00 2001 From: Xiao Ling Date: Fri, 6 Sep 2024 08:05:59 +0800 Subject: [PATCH 1/2] Update README.md --- examples/10.x/mrz/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/10.x/mrz/README.md b/examples/10.x/mrz/README.md index 4bcc5e0..adcf07a 100644 --- a/examples/10.x/mrz/README.md +++ b/examples/10.x/mrz/README.md @@ -24,7 +24,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 From 5d7c66efebd5930c2fe1728a73fe9f84ca5fb98c Mon Sep 17 00:00:00 2001 From: Xiao Ling Date: Fri, 6 Sep 2024 09:58:56 +0800 Subject: [PATCH 2/2] Update README.md --- examples/10.x/mrz/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/10.x/mrz/README.md b/examples/10.x/mrz/README.md index adcf07a..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/)