Finding scanned material

Asked by Sandy Voyce

I am trying to scan some material/photos. I go thru the motions to scan but unable to find the scanned material once it scans onto the computer. Any hints?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu yelp Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please try to use the terminal "find" command.

Open a Terminal from the menu Applications → Accessories → Terminal and type, for example, to find all .tif files:

find . | grep -i .tif

or

find . | grep -i .tif | less

to get better output one page a time, press the "space bar" to go to the next page "q" to quit

Revision history for this message
Sandy Voyce (booger5452) said :
#2

I tried this and I just got command not found.

Revision history for this message
Vihar (vmankov) said :
#3

If you go to the Options menu of the scanner there has to be an option where to save the files or at least should be a default directory for this.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

I think you have wrote into terminale something strange so please...

Open a Terminal from the menu Applications → Accessories → Terminal and type, for example, to find all .tif files:

Copy from here and paste into terminal the row below.

find . | grep -i .tif

then press enter

and do the same for this row:

find . | grep -i .tif | less

to get better output one page a time, press the "space bar" to go to the next page "q" to quit

Hope this helps

Revision history for this message
tommaso (mb3-tim) said :
#5

in the option/preferences menu one can also look the default image file format, or chose a different one. If the scanner is activated by another program as gimp, ooo and so on, saving folder is the default one of the other prog, not the one of xsane.

Can you help with this problem?

Provide an answer of your own, or ask Sandy Voyce for more information if necessary.

To post a message you must log in.