Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a cocoa framework for image scanning? [closed]

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.

like image 571
robottobor Avatar asked Aug 30 '10 23:08

robottobor


1 Answers

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 in Apple's Documentation Archive.

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.

like image 136
Peter Hosey Avatar answered Sep 29 '22 08:09

Peter Hosey