Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Optical Character Recoginition

Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Optical Character Recoginition

Some scanners come with OCR software that will save the data to an excel file.

(I'd spend some quality time checking those OCR results, though.)

Some fax software will receive faxes as picture files (.jpg). And you may find
software that essentially acts as the OCR for those .jpg files.

Ron wrote:

Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 79
Default Optical Character Recoginition

On 27 Mag, 01:04, Ron wrote:
Hello all, I have hard copies of Excel data, I do not have a soft
copy. *Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? *Thanks, Ron


Hi Ron.
see: http://www.investintech.com/able2extract.html
but it is not free.
regards
Eliano
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Optical Character Recoginition

And how does this help to get data from a hard copy into Excel?


Gord Dibben MS Excel MVP

On Wed, 26 May 2010 16:53:03 -0700 (PDT), eliano
wrote:

On 27 Mag, 01:04, Ron wrote:
Hello all, I have hard copies of Excel data, I do not have a soft
copy. *Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? *Thanks, Ron


Hi Ron.
see: http://www.investintech.com/able2extract.html
but it is not free.
regards
Eliano


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Optical Character Recoginition

i just got a warning from Norton that the site you posted is unsafe.

Regards
FSt1

"eliano" wrote:

On 27 Mag, 01:04, Ron wrote:
Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron


Hi Ron.
see: http://www.investintech.com/able2extract.html
but it is not free.
regards
Eliano
.



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Optical Character Recoginition

I have an HP Scanjet with IRIS OCR and it does a great job of scanning to a
*.txt file which can be opened in Excel.


Gord Dibben MS Excel MVP

On Wed, 26 May 2010 16:04:12 -0700 (PDT), Ron
wrote:

Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 204
Default Optical Character Recoginition

Yes, I've used www.free-ocr.com with some considerable success in the past.

It's all free and really easy to use.

The next step depends on what the data looked like originally - it might
scan into strings of numbers seperated by spaces/multiple spaces or some
other character

You'll then have to do some find/replace stuff with it (I find word VERY
good for replacing stuff in complex strings), and replace all the spaces
with commas - finally save it as a text file, so that you can open it with
Excel.

LET ME ECHO WHAT DAVE PETERSON SAID THOUGH...
***(I'd spend some quality time checking those OCR results, though.)***
it will have errors in the data

Cheers

Michelle



"Ron" wrote in message
...
Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 204
Default Oh, I forgot to say...

Obviously you'll need to scan it first!


"Ron" wrote in message
...
Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron


  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Oh, I forgot to say...

Thanks everyone..... I now have a good idea of how to go about this
project. This site is awesome... Thanks, Ron

On May 27, 3:02*am, "Michelle" wrote:
Obviously you'll need to scan it first!

"Ron" wrote in message

...



Hello all, I have hard copies of Excel data, I do not have a soft
copy. *Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? *Thanks, Ron- Hide quoted text -


- Show quoted text -


  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default Optical Character Recoginition

Ron:
I have done similar tasks converting paper documents to electronic form.
Here are some ideas:

Scan the document with OCR and create a text file. The text file is usually
"not pretty". Once you do that, then you can write a VB Script (I use
Microsoft Scripting Host 5.6 that comes with Windows) to eliminate double
spaces, etc. OR.. just edit it manually.

If you can get the text file into tab-delimited format, then you can import
it into Excel.
It would be like this:

1234 TAB 1235 TAB 1236 TAB CRLF
1234 TAB 1235 TAB 1236 TAB CRLF
1234 TAB 1235 TAB 1236 TAB CRLF

Excel does well at importing tab delimited files.

It still is a messy job, usually not perfect, so you will need to do
cleanup. We all wish there was a "magic wand" for that function, but
unfortunately, unless the data is really clean and uniform on the paper
documents, it's a challenge.
--
Rich Locus
Logicwurks, LLC


"Ron" wrote:

Hello all, I have hard copies of Excel data, I do not have a soft
copy. Is there a way to convert my paper (hard copies) to digital
format so I can edit the content in Excel? Thanks, Ron
.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 - Formatting text in cell (character by character) TomC Excel Discussion (Misc queries) 0 January 29th 10 07:25 PM
Excel base 10 log for Optical Density vs %T BillO Excel Worksheet Functions 1 April 13th 07 01:44 AM
Error in Excel 2007 while using MS Wireless Note. Optical Mouse 40 pes Excel Discussion (Misc queries) 1 March 7th 07 04:06 AM
Excel-Match 1st text character in a string to a known character? bushlite Excel Worksheet Functions 2 January 15th 07 06:36 PM
importing undelimited text file data, character-by-character The Mos$ Excel Programming 4 December 26th 05 11:01 AM


All times are GMT +1. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"