Tool to quickly scan multiple photos at the same time
- Install Libinsane https://doc.openpaper.work/libinsane/latest/libinsane/install.html
- In Windows, if Pillow is not already installed, it can be installed in Msys2 with
pacman -S mingw-w64-x86_64-python-pillow
- In the Msys2 home// directory (the same directory where Libsinsane should be installed), clone the repository using
git clone https://github.com/JeremieBourque1/multiPhotoScanner.git
- Install PySide2 in Msys2
pacman -S patch
git clone https://github.com/msys2/MINGW-packages.git
- The packages that we need to install are:
mingw-w64-shiboken2-qt5
,mingw-w64-pyside2-qt5
. The instructions on how to install a package can be found here