View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_2_] Dave Peterson[_2_] is offline
external usenet poster
 
Posts: 420
Default Importing a JPEG image to excel as matrix

You may be able to use your scanner's OCR program if it can read .jpg files.

If it can't, maybe you could print it and then scan it and then use the OCR program.

Either way, I'd invest a lot of time checking that data. I've never seen an OCR
program that was 100% accurate.



On 07/16/2011 14:50, qia li wrote:
HI guys,
Is there a way to convert a JPEG image into a matrix of integers (code
index)?

Thanks


--
Dave Peterson