SANE based document scanner.
For Arch based distributions the qscan package can be used.
To manually build and install qScan use:
git clone https://github.com/mensinda/qScan.git
cd qScan
meson build
meson compile -C build
meson install -C build
The following dependencies are required:
- sane
- imagemagick
For the following dependencies a meson subproject will be used if they are not installed:
- spdlog
- nlohmann-json