Skip to content

Convert phone images of documents to PDF. Like CamScanner.

Notifications You must be signed in to change notification settings

nmnduy/pixlscan

Repository files navigation

Build

Prerequisites

  • CMake 3.10 or higher
  • C++20 compatible compiler (GCC 10+, Clang 11+, or MSVC 2019+)
  • Qt5 (Widgets, Core, Gui)
  • OpenCV 4.x

Building the Project

Using the build script (recommended)

./build.sh

Using CMake directly

mkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . -j$(nproc)

Running

After building, run the application:

./run.sh

Or execute the binary directly:

./build/pixlscan

Assets

About

Convert phone images of documents to PDF. Like CamScanner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published