views:

45

answers:

2

What options do I have for an image scanning framework on Mac OS X? I'm not looking for an OCR library. Just something that will do the actual scanning and importing to PDF or comparable format.

A: 

Not a framework per se but the Apple-supplied Image Capture.app, in /Applications in recent releases of OS X, supports various popular scanners and will scan to various image file formats or PDFs.

Ned Deily
+2  A: 

On Snow Leopard and later, Image Kit includes classes for scanning and importing from cameras. There's also a lower-level framework, ImageCaptureCore. Both frameworks are documented in the Image Capture Applications Programming Guide.

On Leopard, you'll have to use Image Capture, the less-documented, less-modern, less-reliable API. (This stands in contrast to the Image Capture application, which has always been great.) I hope you can require Snow Leopard.

Peter Hosey