Skip to content

yushulx/passport-scanner

Repository files navigation

Qt Desktop Passport Scanner

A desktop passport scanner app built with Dynamsoft OCR SDK, Qt and a USB web camera.

Trial License

Get a trial license to activate passport scanning functions.

sdk license key

Download

Build and Run

Qt desktop passport scanner

Windows

Add Qt/5.12.11/mingw73_64/bin and Qt/Tools/mingw73_64/bin to system path.

Run the following commands:

mkdir build
cd build
cmake -G "MinGW Makefiles" ..
cmake --build .
MRZRecognizer.exe

Linux

mkdir build
cd build
cmake ..
cmake --build .
./MRZRecognizer

Blog

Building Desktop Passport Scanner with Qt and USB Camera

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published