Scanning image using Epson Scanner on Raspberry Pi

Photo by Harrison Broadbent on Unsplash

Learn how to scan images using Epson Scanner with a Python Script

Setup scanner utility

Step 1: Download the utility tar

wget https://download2.ebz.epson.net/epsonscan2/common/deb/arm/epsonscan2-bundle-raspbian-6.6.40.0.armv7l.deb.tar.gz

Step 2: Unzip the tar

tar -tvf epsonscan2-bundle-raspbian-6.6.40.0.armv7l.deb.tar.gz

Step 3: Install the scanner utility

./install.sh

Epson scanner commands

Checking connected scanners

epsonscan2 --list

Checking scanner status

epsonscan2 --get-status

Scanning image

epsonscan2 --scan scan_settings.sf2

Scanning images using python script

Step 1: Add the scan settings

Step 2: Write a python script for scanning images

--

--

All my stories have moved to https://maskaravivek.com/

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store