I have a PDF of a scanned book.
I'm looking for a free software that will perform OCR and then provide an option to save it as a PDF or document again.
Is there one?
|
I have a PDF of a scanned book. I'm looking for a free software that will perform OCR and then provide an option to save it as a PDF or document again. Is there one? | |||||||
feedback
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
|
The following products were found listed on Internet, but I haven't used them. Online OCR
Maestro Recognition Server is commercial, but has an online try-it demo. Free software FreeOCR - for images only.
pdfsandwich - pdf -> pdf convertor.
| ||||
feedback
|
|
Cuneiform + hocr2pdf + Ghostscript: A DIY open-source solution. I posted a an answer outlining a solution involving a version of the now open-source Cuneiform OCR system and hocr2pdf together with Ghostscript for putting the PDF pages together. That was specifically for Linux but you can get Cuneiform and Ghostscript for Windows, too. I am not sure about hocr2pdf or an equivalent, though. | |||
|
feedback
|
|
You could download the 30 day trial of Adobe Acrobat Pro and use the 'OCR Text Recognition' function ('Document > OCR Text Recognition > Recognise Text Using OCR...'). In the settings dialog, choose 'Searchable Image' as the output style. This will keep the page image but embed the OCR'ed text so the document will be searchable and allow text to be selected, copied and pasted. After running the OCR you'll need to confirm or correct words that the OCR is unsure about using the 'Find OCR Suspects' functions. | |||
|
feedback
|
|
If you have a Google Account then Google Docs now includes the functionality to upload a PDF file and perform OCR on it. I've tried it myself and it makes a fair stab at an admittedly well formatted PDF. The formatting is pretty much destroyed but the text seems to survive. | |||
|
feedback
|
|
Try WatchOCR. It's free and open source software that converts image only pdfs and tiffs that are dropped into a watched folder into text searchable pdfs using cuneiform and exactimage. It can be run as a network service on a server via it's web interface and some SMB shares. It even parses barcodes via zxing support. | |||
|
feedback
|
|
Install Imagemagick. Open a cmd window or terminal:
The output will be 1 jpg file for each page in your pdf, myfile-00.jpg, myfile-01.jpg, etc. Pass each image though an ocr program. I don't have much experience with this, but there seem to be alot of choices. Convert each page of text back into pdf. You could do this again with imagemagick, but there are other ways as well:
| |||
|
feedback
|
|
Here is a very strange method, which involves letting Google index and OCR it for you on a website, then retrieving it. | |||
feedback
|