Archive › September, 2008

ScanSnap S300M Unboxing Video

A while ago I picked up a Fujitsu ScanSnap S300M. In case you’re also thinking of getting one, I made a video of the “unboxing” where I take it out of the box and go through everything that is included in there.

One note: at one point I pull out a USB cable and say that I’m not sure what it is (like I said, this is a true unboxing!). Obviously it’s the USB power cable that you can use if you want to plug it into your computer instead of into the wall to get power. Duh.

I’ll have a full review of the ScanSnap S300M soon now that I have been using it for a while, so stay tuned for that.

Comments ( 4 )

Fujitsu ScanSnap in Linux

tux.jpg

There was a discussion recently on Twitter over whether the ScanSnap was supported in Linux.

Out of the box, none of the models come with Linux drivers – the S510 and S300 come with Windows software, and the S510 and S300M come with Mac OSX software.

However, there is a project called SANE – Scanner Access Now Easy that’s goal is to enable as many scanners as possible in Linux.

This post by Mark J Cox outlines how he got the S510 to work in RedHat Enterprise Linux.

# echo “usb 0x04c5 0×1155″ >> /etc/sane.d/fujitsu.conf

Then you can use any scanning front-end, or from the command line say you wanted to scan at 150dpi colour, double-sided, then use “scanimage -L” to figure out where your scanner is, and replace the 005:004 below with the location:

# scanadf –device fujitsu:libusb:005:004 –source “ADF Duplex” –mode Color -v –resolution 150 –y-resolution 150

Mark’s post is from September 2007 and from looking at the SANE documentation, it looks like both the S510 and S300 are on the list of supported devices, so it may actually be that Mark’s hack is no longer required as long as you have the latest sane-backend (at least 1.0.19).

Do you have the ScanSnap working in Linux or any other *nix flavor? Let us know in the comments how it’s working for you and how easy it is to do.

Comments ( 23 )

Fujitsu ScanSnap and Microsoft OneNote – Happy Together

scansnap_S510_134.jpg onenotebox115.png

A reader (hi Matt!) wrote in because he was having trouble getting his ScanSnap S500 to work seamlessly with Microsoft OneNote 2007.

Previously what he had to do was scan to a folder, then go into OneNote and manually import the file in. Needless to say if you do this a lot, it gets to be a pain.

We eventually figured it out so I thought I would share it with you here. Here is the workflow:

  • OneNote 2007 (not sure about earlier versions) installs a printer driver called “Send to OneNote 2007″ (as referenced here).
  • Go into ScanSnap Manager and create a profile with your desired settings, and for Application choose Scan To Print. Choose the Send To OneNote 2007 printer as your printer
  • Scan a page and ScanSnap Manager should send it straight into OneNote 2007

I Don’t Have Scan To Print!

There was one small snag with the plan that we came up with. Matt did not have the “Scan To Print” option in ScanSnap Manager.

His model of ScanSnap, the S500, is an older model and the version of ScanSnap Manager that shipped with it did not have the Scan To Print option.

We thought we were toast until we found that Fujitsu has released updated versions of ScanSnap Manager. The list of them for the different models is here: http://www.fujitsu.com/global/support/computing/peripheral/scanners/drivers/scansnap.html

The link for the S500 specifically is here: http://www.fujitsu.com/global/support/computing/peripheral/scanners/drivers/s500.html

After installing the new software, he was able to Scan to Print straight into OneNote.

Any Better Ideas?

This is the solution that we came up with. Do you have any other ways of using the ScanSnap to automatically scan into Microsoft OneNote? Let us know in the comments.

Comments ( 2 )

Acrobat Applescript For ScanSnap OCR

This was referenced in my ScanSnap workflow series, but I thought I would provide it in its own article as well.

I have a ScanSnap S300M and Adobe Acrobat, and was getting pretty tired of sitting there OCRing the PDFs manually in Acrobat.

I came across this article by MacWorld which had a great Applescript Folder Action that would kick off Acrobat’s OCR whenever a PDF was dropped into the folder.

It worked well but I found that then I had to sit there and watch the OCR go after each document, and it seemed to have problems if I scanned another file while the OCR was still going.

I wanted a solution where I could just throw a bunch of PDFs at Acrobat and walk away.

Thanks to this thread on MacScripter, I turned the Macworld script into a droplet. Now I just go through and scan a bunch of PDFs to a folder, then drag the files onto the droplet, and go to bed. Acrobat OCRs each one one by one.

Here is the script. You can download it for free, but make sure you go to the Macworld article because it is 90% his work.

OCRIt-Acrobat – Droplet to batch OCR PDFs in Adobe Acrobat

To use it:

  • Download and uncompress the file and save it to your Desktop, Dock or wherever
  • Drag one or more PDFs onto the icon
  • Enjoy

Update: User nodis in the comments pointed out a great optimization that makes significantly smaller PDFs. Thanks!

Here is the source code:

property mytitle : "ocrIt-Acrobat" -- Modified from a script created by Macworld http://www.macworld.com/article/60229/2007/10/nov07geekfactor.html

-- I am called when the user open the script with a double click
on run
tell me
activate
display dialog "I am an AppleScript droplet." & return & return & "Please drop a bunch of PDF files onto my icon to batch OCR them." buttons {"OK"} default button 1 with title mytitle with icon note
end tell
end run

-- I am called when the user drops Finder items onto the script icon
-- Timeout of 36000 seconds to allow for OCRing really big documents
on open droppeditems
with timeout of 36000 seconds
try
repeat with droppeditem in droppeditems
set the item_info to info for droppeditem
tell application "Adobe Acrobat Professional"
activate
open droppeditem
end tell
tell application "System Events"

tell application process “Acrobat”

click the menu item “Recognize Text Using OCR…” of menu 1 of menu item “OCR Text Recognition” of the menu “Document” of menu bar 1
try
click radio button “All pages” of group 1 of group 2 of group 1 of window “Recognize Text”
end try
click button “OK” of window “Recognize Text”

end tell

end tell
tell application “Adobe Acrobat Professional”
save the front document with linearize
close the front document
end tell
end repeat
– catching unexpected errors
on error errmsg number errnum
my dsperrmsg(errmsg, errnum)
end try
end timeout
end open

-- I am displaying error messages
on dsperrmsg(errmsg, errnum)
tell me
activate
display dialog "Sorry, an error occured:" & return & return & errmsg & " (" & errnum & ")" buttons {"Never mind"} default button 1 with icon stop with title mytitle
end tell
end dsperrmsg

Update 2: If you use Acrobat X, please see this post about OCR AppleScript for Acrobat X.

Comments ( 45 )

When You Have To Print, Print Smart

As much as we try to move towards a paperless workflow, there are going to be times where we just have to print something out.

Lifehacker‘s Gina Trapani is doing double duty and writing for PC World (I didn’t know she was doing that).

She wrote a great article called 20 Tech Habits To Improve Your Life. Aside from great tips on telecommuting, backing up, keyboard shortcuts, and other Lifehacker-y topics, tip #20 is “Print Smart To Reduce Costs”.

Some of Gina’s printing tips are:

  • Always preview before you print
  • When possible, shrink down to a few pages
  • If you only need 2 pages out of 20, just print those 2 pages
  • If possible, set your printer to Draft mode unless you really need high quality
  • Do double sided and multiple pages on one sheet
  • Use the Aardvark Firefox plugin to get rid of things on a web page that you don’t want to print

A lot of the tips are pretty common sense, but the Aardvark one was new to me. I’ll be installing that one for sure.

Comments ( 0 )