vote up 0 vote down star

I have a bunch of PDF files that came from scanned documents. The files contain a mix of images and text. Some were scanned as images with no OCR, so each PDF page is one large image, even where the whole page is entirely text. Others were scanned with OCR and contain images and searchable text where text is present. In many cases even words in the images were made searchable.

I want to make an automated process to recognize the text in all of the scanned documents using OCR, with Acrobat 8 Pro, but I don't want to re-OCR the files that have already been through the OCR process in the past. Does anyone know if there is a way to tell which ones contain only images, and which ones already contain searchable text?

I'm planning on doing this in C# or VB.NET but I don't think being able to tell the two kinds of files apart is language dependent.

flag

80% accept rate

1 Answer

vote up 1 vote down check

Various PDF tools can tell you if there's text. Some are available as COM controls, and maybe even native .NET ones.

link|flag
Can you recommend one that you know works, or that I should try? – Bratch Oct 29 at 22:25
leadtools.com – Steven Sudit Nov 5 at 15:18

Your Answer

Get an OpenID
or

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