This tool is alternative to the brscan-skey with automatic document feeder support and compressed PDF output.
(This tutorial is meant for a Debian 11 (Bullseye) system) Behavior on other versions might be different.
-
Be root
-
Run:
apt-get -y upgrade; apt-get -y update;
apt-get -y screen;
- Run:
apt-get -y upgrade; apt-get -y update;
apt-get install -y ca-certificates curl;
install -m 0755 -d /etc/apt/keyrings;
curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc;
chmod a+r /etc/apt/keyrings/docker.asc;
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null;
apt-get update;
apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin;
chmod +x start_scanner
./start_scanner
- Change the brscan version in the start_scanner file to the version available (if applicable)
- Change the IP addresses in the start_scanner file depending on your network configuration
- Configuration file can be found as "brother-scan.yaml"
- Create an issue on the repo
- Contact me on telegram: @vosologie