Possible Duplicate:
How to extract text with OCR from a PDF on Linux?

I have a few documents in English and Hebrew that I scanned in and converted to PDF format.

Is there some free or cheap utility that can process a scanned PDF and do OCR, at least in English, preferably also in Hebrew?

Thanks!

link|improve this question
5  
The author of this question did not specify that he is running Linux. The so-called possible duplicate question is too localized, and may not apply at all to the author of this question. – eleven81 Feb 16 '10 at 17:03
2  
@eleven81 - Correct, I was asking for Windows. – Shaul Jul 4 '10 at 8:34
feedback

closed as exact duplicate by heavyd, Ivo Flipse Feb 16 '10 at 16:54

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

up vote 1 down vote accepted

I found a list of free OCR software for Windows.

  1. FreeOCR
  2. Tesseract
  3. WeOcr Tesseract Web Interface
  4. GOCR
  5. Windows GUI for GOCR
  6. OCR Desktop
  7. Simple OCR
  8. TopOCR

However, these programs need an image input, not a PDF input. For this, try a PDF-to-JPG converter.

link|improve this answer
feedback

I found an interesting idea that lets Google do all the work of OCR'ing the PDF files for you.

link|improve this answer
Rather than what's at that link, it's simpler now to just use docs.google.com/viewer now. – ShreevatsaR Aug 29 '10 at 2:37
feedback

Personally, I would use Ghostview to convert them to an image, then Tesseract to convert them to text. This is a totally free, open source, cross platform solution that I have had very good results with when trying to convert plain text. I don't use it for complex documents with tables and such, but for plain text you can't beat the price.

link|improve this answer
feedback

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