this post was submitted on 07 Mar 2024
48 points (96.2% liked)

Linux

47341 readers
1370 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm building a sw that should be able to read the papers read from a scanner and process them with a minimal user interaction, basically I don't want the user to jump into another sw, output an image or doc, and insert that into my sw, this kind of problem seems to be fixed when it comes to printers printing, but I couldn't find something similar for scanners (paper scanners especially, I have no use for QR and barcode scanners), the best I could find is USB HID interface, which seems pretty low level and if I'm not wrong device-specific so I have to write the implementation for each model I need to support (please correct me if I'm wrong), I know this is a Linux community but does Windows have something similar too (my sw will probably need to run on it)

Sorry if this isn't the most suitable community

all 17 comments
sorted by: hot top controversial new old
[–] [email protected] 29 points 6 months ago (1 children)

Chance that someone already made SANE binding for your programming language of choice, e.g. jfreesane for java, python-sane , etc.

[–] [email protected] 8 points 6 months ago

Yes that's what I've been looking for, thanks a lot

[–] [email protected] 19 points 6 months ago (3 children)

There is a TWAIN like project called SANE that I have no personal experience with, but it might point you into the right direction.

sane-project.org

[–] [email protected] 7 points 6 months ago (2 children)

I know TWAIN, so mow I'm curious what SANE stands for.

[–] [email protected] 13 points 6 months ago (1 children)

Scanner Access Now Easy

Not a joke.

[–] [email protected] 2 points 6 months ago (1 children)

Lol 😁 those people sure do know how to acronym!

[–] [email protected] 4 points 6 months ago

At least it’s not a recursive acronym 😅

[–] [email protected] 5 points 6 months ago

I didn't know TWAIN, so I looked it up and am glad I did:

TWAIN: Technology Without An Interesting Name

[–] [email protected] 3 points 6 months ago

Yeah that seems like it, thanks

[–] [email protected] 2 points 6 months ago (1 children)
[–] [email protected] 3 points 6 months ago (1 children)

Your browser is trying to use https by default probably. It is an http only link.

[–] [email protected] 2 points 6 months ago

It is an https website. The first time I tried I got the warning that the certificate is self-signed, but now it shows that it's secure

[–] [email protected] 7 points 6 months ago (1 children)

Yes, you can now use AirScan (also called something else I don't recall currently) for "driverless" scanning.

[–] [email protected] 4 points 6 months ago (1 children)
[–] [email protected] 5 points 6 months ago (1 children)

No, it's a cross platform standard. You can even run a server on Linux interfacing with SANE to convert older scanners.

I looked up the non-Apple name and it's eSCL. That's a lot easier to search for.

[–] [email protected] 2 points 6 months ago

Found it, thx