Can anyone recommend software for scanning documents/images? Preferable opensource / freeware.

Ideally I would like to capture the images and provide some form of indexation if possible, and to save the documents either to a directory or directly into a database (Oracle BLOB for example)

I'm looking for some good alternatives to Kofax or Oracle Document Capture

Thanks

link|improve this question

1  
Best not to store the images in the database as BLOBs, store a path to the file somewhere instead. – Lunatik Oct 23 '09 at 14:31
I agree with Lunatik on that one – DaveParillo Oct 23 '09 at 15:08
The reason for using blobs is for using Oracle CMSDK, if it were a straight php environment I could see the advantages of storing to disk. ;) – James.Elsey Oct 24 '09 at 11:57
feedback

2 Answers

up vote 2 down vote accepted

Try SimpleOCR

Input Formats
SimpleOCR works with all fully compliant TWAIN scanners and also accepts input from TIFF files.

Output Formats
SimpleOCR can save the documents it acquires in text formats (TXT and RTF) importable into most every program such as Word, WordPerfect, HTML editors, and e-mail programs, either fully formatted or as plain text. Additionally, it can save scanned documents in the industry standard TIFF format, a format as widely accepted as PDF files.

link|improve this answer
feedback

Try CuneiForm or Tesseract (currently developed by Google).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.