Results 1 to 10 of 10

Thread: Scanning in Image Scan for Linux

  1. #1
    Join Date
    Jan 2008
    Beans
    1,124

    Scanning in Image Scan for Linux

    I would like to scan a book. How can I do it with the above program?
    I don't want each page to be a separate file.

    Thanks

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Beans
    1,180
    Distro
    Ubuntu Development Release

    Re: Scanning in Image Scan for Linux

    Does the manual not suggest anything? If you google for "image scan linux", there is a pdf you can download.

  3. #3
    Join Date
    Jan 2008
    Beans
    1,124

    Re: Scanning in Image Scan for Linux

    Quote Originally Posted by Paul820 View Post
    Does the manual not suggest anything? If you google for "image scan linux", there is a pdf you can download.
    Thanks, I will do as you suggested.

  4. #4
    Join Date
    Jan 2010
    Location
    No longer SoFl
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Scanning in Image Scan for Linux

    xsane has a multi-page option, or you can use pdfjoin to put each page together.

  5. #5
    Join Date
    Jan 2008
    Beans
    1,124

    Re: Scanning in Image Scan for Linux

    Quote Originally Posted by SoFl W View Post
    xsane has a multi-page option, or you can use pdfjoin to put each page together.
    Thanks, I have that installed.

  6. #6
    Join Date
    Jun 2006
    Beans
    2,930

    Re: Scanning in Image Scan for Linux

    I find it to be quicker to scan each page to a file first, then join the files afterwards. This way if there was an issue with one page, you don't need to start over.


    Also, you can try djvu if you want to make the scans save a lot of space:
    You will need to install djvulibre-bin first.

    For color scans you can scan to jpeg first, then convert the scanned images to djvu
    Code:
    c44 scan0001.jpg page0001.djvu
    If you have a bunch of files you wish to convert:
    Code:
    for f in *jpg ;do echo $f ; c44 $f ${f%.jpg}.djvu ;done
    If you want bitonal use cjb2 and the input file needs to be a pbm file.

    When you are done you can join all of the files with djvm:
    Code:
    djvm -c book.djvu page*.djvu
    Support 7z in default installs!!!: Click Here

    How to use code blocks to post command output: Click Here
    Official Ubuntu Documentation

  7. #7
    Join Date
    Jan 2010
    Location
    No longer SoFl
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Scanning in Image Scan for Linux

    Quote Originally Posted by lavinog View Post
    I find it to be quicker to scan each page to a file first, then join the files afterwards. This way if there was an issue with one page, you don't need to start over.
    xsane's multi-page option allows you to move pages around, delete or re-scan a page. (Actually not a re-scan but a new scan and you move it to the original place)

    Here is a note on how to use multi-page along with a note on scanning to PDFs using gscan2pdf.

  8. #8
    Join Date
    Jul 2006
    Location
    Washington, DC
    Beans
    1,678
    Distro
    Kubuntu Development Release

    Re: Scanning in Image Scan for Linux

    Quote Originally Posted by SoFl W View Post
    xsane's multi-page option allows you to move pages around, delete or re-scan a page. (Actually not a re-scan but a new scan and you move it to the original place)

    Here is a note on how to use multi-page along with a note on scanning to PDFs using gscan2pdf.
    That's my blog, but nowadays I highly recommend Simple Scan. Click a button, and it scans the page. Click the button again, and it scans the next page. Click "Save" and you get a multi-page PDF.

    LinuxChix | Linux User #432169 | Ubuntu User #8495 | IRC: maco @ irc.linuxchix.org or irc.freenode.net

  9. #9
    Join Date
    Jan 2010
    Location
    No longer SoFl
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Scanning in Image Scan for Linux

    Thank you for that tutorial, during some update of libsane package no longer supported my old scanner and I was going back to Windows to scan documents. I eventually purchased a new all-in-one and used your page to refresh my memory on multi-page scanning. I like Xsane, and Epson's Image Scan, I removed Simple Scan from the menu after a few problems.
    Last edited by SoFl W; August 13th, 2010 at 09:42 PM.

  10. #10
    Join Date
    Jan 2010
    Location
    Harrow, UK
    Beans
    81
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Scanning in Image Scan for Linux

    Simple scan works wonderfully! Thanks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •