Question about usage of sane

Hello !

I’m trying to use sane for scan document in mayan directly. For that, I use a printer with a ADF.
But by default, scanner use flatbed. I want to define ADF for scan.

If I type in terminal :

scanimage -d "escl:http://192.168.1.10:80" --source ADF > out

its work. But i’m trying to reproduce this setup on scan input with mayan :

So : Content of YAML Arguments

source: [ADF]

I have try too :

source:
    - ADF

but he try to scan on flatbed.

I use Mayan Version 4.4.2

Thank’s for your response and have a nice day :slight_smile:

Hi,

What is the error message?

Try setting the argument as:

source: ADF

Don’t use - or [].