Free OCR software? You may already have it...

Summary

OCR (Optical Character Recognition) can really come in handy. For example, I previously wrote about how I use Timesnapper as a black box to recover work which would otherwise be lost. Since most of my work is text based (C#, SQL, HTML, documentation, communications, etc.), the obvious next step is to grab the code from a screenshot. Of course I can retype it, but OCR would be better. 

There are some great commercial OCR packages out there. My company recently used OmniPage Pro in a project which loaded data from hundreds of PowerPoint slides into SQL Server for reporting and analysis1OmniPage is great software, but it costs $149 for the basic version, which doesn't really make sense if you're just using it to avoid retyping a little text from a screenshot every now and then.

I looked around for free OCR software, and was a little bit surprised that there wasn't much out there. Here's a rundown of what I found, wrapping up with a program that wasn't technically free, but I already had it. There's a good chance you've got it, too. 

GOCR

I first tried out GOCR (a.k.a. JOCR). The easiest way to try it out is the GOCR Win Frontend, which installs GOCR as well. My opinion matched Pitor's:

To let things be clear - gocr is not ready, to say the least. Personally I'd even say the effect of trying to OCR a page is so crappy it is not even worth installing the gocr engine (seems like the total rewrite in 0.40 did not help much). And I am talking about an ascii black text on a white page, without other elements. Gocr seems to go all the way down here - error in 98% of recognized characters, randomly added spaces, etc. For example: content is C unrir in gocr, sounds like drunken elvish to me.

Tesseract OCR

Yeah, there's been some chatter in the blogospheres and internets about Tesseract since Google assisted in re-releasing it as an open source project. I have no doubts that the press alone (not to mention Google's involvement) will propel Tesseract towards OCR fame and fortune, but it sounds like it's not usable at this point:

It only is configured to build under MSVC++6 for Windows.
It only accepts uncompressed bitonal tiffs.
It's command-line only.
No GUI.
It performed abysmally on the provided testimage.tif
But it did build. :)

Microsoft Office Document Imaging

On accident, I stumbled across Microsoft Office Document Imaging. It's included Microsoft Office Tools ("Microsoft Office \ Microsoft Office Tools" folder in the start menu, default installation location is "C:\Program Files\Common Files\Microsoft Shared\MODI\11.0\"). The interface looks a "My First VB5 Application" reject, but it works great.

It handles scanned documents via TWAIN. The image import's a bit lame - it only handles TIF files. You can convert to TIF in just about any graphics application (e.g. MSPAINT - open the file, Save As TIF file). An easier method is to just copy the image to the clipboard and paste as a new page into MODI.

Here's a quick walkthrough of how I grabbed some text from a PDF2.

Step 1. I selected the text I wanted to OCR with Cropper (output set to Clipboard)

Step 2. I opened Microsoft Office Document Imaging and loaded my image with Page / Paste Page

Step 3. I ran the OCR process by clicking on the "funky eye" toolbar button (or in the Tools menu)

Step 4. Click the Export to Word toolbar button

Step 5. Copy the text and paste it where you want it

In this case, it was an e-mail. I've done the same thing to grab SQL or C# code which I then paste into the editor and compile (Ctrl-F5 for SQL, Ctrl-Shift-B for C#) to catch the things that didn't make it through the OCR cleanly.

I haven't tried it, but apparently you can automate MODI from .NET.


1 Yes, it sounds insane, but it actually worked, and the business value of the data more than justified it.
2 Yes, you can select and copy text in a PDF. This is just an example, but in this case the final result of the OCR'd text was a lot cleaner than the oddly mangled and mis-formatted text I got from the PDF select / copy approach.

Published Sunday, October 01, 2006 11:05 PM by Jon Galloway
Filed under: ,

Comments

# Optical Character Recognition On The Cheap

Jon Galloway combines Timesnapper (Tivo for geeks) with the OCR abilities of Microsoft Office Document

Monday, October 02, 2006 12:00 PM by Community Blogs

# re: Free OCR software? You may already have it...

Thanks alot...very handy!

Monday, October 02, 2006 3:44 PM by snarfy snarf

# re: Free OCR software? You may already have it...

Wow!  I can't believe that I didn't know about that before now.  That is going to be a huge time-saver.

Monday, October 02, 2006 7:06 PM by Ryan Smith

# re: Free OCR software? You may already have it...

Top stuff Jon.

Yeh I've been tinkering with that MODI codeproject sample for a while now.

Simple OCR is scheduled for TimeSnapper 2.2. Can't wait to have it in there.

Other features (including extensible callouts during archiving -- which you requested!) are going to be done first though. But OCR is my favourite feature, particularly for the 'don't lose my data' type usages that you've done so much.

thanks again for the support!

lb

Monday, October 02, 2006 10:41 PM by lb

# Free OCR software? You may already have it...

You've been kicked (a good thing) - Trackback from DotNetKicks.com

Tuesday, October 03, 2006 8:14 AM by DotNetKicks.com

# re: Free OCR software? You may already have it...

I've been using MS Office OneNote 2007 for a while, and it includes text recognition too. It's really cool: you rip a screen shot and have OneNote OCR it so you can copy and paste recognized text.

Thursday, October 05, 2006 9:52 AM by Milan Negovan

# re: Free OCR software? You may already have it...

Hi: I tried the "Microsoft Office Document Imaging" tool on what was essentially a spreadsheet.  Unfortunately, it lost the column positioning information.  So

a b c

a - d

a e -

(where the dashes represent blanks)

comes out like

a

a

a

b

e

c

d

Wednesday, October 18, 2006 2:20 PM by Kai Middleton

# re: Free OCR software? You may already have it...

¡Gracias Jon!

¡Un excelente aporte!

Tuesday, October 31, 2006 3:17 PM by Joaquín varela

# re: Free OCR software? You may already have it...

Great! Solved my OCR problems. Yes, the text wasn't perfect, but it works. thanks

Wednesday, November 29, 2006 7:39 AM by simone

# re: Free OCR software? You may already have it...

i need this software

Monday, December 04, 2006 1:24 AM by adel

# re: Free OCR software? You may already have it...

Tell you the truth, don't quite dig all the lingo. Just like to know if this "Microsoft Office Document Imaging" (or any other free OCR you could recommend) is useable in my old Win 98 SE puter. How to get it?

As there's no hint given, I imagine tho' that your solution is probably only OK in Win XP ( I mean, what idiot would still be tied to W98 in this day and age, right? Well, how about retired & broke and still on dial-up - occasionally?).

Thanks for your ear,

Jed...jedtimmer(remove this)@lycos.com

Thursday, January 25, 2007 2:27 AM by Jed Timmer

# re: Free OCR software? You may already have it...

Love it didnt know my lame computer had it.

Thursday, February 01, 2007 2:35 PM by D

# re: Free OCR software? You may already have it...

we want to ocr software

Thursday, February 08, 2007 11:47 AM by sakthivel

# re: Free OCR software? You may already have it...

Any chance to use MODI on a server for ASP.NET? E.g. through the new Office Server?

Saturday, February 24, 2007 8:57 AM by Uwe

# re: Free OCR software? You may already have it...

plse send the free OCR

ayyappan

Monday, February 26, 2007 8:04 AM by ayyappan

# re: Free OCR software? You may already have it...

Hei,

I have a PDF image file of documents on a couple of CD's of course notes.

Any idea of how I can convert the whole disc using OCR to make the file searchable. I know they sell the software but I would like it for free for a one off job.

regards

rn

Thursday, March 01, 2007 5:43 AM by rui.nuvo

# re: Free OCR software? You may already have it...

THANKS BRILLIANT STUFF JON.

Monday, March 12, 2007 12:03 PM by DE_MACS

# re: Free OCR software? You may already have it...

it is good software

Friday, March 16, 2007 3:38 AM by Muhammad Raheel

# re: Free OCR software? You may already have it...

Great tip on free OCR  Jon.  But I'm wondering if MODI works well for selections on multiple pages with images.  Whenever an image is included in a page, the copied sections look smudged.  Any idea why this happens?

Monday, March 19, 2007 12:28 AM by Arjuna

# re: Free OCR software? You may already have it...

I tried you directions leaning the Cropper out & it worked much better than my HP scanning ocr. Thanks for your advice!

Sunday, March 25, 2007 1:02 AM by Ron Manus

# re: Free OCR software? You may already have it...

Hi Jon.

Very good! Thanks for sharing it!

I've felt it strange that there was no 'poor mans' ocr among all the programs on the pc.

Wednesday, April 11, 2007 9:15 AM by Knut S.

# re: Free OCR software? You may already have it...

Yes Jon, this OCR worked better than GOCR (http://www.about280.com/gocr/setup.zip),

ScreenOCR (http://www.screenocr.com/screenocr.exe) and OCRTools_Utility.exe (http://www.ocrtools.com/downloads/OCRTools_Utility.exe).

Monday, April 16, 2007 5:28 AM by GRK

# re: Free OCR software? You may already have it...

Thanks jon. Very useful information. I did have it in my computer and I didnt know.

Tuesday, April 17, 2007 6:59 PM by miguel Trejo

# re: Free OCR software? You may already have it...

Thanks for the info...  Worked like a champ and didn't even need to download any shareware!

Sunday, April 22, 2007 5:21 PM by Joe

# re: Free OCR software? You may already have it...

Thanks!  This just made one of my users very happy.

One of those weird corners of the computer I never wander into...

Tuesday, April 24, 2007 8:50 PM by jimmy

# re: Free OCR software? You may already have it...

Excellent John,

This unsuspected windows OCR software saved my day !

Nicolas

Rio de Janeiro

Friday, May 04, 2007 8:19 PM by Nicolas Bourlon

# re: Free OCR software? You may already have it...

Yep - Great find.  You made my day and saved me tons of time & money!

Thanks

Balki

Monday, May 07, 2007 12:26 AM by Balki

# re: Free OCR software? You may already have it...

plse send the free OCR

Tuesday, May 08, 2007 11:45 AM by Thyagarajan

# re: Free OCR software? You may already have it...

The people who reply "send the free OCR" must not be that good with English, or else they didn't actually read the article.

He said, "You may already have it...". He did not say he could give it to you.

He also said, "It's included Microsoft Office Tools ("Microsoft Office \ Microsoft Office Tools" folder in the start menu, default installation location is "C:\Program Files\Common Files\Microsoft Shared\MODI\11.0\")."

It's included with Microsoft Office. It is not actually free, per se, but included with Office, which most people already have.

Thursday, May 24, 2007 1:36 PM by MichaelP

# re: Free OCR software? You may already have it...

Thanks alot for sharing...it works :D

Friday, May 25, 2007 7:34 AM by py

# re: Free OCR software? You may already have it...

urgent

Friday, May 25, 2007 12:12 PM by musa

# re: Free OCR software? You may already have it...

to help me in my work

Saturday, May 26, 2007 8:23 AM by Rene

# re: Free OCR software? You may already have it...

Believe it or not ,  the OCR from microsoft will not recognize handwriting . I have a hello word recognition to the software ( MS Document Imaging) and it failed miserably.

however it is fairky good enough when doing a screen shot " this is the output I got after I took a screen shot of the very same window

"Leave a Comment

Title (required)

Ire: Free OCR software? You may already have it..

Name (required)

Avi

Your URL (optional)

Comments (required)

Belive it or not , the OCR from microsoft will not recognize handwriting . I have a hello word recognition to the software ( MS Document Imaging) and it failed miserably.

F Remember Me?

Submit]

"

Saturday, May 26, 2007 1:16 PM by Avi

# re: Free OCR software? You may already have it...

hmmmm i'm getting install issues....apparently i don't have m4561414.cab. oh well! adobe acrobat pro 7~!

Sunday, May 27, 2007 8:37 PM by pomi

# re: Free OCR software? You may already have it...

This is without a doubt, the most outstanding info ever.....

I Love You Jon !!! :)

Wednesday, June 06, 2007 6:12 AM by Mo-T

# re: Free OCR software? You may already have it...

Thank you very much for this gift. You really made my day too.

Thursday, June 07, 2007 12:27 AM by Luis Rey

# re: Free OCR software? You may already have it...

Excellent guide.  Dont realise MS Office come with OCR with Imaging Viewer.  My job is done in 5 minutes Yeah!

Thursday, June 07, 2007 6:51 PM by Richard T

# re: Free OCR software? You may already have it...

Excellent stuff...thanks alot...it saves my lots and lots of time...

great

Monday, June 11, 2007 8:41 AM by Atif

# re: Free OCR software? You may already have it...

OCR software

Wednesday, June 13, 2007 4:50 AM by Hari Om

# re: Free OCR software? You may already have it...

Thanks this is a life saver!! See thats the problem with Microsoft, they don't really tell you about all the hidden extras in XP!

I am glad I am getting my moneys worth!!

Friday, June 15, 2007 12:04 PM by JimGoe

# re: Free OCR software? You may already have it...

I had a problem when I started using the program. It said the network source was unavailable. I put in the XP disk and tried several avenues to solve the problem but nothing worked. Any ideas to help me??? Apparently I need something that contains the pro11.msi installation package, which I thought I had, but it isn't working.

Monday, June 18, 2007 1:46 PM by Pat Wilson

# re: Free OCR software? You may already have it...

Where can I get this Office Document Imaging? Are you saying that it's in the installation software?? I have an image - jpg pasted on PDF that I need to scan, will it work for this thing?

Tuesday, June 19, 2007 7:56 AM by Warda

# re: Free OCR software? You may already have it...

Unfortunately it doesn't go back as far as my edition of ms office: 2000.

Tuesday, June 26, 2007 10:59 AM by MBD

# re: Free OCR software? You may already have it...

Jon,

Thanks so much for sharing your knowledge... it was extremely helpful, and I really appreciate it.

`Michael

Tuesday, June 26, 2007 2:15 PM by Michael McCarthy

# re: Free OCR software? You may already have it...

I want a ocr software

Thursday, June 28, 2007 7:37 AM by Mosharaf Hossain

# Free OCR Software « Thoughts From a Bot Named Flinch

Pingback from  Free OCR Software « Thoughts From a Bot Named Flinch

Thursday, June 28, 2007 4:01 PM by Free OCR Software « Thoughts From a Bot Named Flinch

# re: Free OCR software? You may already have it...

I really appreciated your detailed info. Thanks a million.

Friday, June 29, 2007 11:46 AM by Frank Sun

# re: Free OCR software? You may already have it...

Fantastic information. Your advice to use MODI was a God-send.  I thought I was going to have to dig in my pocket and buy OCR to use with MAC OS-X.  Instead, I was able to scan the document to a PDF on the MAC transfer it to my PC and used the MODI (once I found it on my system) and I am now editing the 15 page document, instead of re-typing it.

Thanks for the help.

Monday, July 09, 2007 2:36 PM by Joanne Plummer

# re: Free OCR software? You may already have it...

God bless ya, brother, for passing this on.  Huge help.

Wednesday, July 11, 2007 11:37 AM by Trey

# re: Free OCR software? You may already have it...

please send the free OCR

Friday, July 13, 2007 5:54 PM by André

# re: Free OCR software? You may already have it...

Awesome tip!  MS Office Document Scanning works too, and automatically runs the OCR conversion.

Tuesday, July 17, 2007 12:19 PM by Dale

# re: Free OCR software? You may already have it...

Thank you very much for this helpful page, MS Office Document Imaging did the job !!!

Thursday, July 19, 2007 8:23 AM by Nicolas

# re: Free OCR software? You may already have it...

You probably havent tried Tesseract lately. It has a Windows GUI and installer and V2 has just been released that supports different languages.

Its worth a look www.softi.co.uk/tess.htm

Sunday, July 22, 2007 7:48 PM by Jason Fuller

# re: Free OCR software? You may already have it...

I just did the following test: take a screenshot of Tesseract's download page and save as an image. Try using MS Office 2003 and try Tesseract to turn the screenshot into text. Terreract barely got 10 letters right. MS Office missed 1 letter on the whole page. I know which one I'm picking.

Monday, July 23, 2007 11:47 AM by Dinah

# re: Free OCR software? You may already have it...

Many thanks, my canon scanner 8000F wouldn't OCR (too old bundled software, Omnipage 2002 to be updated by miserly scansoft)Fortunately Office  2003 worked if you know how to find it

Tuesday, July 24, 2007 5:08 AM by Tonyc

# re: Free OCR software? You may already have it...

Thank you so much for posting this. The information you shared helped us out! Thanks again!

Tuesday, July 31, 2007 11:48 AM by Jacqie

# re: Free OCR software? You may already have it...

Thank you from me too! This has really been of assistance to me. At present I have a problem with my HP software, (or rather with my XP -The Win16 Subsystem was unable to enter Protected Mode, DOSX.EXE must be in your AUTOEXEC.NT and present in your PATH..is the error message when I try to load the scanjet software) which I can't solve, however, checked out and tried the MS MODI OCR last night and found it is excellent! Thanks VERY MUCH!

Wednesday, August 01, 2007 4:12 AM by B Collingwood

# re: Free OCR software? You may already have it...

Thanks a lot buddy

Wednesday, August 01, 2007 10:40 AM by rakesh

# re: Free OCR software? You may already have it...

We are on Office 2002 here at work and MODI does not have OCR capabilities.  Instead it offers you an upgrade "deal" to buy OmniPage OCR software.  The info offered thru the supplied links in the MODI help screens is stale; the current deal is for OmniPage Pro 16 (there is no "non-Pro" version, btw) offered thru Nuance for $100.

Wednesday, August 01, 2007 4:37 PM by Pete Beshuk

# re: Free OCR software? You may already have it...

I'm so glad I stumbled upon this after looking at various dodgy free downloads (I lost the disk with free OCR that came with my scanner). Sure enough, the funny little app was just where John said it was, and it works really well. Problem: wife with very old computer, no internet connection, no means of transferring files from it to my machine, wants to send an email. Solution: print the text, scan and OCR to Word on my computer, paste into email client and away we go. Brilliant!

Thursday, August 02, 2007 4:10 AM by Roger Bridgman

# re: Free OCR software? You may already have it...

Jon Galloway... THANK YOU SIR! Thats all I have to say.

Friday, August 03, 2007 2:22 AM by Victor

# re: Free OCR software? You may already have it...

This is not free though, deceptive. The price for Office was in your computer. Many cheaper models come without it.

Friday, August 03, 2007 4:12 PM by dh

# re: Free OCR software? You may already have it...

For me it didn't work. The scanner scanned the document MFC 210C and then I got the message:

The scan failed because of a scanner hardware error. Feeder may be jammed. Please correct the error and scan again.

Ray

Wednesday, August 08, 2007 2:09 AM by Ray Van Raamsdonk

# re: Free OCR software? You may already have it...

incredible, incredible, incredible!!! Thank you so much!!!

Wednesday, August 08, 2007 2:42 AM by aaron mclean

# re: Free OCR software? You may already have it...

Thanks a ton for the posting Jon. Its a revelation worth commendation.

Wednesday, August 08, 2007 9:18 PM by Ravinder

# re: Free OCR software? You may already have it...

You have saved me hours of work. So much quicker than text bridge. Thanks so much

Saturday, August 11, 2007 12:45 PM by Styn

# re: Free OCR software? You may already have it...

How do I look for "free OCR software" on my computer if I have it.

Sunday, August 12, 2007 1:22 PM by Barney

# re: Free OCR software? You may already have it...

Hi Jon, Thanks. I looked yesterday for hours to find a simple and a good one and was already to pay. And it was on my computer! Just what I needed. Thanks again.

Pierre-Antoine

Monday, August 13, 2007 2:59 AM by Pierre-Antoine

# re: Free OCR software? You may already have it...

hi, i really want to have it in order to complete my final project of BSCS. Thanks!!!

Monday, August 13, 2007 7:15 AM by Fahad Shahzad

# re: Free OCR software? You may already have it...

Thanks Jon, I downloaded some free software which was not very good and then I found this link and discovered it was on my machine the whole time.

You are a star

thank you

Angi Wren

Monday, August 13, 2007 8:55 AM by Angi Wren

# re: Free OCR software? You may already have it...

I use my MODI to scan documents, mag articles, etc.  I scan from MODI instead of my HP's scanning program because of the ease of transferring to Word.

One important point that you did not mention for people scanning files instead of pasting them is the .mdi extension.  Use this for ease of transfer of text to MS applications.

Unfortunately, either way you export to Word, the accuracy is still not that great.  It's good enough for home use with some corrections that need to be made, but if you need to edit a document while keeping the document intact, then you'll have to buy a retail version.  PLEASE let me know otherwise because I would greatly appreciate it.

Monday, August 13, 2007 7:05 PM by RS Metz

# re: Free OCR software? You may already have it...

Jon, You Da Man!!

Thanks for what was under my nose all the time.

Ed

Monday, August 13, 2007 10:13 PM by Ed Mazzilli

# re: Free OCR software? You may already have it...

Man you saved my weekend!  I had to transcribe a report made on a typewritter...

Thanks alot

Friday, August 17, 2007 10:58 PM by Rob M

# re: Free OCR software? You may already have it...

That's brilliant.  Thanks a lot.

Sunday, August 19, 2007 11:46 PM by JR

# re: Free OCR software? You may already have it...

It doesn't do well on columns of numbers.

Friday, August 24, 2007 12:03 AM by Boris

# re: Free OCR software? You may already have it...

Thanks for the help

Saturday, August 25, 2007 5:42 PM by chris perez

# re: Free OCR software? You may already have it...

i want to scan spanish and english image files and text files also and i need to return text using ocr

Wednesday, August 29, 2007 7:56 AM by sk.razia

# re: Free OCR software? You may already have it...

Hi Jon!

Thanks a lot for your tip. I was looking for free OCR software and didn't find one that would work but MODI did. I just tried it out with a spanish text ant it worked good. Not perfect and the page format was lost, but with a little editing it was done ... in much lesser time than retyping the whole.

Wednesday, August 29, 2007 10:05 AM by Hellmut Brinkmann

# re: Free OCR software? You may already have it...

cheers mate - ur a legend bro

Thursday, August 30, 2007 8:52 AM by lilsick

# re: Free OCR software? You may already have it...

PARA ESTUDIANTE DE NIVEL MEDIO BACHILLER MEXICO

Thursday, August 30, 2007 10:34 PM by JOSE CHUC

# re: Free OCR software? You may already have it...

Just tried the Microsoft Office 2003 package as described above for OCR.  When I loaded my scanned document in TIF and clicked on the eye button to OCR it, the software said that i needed to install another part of the software for that function.  Unfortunately I do not have the CD for the software so that is a no go for me.  I found some programs i did not know I had though.

Sunday, September 02, 2007 6:41 PM by Steve

# Tip de productividad: Microsoft Office y OCR

¿A qué no sabían que Microsoft Office incluye una solución relativamente buena de OCR, Optical Character

Tuesday, September 04, 2007 9:46 PM by Guillermo Taylor @ Microsoft

# re: Free OCR software? You may already have it...

It scans well.  However you have to select the twain option on your printer in the options box or you will get the error message.

Also, IT WILL ALIGN ALL OF YOUR TEXT LEFT AND YOU CANNOT CHANGE IT WITHOUT CHANGING THE WHOLE DOCUMENT. So if you're document is all aligned left, then it works great.

Wednesday, September 05, 2007 5:01 PM by Derrick

# re: Free OCR software? You may already have it...

Thursday, September 06, 2007 9:34 AM by Sergey

# re: Free OCR software? You may already have it...

Thanks so much for sharing this information! I'm in the same boat you were in. You've saved me so much time!

Friday, September 07, 2007 5:56 PM by Bethany

# re: Free OCR software? You may already have it...

I used it with XP, but now have Vista.  I appears that it is not possible with this OS.  I have MS Office Word, Publisher, Excel, Powerpoint...but it appears no OCR.  Did Microsoft eliminate it in the newest version for Vista?

Saturday, September 08, 2007 6:37 PM by Linda

# re: Free OCR software? You may already have it...

Thank-you very much for sharing this helpful information!  Your time posting these details has saved your readers so much more of their time.  

Monday, September 10, 2007 10:47 AM by Chris

# re: Free OCR software? You may already have it...

Thank you, thank you, thank you.

Saved me hours.

Monday, September 10, 2007 3:42 PM by Hank

# re: Free OCR software? You may already have it...

Do you think you'll ever stop getting kudos on this one?!?? I don't think you should - THANKS HEAPS

Friday, September 14, 2007 1:36 PM by Cynthia

# re: Free OCR software? You may already have it...

I need the ocr software if possible. My email is sidik928@gmail.com

Saturday, September 22, 2007 12:36 PM by sidiki

# re: Free OCR software? You may already have it...

I need OCR Software freeware

Sunday, September 23, 2007 9:17 PM by Junaedi Tanuwijaya

# re: Free OCR software? You may already have it...

You are my hero!!!

Sunday, September 23, 2007 11:43 PM by Dalit

# re: Free OCR software? You may already have it...

I just need a trail version of OCR.

Monday, September 24, 2007 5:03 AM by John

# re: Free OCR software? You may already have it...

There it was under my nose all this time, as you say it works brilliantly, thanks.

Thursday, September 27, 2007 5:12 AM by Patrick

# re: Free OCR software? You may already have it...

I LOVE you!!! Sharing this knowledge has saved me hours of work.

Monday, October 01, 2007 11:57 PM by HKH

# re: Free OCR software? You may already have it...

Hi Jon,

  Please check out TopOCR, at www.topocr.com.  This is free OCR for your digital camera, it works quite well, and let's you use your cameras on your cellphone as a scanner.  You can save to PDF or other formats, even text to speech and MP3

Thursday, October 04, 2007 8:34 PM by Lazlo Jamf

# avery office supplies

It can on occasion get formidable to divide the reliable used office supplies data from the abominable.

Friday, October 05, 2007 12:19 PM by avery office supplies

# re: Free OCR software? You may already have it...

I don't have it... why??? :(

Saturday, October 06, 2007 8:42 AM by Spam Banjo

# re: Free OCR software? You may already have it...

Brilliant. Omnipage doesn't document its OLE interface since its version 14 and all the good OCR SDK versions (Omnipage, ABBYY, etc) can cost into the 1000's to automate OCR for your own needs.

Saturday, October 06, 2007 10:36 PM by Greg

# re: Free OCR software? You may already have it...

Worked a treat. Thanks!

Monday, October 08, 2007 11:24 AM by Michael

# microsoft » Free OCR software? You may already have it… - Jon Galloway

Pingback from  microsoft » Free OCR software? You may already have it… - Jon Galloway

# re: Free OCR software? You may already have it...

This is fantastic.  Thanks!

Tuesday, October 09, 2007 2:28 PM by HELL YEAH

# re: Free OCR software? You may already have it...

Worked great except I can't figure out how to get the output back into the rows and columns it was in.

Wednesday, October 10, 2007 2:59 PM by angeluski

# re: Free OCR software? You may already have it...

I just used tesseract, through a frontend, called gscan2pdf, see gscan2pdf.sourceforge.net

I am very impressed by the results. Ok, the page layout has not been preserved, but the percentage of wrong characters was very low. I feel this program would come in handy to fill a gap which still exists in the Unix world.

At the same time, I concur, that gocr is mostly useles.

Wednesday, October 10, 2007 3:43 PM by yahya

# re: Free OCR software? You may already have it...

Just a tip, if you have Office 2007, it isn't installed by default and you have to add it through add/remove programs and change Microsoft Office.

Tuesday, October 16, 2007 12:46 PM by wedwards

# re: Free OCR software? You may already have it...

MS Office tip worked ABSOLUTELY FANTASTICALLY! Thanks for being my life-saver today!

Wednesday, October 17, 2007 3:29 AM by anissat

# re: Free OCR software? You may already have it...

Thanks for this - saved a lot of time

Friday, October 19, 2007 1:15 AM by Jo Blo

# re: Free OCR software? You may already have it...

Note that in OFFICE 2007 (aka OFFICE 12) you must install this sub component.

Go to add/remove programs, change install, then look under..

- Office Tools

- Microsoft Office Document Imaging.

You *MUST* enable all the subcomponents to get MODI. Change them all to "Run From My Computer". The executable you want end sup in..

C:\Program Files\Common Files\microsoft shared\MODI\12.0

Friday, October 19, 2007 7:25 PM by Jeff Atwood

# re: Free OCR software? You may already have it...

Brilliant!  Tried SimpleOCR to extract text from a PDF screenshot - terrible results! The Office XP software works flawlessly and it was there on my machine all along.  Huge timesaver.  Thank you.

Wednesday, October 24, 2007 12:35 PM by durutti

# re: Free OCR software? You may already have it...

To recap much from the previous posts:

1) This is a sub-program of MS Office 2003+; you must own MS Office; it must be installed via advanced options, it is not part of the default install.  You have to have the program discs to do this.  [Don't have them?  Hmmm... yours is a pirated copy, perhaps?]

2) It does not retain columns.  Lots of other stuff it won't do; remember, MS doesn't even advertise that it is part of Office, so don't expect Nuance Textbridge or ABBYY Finereader, just be happy if you have it and it works for you.

3) It is not an optical handwriting recognition program, unless you are an engineering or architectural draftsman old enough to have learned draftsman script.  My father could have done this, maybe.  Me?  Not a chance!

Wednesday, October 24, 2007 7:33 PM by kd7mvs

# re: Free OCR software? You may already have it...

I want Free OCR to complete my project of HandWritting Recognition System.

   Plz send its code to my e-mail.

      Thanking in anticipation.

Saturday, October 27, 2007 6:53 PM by Fahad

# re: Free OCR software? You may already have it...

Brilliant tip - many thanks.  I hope someday I (or one of the many benefactors) can reciprocate your kindness in some manner for sharing such valuable info with us.

Wednesday, November 07, 2007 6:22 AM by Amin

# re: Free OCR software? You may already have it...

Not only does text capture from a PDF introduce weird formatting glitches, it's also possible for a PDF to have security settings such that you arte not allowed to capture text from it.  In that case, doing an image capture from the screen of an enlarged image of the PDF, converting that to TIF and using the Office OCR should work just fine.  However, be advised that if the PDF has such security settings, then working around them may be a violation of the owners copyright.

Thursday, November 15, 2007 2:23 PM by August Mohr

# re: Free OCR software? You may already have it...

Hey - thanks for this info! I never thought to see if MSOffice had something like. I actually assumed it didn't lol.

I was searching online for a tool to download and came across your post, and now I'm scanning in this 30 page doc and it's coming out as a word doc. Thanks for the tip dude! much appreciated!

Thursday, November 15, 2007 6:08 PM by anon

# re: Free OCR software? You may already have it...

Thanks... saved me the search and evaluate time

Friday, November 16, 2007 1:35 AM by anon

# re: Free OCR software? You may already have it...

Have you tried simpleOCR (www.simpleocr.com). It is free and fairly effecttive.

Cheers

Friday, November 16, 2007 9:57 PM by Paul bournival

# re: Free OCR software? You may already have it...

Just great. Thanks a bunch

Wednesday, November 21, 2007 1:26 AM by B.S.Karadi

# re: Free OCR software? You may already have it...

I have Modi\12 in Vista but I can not create edible text.

Any suggestions?

Thursday, November 29, 2007 11:25 AM by Ian

# re: Free OCR software? You may already have it...

Thanks, brilliant software that i didn't even know i had!

Friday, November 30, 2007 2:46 PM by J0N35

# re: Free OCR software? You may already have it...

Thanks for ur comment. I too didnt know that I have.

Thank u very much.

Monday, December 03, 2007 3:34 PM by Senthil

# re: Free OCR software? You may already have it...

Hey thanks,  Only one complaint, it doesn't keep the formatting.  Any idea if there is a way to keep the formatting?

Tuesday, December 04, 2007 10:06 PM by Jim

# re: Free OCR software? You may already have it...

Hi Jon.

A really useful post which google pushed to the top of the list... wonderful!

Many thanks indeed.

Wednesday, December 05, 2007 7:23 AM by Richard R

# Never Type Up Another Exisitng Document Again « bert frenso

Pingback from  Never Type Up Another Exisitng Document Again « bert frenso

Wednesday, December 05, 2007 8:25 AM by Never Type Up Another Exisitng Document Again « bert frenso

# re: Free OCR software? You may already have it...

Coool, over a year later and your great post keeps on giving, thanks

Friday, December 07, 2007 10:29 PM by trix

# re: Free OCR software? You may already have it...

Just installed an all-in-one printer on my system at work and wondereed what I was going to do when I discovered it didn't come with OCR software. Question answered: turns out I had MODI installed all along.  Thanks loads for ferreting this out.

Monday, December 10, 2007 2:23 PM by El_Kabong

# re: Free OCR software? You may already have it...

Had a problem transfering vendor PDF quotes in Excel format. Now you gave me the solution via Word! Took me 5 minutes finding the solution on the web (first topic with GOOGLE) and giving back the document to the owner.

That's what I call a quicky! ;o)

Continue your good work!

Tuesday, December 11, 2007 4:06 PM by Ygoulet

# re: Free OCR software? You may already have it...

Thats frekin awesome! - Thanks. Just what I needed. Found it straight away thanks to google!

Tuesday, December 18, 2007 5:55 AM by Andy

# re: Free OCR software? You may already have it...

Thanks Jon.  You have provided very crucial information!

Friday, December 21, 2007 5:03 AM by Vikram

# re: Free OCR software? You may already have it...

Wow..thank you so much this is going to help a lot.  Wonderful product (considering is free), that I just never new it existed!

Friday, December 21, 2007 4:59 PM by Carlos

# re: Free OCR software? You may already have it...

As well as I thought I knew the Microsoft suite... I've learned something new today. Thanks a bundle!

Sunday, December 23, 2007 7:56 AM by Steve

# re: Free OCR software? You may already have it...

Great tip!!! Awesome!!!

Thursday, December 27, 2007 11:28 AM by Nuno M

# re: Free OCR software? You may already have it...

Thanks for the tip.  I used the windows search feature for "microsoft windows image" and it automatically found the shortcut...did not have to go into the folders.

Monday, December 31, 2007 1:30 PM by Ed Pagliassotti

# re: Free OCR software? You may already have it...

Thank you for this great tip. I really appreciate it. Have a very nice day and a happy new year.

Wednesday, January 02, 2008 6:30 AM by Dimitris

# re: Free OCR software? You may already have it...

please send me a e mail as how to find the free OCR

Thursday, January 03, 2008 7:43 PM by ray428@copper.net

# re: Free OCR software? You may already have it...

^^ Read the article, dummy.

Monday, January 07, 2008 6:27 AM by Fblabber

# re: Free OCR software? You may already have it...

Thank you for the gread TIP! ;)

SAVES A LOT OF WORK.. that i used to have with previous versions of various scanner software, and it's "free" (if we already have the Microsoft Office Software)

Tuesday, January 08, 2008 9:56 PM by Edgar

# re: Free OCR software? You may already have it...

Great tip !!!  You saved me a lot of time and hassle.  You rock !

Tuesday, January 08, 2008 11:34 PM by Bill

# re: Free OCR software? You may already have it...

YOU'RE MY HERO! Thanks so much for posting your findings.

Saturday, January 12, 2008 10:21 AM by Paula

# re: Free OCR software? You may already have it...

Bless you!

I run Vista Ultimate and lots of Hp software with Photoshop and never knew I had ocr software from HP until I read your article and began to dig.

I don't use MS office but I use OpenOffice freeware and it doesn't have OCR capabilities.

I found mine under HP on this path:

"C:\Program Files\HP\Digital Imaging\DocProc\hpDocCvt.exe"

It took a bit of time to get it to run with the scanner and Photoshop but it runs great now!

If anyone tries it this way you have to scan at a very high dps, mine wouldn't convert to text until 1200dps tif format.

Thanks so much for this article!

VaL in Texas

Saturday, January 12, 2008 4:42 PM by Val

# re: Free OCR software? You may already have it...

I Need OCR software for PDf to Word Converting

Monday, January 14, 2008 11:45 PM by Prabhu

# re: Free OCR software? You may already have it...

This is really useful. Thank you.

You can even do this in a single step. If you click send to word, it rotates the image and does the ocr before the export.

Tuesday, January 15, 2008 5:39 AM by Mark

# re: Free OCR software? You may already have it...

I don't know about this OCR software...I call it BUTCH

Wednesday, January 16, 2008 8:42 AM by Grant Knudsen

# re: Free OCR software? You may already have it...

You just saved me 50 minutes of of my life which I'd have spent typing... Two words: thank you.

Wednesday, January 16, 2008 11:13 PM by СК

# re: Free OCR software? You may already have it...

It works! I can;t beleive it I was in town in three computer software stores and they didn't seem to lnow what I was talking about the last one finaly found something on the net and offered to order it but i declined and started to goggle and soon found I had it thanks to you and it works just like I wonded it to

Tuesday, January 22, 2008 1:46 AM by David B Wolfe

# re: Free OCR software? You may already have it...

Wow, that's great and very useful as already said.

Thanks a lot.

Since it's so useful I added hear my own Tip for using it…

I use it for technical text reading with a 'Read Out Loud' programs such as 'TextAloud' (with sound engine from AT&T such as Crystal16).

Although the PDF got inside a 'Read Out Loud' option, there is a problem in controlling the speed of the reading (slowing it down) and putting different pronunciation for words like abbreviations or other terms. But the main problem is that most PDF Technical documents are locked and the PDF 'Read Out Loud' option works on them for full pages and not sections or user text selection. At this point I use the OCR conversion…

So to get the computer to read the text from a problematic PDF I do the following

1. Press the keyboard Print screen button ('PrtScr') on the requested text.

2. Paste it to the MS paint.

3. With the ms paint 'select' tool, I select (graphic selection) the part of the text I want to hear and copy or cut it out (Ctrl-C/Ctrl-X).

3. Paste it in the MSPVIEW + exporting it to word processor

4.  On the Word processor select the text and with an edited/configured shortcut key combination I copy paste it to the 'TextAloud' program that automatically read it the way I configured it and with the word pronunciation I use to hear.

Well maybe it's long and clumsy but it works for me, saving me the time in understanding.

Thanks again, I hope it'll help some one…

Wednesday, January 23, 2008 1:47 AM by Yaron Cohen (Carmiel)

# re: Free OCR software? You may already have it...

can't see for looking now can i absolutely great

many thanks

Wednesday, January 23, 2008 6:39 PM by frodo from shropshire

# re: Free OCR software? You may already have it...

How about that! Worked perfectly the first time I scanned the document. Cost zero.

Thursday, January 24, 2008 2:53 PM by timothy

# re: Free OCR software? You may already have it...

If you don't want to install Tesseract you can still OCR documents for free with it on A Billion Billion, www.abillionbillion.com/.../free-ocr-for-everyone. All you have to do is upload your TIFF documents and then click OCR Document.

Sunday, January 27, 2008 11:05 AM by George

# Diogo Santos – Transforme seu celular num Scanner

Pingback from  Diogo Santos –   Transforme seu celular num Scanner

Monday, January 28, 2008 3:59 PM by Diogo Santos – Transforme seu celular num Scanner

# re: Free OCR software? You may already have it...

This tip was a lifesaver!  I had some scanned POD's from an international shipment that I needed to verify with a master Excel file.  Manually, this would have taken hours.  Your tip using MS Office took the scanned .pdf (from an original tiff) and converted perfectly.  The original was 6 pages of waybills.  Copy, paste, vlookup, and BAM!

Thanks!!!

Friday, February 01, 2008 1:16 PM by Eric D

# re: Free OCR software? You may already have it...

Good find - thanks! Has anyone figured out how to convert HANDWRITING to text?

Friday, February 01, 2008 9:00 PM by Nik

# re: Free OCR software? You may already have it...

In Windows Vista Premium I'm running Office Home and Student 2007.  It does not have Microsoft Office Document Imaging, AFAICT.  However it does have a feature in OneNote that serves the purpose.  I found I can paste or otherwise import an image containg text into a OneNote page, right click on it and choose "Copy Text from Picture"... then simply paste the copied text wherever you'd like it.

Of course, it's not perfect OCR for low resolution.  But IMO it does pretty good (but I only have minimal experience with OCR software).  For instance, I used Vista's Snipping Tool to capture the first paragraph in Jon's Microsoft Office Document Imaging section.  Below is the result:

"On accident, I stumbled across Microsoft Office Document Imaqin. Its included Microsoft Office Tools

(‘Microsoft Office \ Microsoft Office Tools folder in the start menu, default installation location is “C:\Program

Files\Common Files\Microsoft Shared\MODI\1 1.OV’). The interface looks a “My First VB5 Application’ reject, but it

works great."

Saturday, February 02, 2008 4:44 PM by Joe Hren

# re: Free OCR software? You may already have it...

I love you. I used to have Text Bridge. This is so much easier and better to use and it's free.

Go the web and go you - for taking your time. IF you were here next to me I'd give you a big soggie kiss right now. :)

Yoav.

Tuesday, February 05, 2008 6:44 PM by Yoav Factor

# re: Free OCR software? You may already have it...

Thanks a lot!  This save me so much time and money as well.

Great post!!!!

Thursday, February 07, 2008 10:22 AM by RAY EDWARDS

# re: Free OCR software? You may already have it...

Very cool, thanks, saved me heaps of time

Thursday, February 07, 2008 6:56 PM by Siigrid Malessa

# re: Free OCR software? You may already have it...

I have it, and it's working fine on English and Danish, but doesn't seem to work on German. I copied from a PDF file.

Friday, February 08, 2008 2:48 AM by Lars Bo Jensen

# re: Free OCR software? You may already have it...

Thank you. It's a lifesaver!

Monday, February 11, 2008 5:53 AM by Ayca

# re: Free OCR software? You may already have it...

Jon and especially Joe Hren get my undying gratitude.  Nuance wouldn't update my too-old Omnipage when I moved to Vista.  Who'd guess a comment in an unknown (to me) blog somewhere on the vast net could save me $150 or more and many hours of frustration! And it was all about a right-click! You're my Valentines.

Monday, February 11, 2008 1:06 PM by Suzanne

# re: Free OCR software? You may already have it...

Sir,

i Need one OCR Software . for scanning the image ....

if is available please let me know.

Regards

Ajith

Mangalore

Ph: +91 9845557668

Email:ajit@binaryindia.com

ajitok@rediffmail.com

Thursday, February 14, 2008 9:17 AM by Ajith

# re: Free OCR software? You may already have it...

Thank You so much - it was very helpful.

Vytenis,Kaunas city, Lithuania, Europe

Monday, February 18, 2008 6:40 PM by Vytenis

# re: Free OCR software? You may already have it...

This was very useful as everyone I think agrees.  One slight improvement: if you want to OCR and entire multipage PDF file, open in Adobe Reader and print using the printer "Microsoft Office Document Image Writer"; this will save a .mdi file and automatically open MS Office Document Imaging, from where you can OCR the entire doc.  Hope this helps.

Friday, February 22, 2008 11:29 AM by Jason Oakshott

# re: Free OCR software? You may already have it...

I'm still running Office 2000, so I don't have this option, and my old copy of Omnipage 10 anymore doesn't save as PDF.  Still, I know I got I.R.I.S. OCR software with my HP all-in-one scanner/printer.  Until today, though, I haven't been able to figure out how to make it work except when I was scanning a new image.  I have several existing image files on my computer which I'd like to convert to text.  Reading these comments got me digging, and in MY case the answer was found in C:\Program Files\HP\Digital Imaging\DocProc\dpe_ocr.exe.  It works well for me, and since this seems to be becoming a catch-all for "you may already have it" solutions, I thought I'd share it here.

Friday, February 22, 2008 12:30 PM by David

# re: Free OCR software? You may already have it… · All In One Printer News, Reviews, and Deals

Pingback from  re: Free OCR software? You may already have it… · All In One Printer News, Reviews, and Deals

# re: Free OCR software? You may already have it...

Anyone buying a new PC will also have Adobe Acrobat Standard bundled, and can use the OCR capabilities of this software.  Article on how at:

<a href="www.scanguru.com/.../content.php

ScanGuru Adobe abnd OCR</a>

Sunday, February 24, 2008 1:20 PM by Steve

# re: Free OCR software? You may already have it??? ?? All In One &#8230; &middot; All In One Printer News, Reviews, and Deals

Pingback from  re: Free OCR software? You may already have it??? ?? All In One &#8230; &middot; All In One Printer News, Reviews, and Deals

# re: Free OCR software? You may already have it...

Thanks a lot. Solved my problems

Sunday, February 24, 2008 9:55 PM by SC

# re: Free OCR software? You may already have it??? ?? All In One &#8230; &middot; All In One Printer News, Reviews, and Deals

Pingback from  re: Free OCR software? You may already have it??? ?? All In One &#8230; &middot; All In One Printer News, Reviews, and Deals

# re: Free OCR software? You may already have it...

Well done Jon! Thank you for posting this

Monday, February 25, 2008 12:48 AM by Rennie

# re: Free OCR software? You may already have it...

This is very handy.  I had been retyping text from image PDF -- but no more!  Thanks.

Tuesday, February 26, 2008 11:55 AM by Jim Lewis

# re: Free OCR software? You may already have it...

Built a full links page of just about every OCR application I could find.  There are some freeware and open source apps as well:

www.scanguru.com/.../links.php

If I missed any, send me a note, and i will add them.

Wednesday, February 27, 2008 1:33 AM by Steve

# re: Free OCR software? You may already have it...

Thanks for the tip, I was unaware that I already had OCR software!!! MS Document Imaging worked great.

Friday, February 29, 2008 4:35 PM by dauclair

# re: Free OCR software? You may already have it...

I just bought Office 2007, (the version with PP, Excel, Outlook Express) I didn't get the one with OneNote.

The install appears to have zapped my Microsoft Document Imaging (my fault for not paying attention). I can't find it anywhere.

Any suggestions on how to fix that? Maybe uninstall, reinstall Office 2003 then reinstall Office 2007 but don't upgrade?

Who knows, I'm quite irked about it.

Am I missing something here? Just doesn't seem right.

Sunday, March 02, 2008 12:12 AM by Pat

# re: Free OCR software? You may already have it...

GREAT ARTICLE!! Thank you.

Even More!!! If you have PDF Writer or PDF995 installed you could Click on Print and save in PDF Format.

THANK YOU!!!!!!!

Thursday, March 06, 2008 1:16 AM by Ed V

# re: Free OCR software? You may already have it...

Nice one, thanks you saved me time and money

Tuesday, March 18, 2008 12:23 PM by Jeremy

# re: Free OCR software? You may already have it...

Thank you so very much for the information. The Microsoft program did the job without the expensive costs, as it was already on my system. Awesome.

Wednesday, March 19, 2008 11:38 AM by LaDarius

# re: Free OCR software? You may already have it...

This was great. I used it on a copy-protected PDF (had to use alt-PrtScrn to grab image) and the OCR quality was almost perfect. Saved me hours of retyping!

Friday, March 21, 2008 3:37 PM by Bruce Altner

# re: Free OCR software? You may already have it...

some people desreve public recognition . yourare definitely one of them. thanks for making my life easier.

lorrie

Friday, March 28, 2008 10:34 PM by lorrie johnstone

# re: Free OCR software? You may already have it...

MICROSOFT WORD FTW!?!?!?!?!?!?

worked amazing!!!

Saturday, March 29, 2008 11:22 PM by OH YEAH

# re: Free OCR software? You may already have it...

Thanks for posting this. You have made my typing life so much easier.

Thursday, April 03, 2008 10:37 AM by Susan Houde

# re: Free OCR software? You may already have it...

I tried using the Microsoft Office Document Imaging as you suggested. It did not work for me, like it did for you...but I did not have "cropper". But what I did discover thanks to your article...is Microsoft Office Document Scanning located right underneath the Microsoft O D Imaging. It does it all. It uses your scanner and automactically runs the OCR...then it pasted it directly into the Microsoft O D Imaging. Then I clicked on the Export to Word toolbar button as you suggested and it worked! Thanks a bunch!

Thursday, April 03, 2008 12:40 PM by Carlene

# re: Free OCR software? You may already have it...

Excellent. A job I was about to hate turned into a breeze. From PDF to text. Thank you.

Saturday, April 05, 2008 5:34 PM by Paul deVere

# re: Free OCR software? You may already have it...

It seems to be great software just what I need. Where do I get it? I searched my system and its not there can it be downloaded anywhere? I have searched and searched and could not find it!!

Monday, April 07, 2008 12:12 PM by Seamus

# re: Free OCR software? You may already have it...

This was of great help, thanks!

Tuesday, April 08, 2008 4:12 AM by Jorn

# re: Free OCR software? You may already have it...

May already be in these comments somewhere, but to copy a table into a spreadsheet, highlight and copy a column at a time after running OCR. Crude but works; it had a little trouble with dates is all.

Tuesday, April 08, 2008 4:10 PM by Giles

# re: Free OCR software? You may already have it...

Thanks, that was exactly what I needed!

Many thanks.

Tuesday, April 08, 2008 10:19 PM by Sam

# re: Free OCR software? You may already have it...

thank you very much! this made life bit easier-- may god bless you!!!

Thursday, April 10, 2008 10:49 AM by mian

# re: Free OCR software? You may already have it...

Thanks - you obviously have a hit blog here - great

Friday, April 11, 2008 4:44 AM by rob leach

# re: Free OCR software? You may already have it...

Hi,

Just like Pat Wilson, I also have a problem opening my excel files.  A window installer pops up and then says that the network source is unavailable.  It will then ask for PRO11.msi which I don't have in my computer.  I don't have my windows operating disk as well. Where can I get this PRO11.msi thing?  Thanks.  

Saturday, April 12, 2008 9:19 PM by Carmela Tords

# re: Free OCR software? You may already have it...

Thanks Dear, you have done a great job for me at least.

Thanks Again

Tuesday, April 15, 2008 11:35 AM by Naseem Ahmad Hanfi

# re: Free OCR software? You may already have it...

Please send me the free OCR software.

Just kidding.  Great tip, I had no idea it was there.

Wednesday, April 16, 2008 11:44 AM by Bill Lait

# re: Free OCR software? You may already have it...

very nice, but one thing if i want to retain the page layout for example i scan a document with table on it and i want to retain the table.. can i use document imaging? it would be a great help for me..

Wednesday, April 16, 2008 10:18 PM by rico

# re: Free OCR software? You may already have it...

my lexmark printer did the automatically before but i cant get it to do it again but now i can do it this way thxs

Wednesday, April 23, 2008 12:54 AM by John

# re: Free OCR software? You may already have it...

if u have adobe acrobat pro, it also has an ocr. nothing beats abbyy reader though, it's better than omnipage, which is more expensive.

Thursday, April 24, 2008 9:22 AM by chicken

# re: Free OCR software? You may already have it...

Jon, my thanks to you! I was looking for an OCR program I used to have packaged with a translation program and couldn't find it; a Google search led me here. Awesome! Thanx for sharing this tip!

Sunday, April 27, 2008 4:57 PM by Rivahcat

# re: Free OCR software? You may already have it...

This is awesome and works great.  I do have to scan each page and manually assemble the pieces, but the character recognition is superb compared to the other two downloaded programs it tried.  I have not had to do any tweaking! thanks !

Tuesday, April 29, 2008 11:42 AM by carol

# free ocr software

Pingback from  free ocr software

Monday, May 05, 2008 9:54 PM by free ocr software

# re: Free OCR software? You may already have it...

Nice one, exactly what I was looking for - GENIUS!!!

Thursday, May 08, 2008 4:50 AM by Steve Nichol

# re: Free OCR software? You may already have it...

yes, you are GENIUS! thanks...

Thursday, May 08, 2008 1:34 PM by gai

# free ocr software download

Pingback from  free ocr software download

Thursday, May 08, 2008 11:59 PM by free ocr software download

# re: Free OCR software? You may already have it...

PARKO 18-68

11206, VILNIUS

LITHUANIA

Friday, May 09, 2008 2:07 AM by MANTAS KERNAGIS

# re: Free OCR software? You may already have it...

It's really cool for OCR. But how i can perform OCR/ICR on the scanned image of a handwrittened document? Again how i can select an area on a MODI document using code(not by manual selection). Please help.

Friday, May 09, 2008 7:01 AM by Shubhayan

# re: Free OCR software? You may already have it...

Didn't windows abandon microsoft imaging and replace it with microsoft photo editor in windows XP?  Microsoft document imaging does not show up on my work computer with windows 2000 or on my XP laptop.  If it comes with OFFICE, what version of office do I need?

Friday, May 09, 2008 9:36 AM by Fred Moscicki

# re: Free OCR software? You may already have it...

Thanks much for the tip. I have OCR software that came with my scanner, but I didn't want to install the whole scanner suite at this time. This tip saved me a lot of time. Sweet!

Friday, May 09, 2008 1:17 PM by Heidi in Chicago

# ocr software

Pingback from  ocr software

Monday, May 12, 2008 3:13 AM by ocr software

# re: Free OCR software? You may already have it...

Very interesting finding out about that MS tool. Incidentally, not all Office Suites will have the MS Office Business Tools. I think you need at least Office Pro.

Just tested it out with a Table of Contents page. But looks like the only way to capture the recognized text is to export it to Word. When I tried to save it directly, it just re-saves the image. And as others have noted, it lost the column formatting. It stripped all the dots in my ToC.

That and the fact that it accepts only single page image files makes it a crippled program. It may work in a pinch, but not acceptable for production work.

If you have Acrobat (not just the reader), it has OCR function too so you don't have to extract each page into separate image files. But it requires a minimum resolution of 144ppi.

Tuesday, May 13, 2008 12:37 PM by user

# re: Free OCR software? You may already have it...

For those who did not know, it's handy and quick to scan and convert to text documents with ... Nokia N95. Just take a picture with the phone camera (better at max pixel resolution), upload to your PC .jpg's and use OCR software to convert pictures to the text. I use a good old FineReader. The quality almost do not differ from the desktop scanner and takes less time to scan. Chears :)

Tuesday, May 13, 2008 4:00 PM by Curious

# text recognition software

Pingback from  text recognition software

Sunday, May 18, 2008 5:19 PM by text recognition software

# re: Free OCR software? You may already have it...

Seriously it work soooo cool thx u very much.

Monday, May 19, 2008 8:00 AM by sree8133

# re: Free OCR software? You may already have it...

You saved my day ! HP only released a basic Vista driver for my older HP Scanjet 3750C. With your trick I didn't have to try (and fail) to install the old XP scanner package. And I don't need the fancy stuff they give with the scanner anyway ... just a waste of HD space.

Friday, May 30, 2008 10:50 AM by Luc

# re: Free OCR software? You may already have it...

Pls. send me your OCR software. GOD bless you. Thanx.

Sunday, June 01, 2008 1:31 AM by Shankar

# re: Free OCR software? You may already have it...

thanks a lot and works with office 2007 too.

Wednesday, June 04, 2008 1:30 AM by Br

# re: Free OCR software? You may already have it...

please send the free OCR software, thx in advance

Thursday, June 05, 2008 2:09 AM by shanky

# Creative Webs Arizona: Web Design News and Tips &raquo; What is OCR?

Pingback from  Creative Webs Arizona: Web Design News and Tips &raquo; What is OCR?

# re: Free OCR software? You may already have it...

Thanks a million! I just wonder why it is kind of a "hidden" option in Ms Office Pack!

Wednesday, June 11, 2008 6:48 AM by Helen Goldberg

# re: Free OCR software? You may already have it...

I heart you, John Galloway!

Thursday, June 12, 2008 7:54 PM by Ronica

# re: Free OCR software? You may already have it...

Thank you for sharing it

i didn't know that office had that option too!

chris

Friday, June 13, 2008 8:25 AM by chris

# re: Free OCR software? You may already have it...

thanks you so much.. very very helpful.. A posting that is truly noteworthy. made me fall in love with MS office...

Saturday, June 14, 2008 2:21 PM by MikeyG

# re: Free OCR software? You may already have it...

Hm, that was a surprise. The Microsoft Office OCR worked very well, but I didn't even know it was there! I was thinking of buying software & saved money thanks to this.

Wednesday, June 18, 2008 3:47 AM by Ben

# re: Free OCR software? You may already have it...

Thank you so much jon. I love it.

Does some one has the experience with E13B font that use in the Code line of cheque?

Wednesday, June 18, 2008 11:01 PM by Suthanai

# re: Free OCR software? You may already have it...

i need a free download software that will help me convert a handwritten material to a text in microsoft word font style.

Saturday, June 21, 2008 7:37 AM by charles okonjo

# re: Free OCR software? You may already have it...

i need a free download for a software that can aid a hp scanner in converting handwritten character to a microsoft word character.

Saturday, June 21, 2008 7:41 AM by charles okonjo

# re: Free OCR software? You may already have it...

Thanks ... this is cool.

Wednesday, June 25, 2008 3:20 PM by OlaJobi

# re: Free OCR software? You may already have it...

This is the Best information! You have made extracting information from a nightmare report, a pleasant dream.

Thursday, June 26, 2008 1:30 PM by S. Blauvelt

# free ocr

Pingback from  free ocr

Thursday, June 26, 2008 9:43 PM by free ocr

# re: Free OCR software? You may already have it...

How can I acheive throu coding in .net. Reading a hand written text from image file like bmp/jpg/jpeg/gif.,etc .

let me know.

pls send any link or idea to this id linguage_23@yahoo.com

Thanks in advance.

Tuesday, July 08, 2008 6:26 AM by Ramesh

# re: Free OCR software? You may already have it...

I didn't find the software in my office 2007. But if you go back to the control panel, uninstall programs and change the MS office settings so the MS Document Imaging is installed then you can get it.

Just for those who are not too good at finding things on their computer, like me !!

Friday, July 11, 2008 7:03 AM by berserker

# re: Free OCR software? You may already have it...

Wow!  Thanks for making me look like a superstar!

Tuesday, July 15, 2008 10:09 AM by Lauren

# re: Free OCR software? You may already have it...

I look up tricks to making my life easier on the internet all the time but this is the first time I have ever commented on something I've found... this MODI feature makes me so excited that I now realize what a computer dork I am.

I reiterate what Lauren said... thanks for making me look like a superstar!

Wednesday, July 16, 2008 1:26 PM by jennifer

# re: Free OCR software? You may already have it...

I need something that can convert the thoughts in my head into MS Word format?

Can anyone help me.

NEvertheless Mr Jonny - you have broght be a micro-step closer to my dream.

Thursday, July 17, 2008 11:39 PM by Jimmy

# re: Free OCR software? You may already have it...

I'm recovering from a disk head crash and lost ancient drivers etc.  Thanks for the tip i.e., free software.  I found it on my machine.

I scanned, select all of type, copied (ctl C)

dropped it into a new WORD document with a ctl-v.  Some format loss but no spelling errors, an improvement over my last OCR software.

Much thanks.

Tuesday, July 22, 2008 12:13 PM by Tom

# re: Free OCR software? You may already have it...

Dude, thanks so much for the info!!

Tuesday, July 29, 2008 4:45 PM by Grateful Person

# Avandia.

Side effects of avandia. Defective drug information avandia. Synergistic effect of metformin and avandia. Avandia. Avandia patent.

Wednesday, July 30, 2008 12:34 PM by Avandia.

# re: Free OCR software? You may already have it...

A fantastic OCR suite. 99% accurate.

I remember using OmniPage in the mid 90's -- with miserable results.  Depending on the font and print quality of the document being scanned, anywhere from 15%-65% of the document would come out as pure gibberish.  Often I would just end up retyping whole pages by hand.  Until today, I had basically given up on OCR technology.

This morning I was sent 17 pages of content to be used on a clients website -- in Bitmap format.  I was copying it out diligently, and estimated it was going to take two hours to plow through this.

So quick web search and I came up with this article. Within 10 minutes I had all 17 pages as textual verbiage in Microsoft Word.  And the interpretation algorithm was flawless!  I kid-you-not, after running it through the spell check in Word, there was only one error, and it turns out that it had been mis-spelt in the original.

I had seen the "MS Office Document Imaging" software in the Office suite before, but had no idea it was an OCR suite.  I think the name is kind of vague [and misleading].  If they called it something more obvious like: the "MS OCR Suite", I would have been using this years earlier.

Thanks again for the tip, this is a massive time saver.

Wednesday, July 30, 2008 7:32 PM by Sean Riddolls

# re: Free OCR software? You may already have it...

Tks so much. My son offered to help to type some parts of textbk for his blind classmate so that it can be converted to Braille and I told him don't do that yet as I looked for some software to do that job. I've been hunting for abt a wk now and this morning got yours, tried & it worked. Great! May God bless you for sharing.

Sunday, August 03, 2008 8:14 PM by teckyee

# re: Free OCR software? You may already have it...

Thanks for this, works a treat.   I note some guys state used to work on xp but not on Vista.    I use Vista Ultimate and no probs as long as you kept office setup files after installation all OK otherwise it asks to insert disc - office disc but then no probs.  Many Thanks

Monday, August 11, 2008 6:18 AM by wiltedelf

# re: Free OCR software? You may already have it...

Yeh good one mate. Saved me some real life drama.

Tuesday, August 12, 2008 6:44 AM by Barks

# re: Free OCR software? You may already have it...

A couple of other useful bits found while using MODI to create a small document imaging and retrieval system.

Document retrieval

MODI stores the OCR words at the end of the tif image file.  Open the tif file in notepad to see them.  

MODI can then be used to search for text in the tif images.  Have not been able to find a consistent way to get google or desktop search to index the tif images.

File naming

The first text scanned can be used to name the tif image.

Put a reference at top left of docs.  Text then number seemed to be the most effective.

Excellent tip, many thanks.

Wednesday, August 13, 2008 5:16 PM by Mitchell

# re: Free OCR software? You may already have it...

Thank you sir!  I was surprised how well this worked on a pdf of a scanned document someone sent me.  Exported from Acrobat as a tiff and ran it through MODI into Word.  Only one spelling error.  If only it could keep formatting...

Glad to find this useful program hidden on my hard drive.

Monday, August 18, 2008 10:53 AM by Scott

# re: Free OCR software? You may already have it...

Microsoft Office Document Imaging works great for text scanning.

Wednesday, August 20, 2008 12:30 PM by Tom Inukai

# re: Free OCR software? You may already have it...

Just another thanks for pointing the way to this feature.

Friday, August 22, 2008 5:18 PM by Lisa

# re: Free OCR software? You may already have it...

Thank you sir!  I was surprised how well this worked on a pdf of a scanned document someone sent me.  Exported from Acrobat as a tiff and ran it through MODI into Word.  Only one spelling error.  If only it could keep formatting...

Saturday, August 30, 2008 4:04 PM by eddie

# re: Free OCR software? You may already have it...

thanks a lot. just saved my life

Friday, September 05, 2008 1:04 AM by Kris

# re: Free OCR software? You may already have it...

The most useful advice I've found in some time.  The MS Office toole worked perfectly.  Thanks so much.

Sunday, September 07, 2008 11:36 AM by Angelo

# re: Free OCR software? You may already have it...

please provide me the link so that i can easily have the free ocr  

Saturday, September 13, 2008 7:00 AM by azaz

# re: Free OCR software? You may already have it...

I just tried the Windows Document Imaging. I'd used it before but not to do OCR. Now I can  teach my senior students now to do OCR fro free.

Thanks Jon

Sam Pennington

IT teacher

Monday, September 15, 2008 10:59 PM by Sam Pennington

# re: Free OCR software? You may already have it...

Thanks! This works like a charm. At first I had some troubles when using the copy function of Adobe Reader but when I started to use Cropper it works perfect!!!

Tuesday, September 16, 2008 11:24 AM by TeraByte

# Yedda: RE: I need to download OCR software for HP 5510 Officejet

Danydin answered: re:HP Officejet 5510 Readiris OCR

Saturday, September 20, 2008 10:09 AM by Danydin's answers on Yedda - People. Sharing. Knowledge.

# re: Free OCR software? You may already have it...

Wow. When you said "You may already have it".

I thought why not look into it and give it a chance.

Boy it is a good OCR software. Hardly any errors execpt in a few ALL CAPITAL words.

I spent thousands of (Indian Rs) recently, I wish I new earlier. (1US$ = 46Rs)

Tuesday, September 23, 2008 9:35 AM by Govind

# re: Free OCR software? You may already have it...

Microsoft Office Document Imaging works great for text scanning.

Wednesday, September 24, 2008 5:19 AM by iask

# re: Free OCR software? You may already have it...

There's also tessnet (www.pixel-technology.com/.../tessnet2), it's open source

Wednesday, September 24, 2008 10:19 AM by mausch

# re: Free OCR software? You may already have it...

men u saved my ass, my boss wud not have found it funny that my report was not ready, i scanned them all. thanks

Thursday, September 25, 2008 8:59 AM by Kelvin

# re: Free OCR software? You may already have it...

Found the programme and very impressed with what you can do with it. Many Thanks

Friday, September 26, 2008 1:18 PM by Geoff-UK

# re: Free OCR software? You may already have it...

You just saved me about 8 hours in my estimation as I have a scanned document 100+ A4 pages in length to convert to text. Thank you and If I ever meet you I will reimburse your for my hourly rate x 8. that seems only fair - You never know who you'll meet in this life buddy. Alternatively give me a po box address and ill send you a check. (no joke) as long as I can verify its you and not someone else on the blog obviously. Send to young.ardent7831@hotmail.co.uk

Friday, October 03, 2008 2:25 PM by Jonathan

# re: Free OCR software? You may already have it...

Very useful, very simple... Thanks a lot for such a simple way to share your experience and knowledge!!!

Thankyou very much buddy!!

Sunday, October 05, 2008 12:53 AM by Paco Ruiz (MX)

# re: Free OCR software? You may already have it...

Thanks for the idea about Microsoft Office Document Imaging. I didn't know that and it will come in handy in the future. At the moment I need help with converting numbers.

I'm looking for software (OCR/ICR) to convert a scan of rows of numbers. I'm scanning a printout of data from an old survey, so it's just line after line of numbers. I've tried OmniPage and Microsoft Office Document Imaging, but both convert some numbers to letters and also include spaces. I'm looking for software I can control to let it know that there will only be numbers 0-9 and nothing else - no spaces, punctuation or letters. All suggestions welcome.

Thursday, October 09, 2008 7:45 AM by Iain Campbell

# re: Free OCR software? You may already have it...

I love you. You may have saved my degree.

Thursday, October 09, 2008 11:05 PM by NZ dooley

# re: Free OCR software? You may already have it...

Thanks, this is valuable :)

Tuesday, October 14, 2008 5:02 AM by Haroun Kola

# re: Free OCR software? You may already have it...

Microsoft Office Document Imaging is real handy but does not maintain page layout structure.

You try OCR Terminal (www.ocrterminal.com). Its a free OCR Web service that accepts a variety of file formats including multipage PDFs and TIFFs and maintains page layout and formatting while converting to Word files.

Tuesday, October 14, 2008 6:37 AM by Khasali

# re: Free OCR software? You may already have it...

We were using Microsoft Office Document Imaging. But..... I'm installing a new Windows Server 2008 (x64) Terminal server. Now the Document Imaging software doesn't work anymore. It is installed (Document Image Writer is no longer installed) but when i start it, it disable the mouse in a TS session (you can move the mouse but you can't click / select anything). The only way to get your mouse back is to close the software by using Alt-F4. Then you have your back. When you try to run the software on your console it freeze your mouse totally. (you can get it back by closing the software using Alt-F4) I've already try to use the compatabillity mode but this doesn't help. Does anybody experience this? Is there a otfix / workaround for this?

Wednesday, October 22, 2008 5:58 AM by Gio Figaroa

# re: Free OCR software? You may already have it...

nice , i am very interest of this software

Saturday, October 25, 2008 1:49 AM by linkon

# re: Free OCR software? You may already have it...

My old HP iPaq PDA phone syncs with MS Outlook, and came bundled with Outlook 2002.  The rest of my MS Office installation is Office 2000, which apparently doesn't include Microsoft Office Document Imaging.  When I first went to MODI in the Start Menu, it asked me to insert my Outlook 2002 CD.  After installation, it works like a charm.

Thanks!

Sunday, October 26, 2008 10:24 AM by CavemanLogic

# re: Free OCR software? You may already have it...

Thank you very much! Very usefull idea about Document Imaging tool.

Friday, October 31, 2008 7:16 AM by Nurjik

# re: Free OCR software? You may already have it...

Thursday, May 24, 2007 1:36 PM by MichaelP

Thanks Michael please guide in future also................it will help us a lot....once again THANKS--------VENKY

Sunday, November 02, 2008 10:19 AM by VENKY

# re: Free OCR software? You may already have it...

Top Notch, I thought I knew what office had to offer... Saved me 3 hours work AND I know what to do next time. Thanks

Tuesday, November 04, 2008 9:50 AM by John

# re: Free OCR software? You may already have it...

Do you know if it can be automated to scan only a window in the image instead of the whole TIF?

Friday, November 07, 2008 1:08 PM by mike

# re: Free OCR software? You may already have it...

Just another word of THANKS! I've been looking for a free and easy OCR program and one that actually works well for many many years. And this one works in Vista Office by the way. Same place as you described, except it's in folder MODI/12.0. Again, many many THANKS.

Sunday, November 09, 2008 4:49 PM by Robert

# re: Free OCR software? You may already have it...

I know alot of poeple have expressed thier appreciation for sharing this.  Again, I am joining others to say many many THANKS!!

Sunday, November 09, 2008 7:11 PM by Joseph

# re: Free OCR software? You may already have it...

OK, I'm on the wagon too!!  You just saved me a nice chunk of change!

Monday, November 10, 2008 9:42 AM by MrBill

# re: Free OCR software? You may already have it...

Just another word of THANKS! I've been looking for a free and easy OCR program and one that actually works well for many many years. And this one works in Vista Office by the way. Same place as you described, except it's in folder  many many THANKS.

Wednesday, November 12, 2008 8:52 AM by shabt

# re: Free OCR software? You may already have it...

Hi all,

frequently I use snapshot for saving my work or some interesting thing and I use my freeware MoreData http://ocrfreeware.somee.com for extracting text from groups of images and freeware SkrenSave for do a snapshot www.gianmarcocastagna.somee.com/Default.aspx,

Regards

Gianmarco

Monday, November 17, 2008 7:49 AM by gianmarco

# re: Free OCR software? You may already have it...

Thank you very much!! I have Office 2007/Vista and needed to add MODI to Office Tools using "Uninstall or Change a Program," but comments from other users helped me to figure this out.

Wednesday, November 19, 2008 10:55 AM by Ginger

# re: Free OCR software? You may already have it...

Hi,

I have used this MODI to recognize the characters using VC++ , but the thing is it is not recognizing single character if it is less than 72 char size..... .. please help me to solve this prob............

mail me- kalekar.naresh@gmail.com

can anyone help me.....

thanks in advance....

Friday, November 21, 2008 4:47 AM by Naresh

# Scanning Printed Text in to Microsoft Word

Pingback from  Scanning Printed Text in to Microsoft Word

Monday, November 24, 2008 8:41 PM by Scanning Printed Text in to Microsoft Word

# re: Free OCR software? You may already have it...

I'm using it to take a scanned study guide, grab the text as Q&A for Flashcard Exhange, export it .XLS and use Flash! on PalmOS for portable study.  This is way cool!  Thanks so much!

Thursday, November 27, 2008 1:18 PM by Damian

# re: Free OCR software? You may already have it...

Well done John. Just like you, I've been searching for free OCR with very limitted success. This ones not fantasticly accurate, but it'll do for me. Thanks

Saturday, November 29, 2008 10:50 AM by Peter

# re: Free OCR software? You may already have it...

Wow, this works great.  Thank you for the information.  I thought I'd have to buy one to get this done.  You saved me time and $$$

Marilene

Monday, December 01, 2008 5:16 PM by Marilene

# re: Free OCR software? You may already have it...

i should be needed now

Tuesday, December 02, 2008 3:38 AM by niranjan

# re: Free OCR software? You may already have it...

Hey nice one ! Googled this and found your page worked really well - even white on blue from a book jacket - will save me loads of time - thanks friendly.

Wednesday, December 03, 2008 7:15 AM by Martin

# re: Free OCR software? You may already have it...

Nice site thanks!

[url=http://www.gj3kwlkr3sd3.com]simple site[/url].

Wednesday, December 03, 2008 11:32 AM by AMINOCOMCHENT

# re: Free OCR software? You may already have it...

This is really some kickass info thanks a lot

Friday, December 05, 2008 5:34 AM by Supreet

# re: Free OCR software? You may already have it...

Yer a legend, mate!

Ta muchly for the clue. I've got happy library staff, now that they don't have to retype blurbs.

Lady H

Perth, Western Australia

Monday, December 15, 2008 8:18 PM by LadyH

# re: Free OCR software? You may already have it...

Hooray! Had a look around for free OCR software before, and concluded there was none that was usable. Came upon this page today, and it works a treat! Thanks!

Tuesday, December 23, 2008 10:29 AM by Cormac

# re: Free OCR software? You may already have it...

Cheers, Jon. Installed it from the CD plugged in my scanner and after a couple of mins of compatablity testing it'll scan a document ad spit it straight to Word.... Job Done. Thanks again.

Monday, December 29, 2008 6:23 AM by Tree Bather

# re: Free OCR software? You may already have it...

hi all,

i have added a function accuracy which can replace a cut operation of image to my software "moredata",

you can find it here http://ocr.altervista.org,

regards

gianmarco

Sunday, January 11, 2009 5:54 AM by gianmarco castagna

# re: Free OCR software? You may already have it...

Would have been nice if you included some Linux OCR software as well (if any exist out there), but I guess I'll have to ask Google for it or try WINE with these you mentioned ;-) Thanks.

Monday, January 19, 2009 12:38 PM by Darko Maksimović

# re: Free OCR software? You may already have it...

v0=tihberbfv0erobf[-oer]-thgbier]-gt0

Wednesday, January 21, 2009 9:24 PM by fuw4t=g8erwgi9]-er0

# re: Free OCR software? You may already have it...

What about free ocr for  macs (mac 10.4)

albroth@comcast.net

Wednesday, January 21, 2009 11:23 PM by Albert rothman

# re: Free OCR software? You may already have it...

You Made My Day JON, KUDOS !!!!!!!!!!

Friday, January 23, 2009 11:09 PM by Gabriel Bonilla

# re: Free OCR software? You may already have it...

Cant thank u guys enough

Sunday, January 25, 2009 7:54 PM by AVI

# re: Free OCR software? You may already have it...

looking for the best software

Tuesday, January 27, 2009 1:39 AM by yogi

# re: Free OCR software? You may already have it...

Excellent stuff - I needed to extract text from a scanned article that was supplied as a pdf by a client (I couldn't copy the text from the pdf) I converted to .Tif via Photoshop and used the Microsoft Office Document Imaging technique. One (obvious) tip - I found it helped to increase the resolution of the image to convert (300dpi was fine, 72dpi produced 'interesting' results)

Monday, February 02, 2009 9:28 AM by Pete

# re: Free OCR software? You may already have it...

Thanks for the Great Tip

Monday, February 02, 2009 1:37 PM by Edwina Kreyzig

# re: Free OCR software? You may already have it...

Thanks for sharing this. I've had this all along and never had a clue that it could do OCR. It has helped me at work and I didn't have to request a software purchase. God Bless

Tuesday, February 03, 2009 5:03 PM by hi

# re: Free OCR software? You may already have it...

We were using Microsoft Office Document Imaging. But..... I'm installing a new Windows Server 2008 (x64) Terminal server. Now the Document Imaging software doesn't work anymore. It is installed (Document Image Writer is no longer installed) but when i start it, it disable the mouse in a TS session (you can move the mouse but you can't click / select anything). The only way to get your mouse back is to close the software by using Alt-F4. Then you have your back. When you try to run the software on your console it freeze your mouse totally. (you can get it back by closing the software using Alt-F4) I've already try to use the compatabillity mode but this doesn't help. Does anybody experience this? Is there a otfix / workaround for this?  

Dito, same setup no solution. Need this resolved by MS tbh

Friday, February 06, 2009 8:07 AM by i-Dash

# re: Free OCR software? You may already have it...

Thank you. This advice saved me a whole bunch of time.

Friday, February 06, 2009 1:51 PM by Anonymous

# re: Free OCR software? You may already have it...

You are a gentleman and a scholar. Thank you for this valuable information!

Wednesday, February 11, 2009 4:22 PM by DavidP

# re: Free OCR software? You may already have it...

You sir, are a hero!

Small info for those who don't find MODI; I did not at first, then went to MS help pages. For Office 2007, MODI is not installed by default. You want to find you installation CD and select it again in order to install it.

The last thing I need is a software that turns PDF files into image files.

Saturday, February 28, 2009 11:38 PM by Victor Noagbodji

# re: Free OCR software? You may already have it...

Excelent tip, Thanks,

you may want to try an OCR implementation OVER the Tesseract called:

FreeOCR.net V2.6 Free PDF OCR Software

Last Updated Jan 2009, using the Tesseract engine v2.03

It works smoothky and even reads PDF files

Monday, March 02, 2009 9:41 AM by Moshe

# re: Free OCR software? You may already have it...

Worked like charm!  Thanks!

Tuesday, March 03, 2009 4:47 PM by Bill

# re: Free OCR software? You may already have it...

I typed in OCR software into Google, and this page was about result number 7 on the hit list - and it deserves to be! Thanks for a really useful article, Jon.  

Thursday, March 05, 2009 10:59 PM by John C

# re: Free OCR software? You may already have it...

Thanks! I also didnt kew about it.

Wednesday, March 11, 2009 6:45 AM by Stelmo

# re: Free OCR software? You may already have it...

i want this software

Wednesday, March 11, 2009 3:36 PM by mohamed

# re: Free OCR software? You may already have it...

Thankfully, this is up to #2 on Google's "free ocr" search! Who knew that MS could actually have usable software?

Wednesday, March 11, 2009 5:13 PM by Jeremy Eble

# re: Free OCR software? You may already have it...

Outstanding! This just saved me hours of research trying to purchase the right product, not to mention the money it will save my company.

Friday, March 13, 2009 5:23 PM by Jesse

# re: Free OCR software? You may already have it...

Brilliant, Like many here, You've just saved me a lot of time & money. OCR software that came with My New Multi Function Canon Pixma 980 isn't that good but this method will do better.

Thank You,

Sunday, March 15, 2009 7:49 AM by Big M

# re: Free OCR software? You may already have it...

What if for some reason your version doesn't have Microsoft Document Imaging?  I have 2007 student edition.  Is it possible to get it somehow?

Thanks?

Sunday, March 15, 2009 10:33 PM by Wayne

# re: Free OCR software? You may already have it...

hi jon,

I need your help.

I am searching for a software which will recognise the text in the image file.

I am having over 800 pages of scanned images which are in gif format.. i have tried to use the microsoft office document image writer and it does not recognise even a single character.

it is the same with the abbyy fine reader.

i have not used any other software.

i dont care if it does not preserve the formatting. it is enough if it just recognises the characters.

i am guessing that if the font on the paper is not installed in the computer then no software will recognise the characters. am i right?...

Tuesday, March 17, 2009 3:38 AM by Srikanth

# re: Free OCR software? You may already have it...

I have Office 207 but no applications under the MODI/12 folder! Also, someone said that Office Onenote 2007 has OCR: I cannot find it there and the Help menu does not tell you anything about it. But thanks anyway!

Saturday, March 21, 2009 12:03 AM by Hans Baer

# re: Free OCR software? You may already have it...

Quite a useful post. I will check out the Microsoft's Imaging thing.

My Recent Post: <A href="infobybvc.blogspot.com/.../kaushalya-mata-vindhyeshwari-mata.html">Kaushalya Mata (Vindhyeshwari Mata)</A>

My Blog: <A href="infobybvc.blogspot.com/">Funny, Rare, Artistic, Unique, Weird, Creative</A>

<A href="http://www.birdsntree.com">Birdhouses, Birdfeeders, Birdbath</A>

Monday, March 23, 2009 4:04 AM by Bhavesh Chhatbar

# re: Free OCR software? You may already have it...

Doesn't come with Office 2007 - they've replaced it with Microsoft Ofice Picture Manager. I still have a MODI folder, with a 12 folder below, but there's no .exe file to run it (the folder may be left over from a previous installation of Office 2003 before I obtained the pc).

Tuesday, March 24, 2009 4:30 PM by Bill

# re: Free OCR software? You may already have it...

Very helpful.  Saved me hours of typing.  Any idea whether Office 2008 for Mac has a programme similar to Microsoft Office Document Imaging?   If so, any idea how to access it?

Tuesday, March 24, 2009 4:40 PM by Tony

# re: Free OCR software? You may already have it...

Thanks, I'm surprised Microsoft doesn't advertise this a bit better. For Office 2007 on XP, I went to "Add/Remove Programs", clicked "Change" for Office 2007, and added the Office Document Imaging components. Now MODI is in the start menu (part of Microsoft Office Tools). It works reasonably well and definitely saved me a lot of time.

Sunday, March 29, 2009 8:36 PM by Sumit

# re: Free OCR software? You may already have it...

Ta very much, you have helped me out heaps with this!

Monday, March 30, 2009 5:46 PM by Andrew Robbins

# re: Free OCR software? You may already have it...

This is a great tip. I was just searching the net for info on OCR, and by accident stumbled on your page. I just have to find the easiest way to get table data into Exel.

Good times to all.

Tuesday, March 31, 2009 3:21 AM by Kim

# re: Free OCR software? You may already have it...

I like the OCRTools application. Its free, and it converts the whole image to text, or you can select a portion to convert. The new version is pretty good. Its at www.ocrtools.com

Thursday, April 02, 2009 12:01 AM by Roger

# re: Free OCR software? You may already have it...

Great, saved me time and money. THANKS A LOT!!

Friday, April 03, 2009 2:16 PM by Fred

# re: Free OCR software? You may already have it...

Does this support Japanese characters?

Friday, April 10, 2009 7:49 AM by Jam

# Why batsmen are preferred over bowlers as captains? - Page 3 - Cricket Web

Pingback from  Why batsmen are preferred over bowlers as captains? - Page 3 - Cricket Web

Leave a Comment

(required) 
(required) 
(optional)
(required)