I have Gimp installed and need to scan some documents.
I installed xsane and upon opening Gimp, there was no xsane to be found. I tried symlinking xsane to ~/gimp2-10/ and a few others with no luck. Nor is there much about it on the topic on Google. I assume I am doing it completely wrong.
Whats the SUSE method of scanning a doc in gimp? A way that will work.
The same way(s) as with other distros. You likely need to install xsane first. My preferred scanning app is simple-scan, but some KDE users may prefer skanlite, and Gnome has a dedicated document scanning app as well.
A working install of standalone xsane is a hard prerequisite for its invocation in gimp. Does xsane work on your system? Can you save the scan to a file? Check the installed packages by running:
**erlangen:~ #** zypper se -is sane
Loading repository data...
Reading installed packages...
S | Name | Type | Version | Arch | Repository
---+--------------------------+---------+-------------+--------+-----------------------
i | libKF5Sane5 | package | 22.04.3-1.1 | x86_64 | Haupt-Repository (OSS)
i | libksane-lang | package | 22.04.3-1.1 | noarch | Haupt-Repository (OSS)
i | libsane1 | package | 1.1.1-1.6 | x86_64 | Haupt-Repository (OSS)
i | sane-backends | package | 1.1.1-1.6 | x86_64 | Haupt-Repository (OSS)
i | sane-backends-autoconfig | package | 1.1.1-1.6 | x86_64 | Haupt-Repository (OSS)
i+ | xsane | package | 0.999-3.15 | x86_64 | Haupt-Repository (OSS)
**erlangen:~ #**
For USB-connected scanners, the ālpā group is normally applicable (as that what the scanner udev rules typically assign). For network connected devices there is no such requirement.
If youāre using gimp, I suppose you are scanning images.
In case youāre actually scanning text, and gimp isnāt really required, there was a post on users@lists.opensuse.org this morning that mentioned skanpage. I had not tried that one, so I installed it:
I only need to scan English, so I did not bother with the other languages (if no tesseract language is installed, it will crash on exporting to PDF ).
It handle a multi-page scan from my document feeder well.
The OCR option was OK on a modern flyer. The OCR didnāt work very well when I scanned a landscape photocopy of a pair pages from old book, but the images were fine.
One thing that I did not like was that it overwrites the previous export file without warning.
Iāve since put the required definition of the environment variable for language file location into /etc/profile.d/tesseract-local.sh and /etc/profile.d/tesseract-local.csh