--caesar cat. write an optical character recognition application that identifies and recognizes...

11
TEXT RECOGNITION --Caesar Cat

Upload: maurice-gibbs

Post on 29-Dec-2015

213 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

TEXT RECOGNITION--Caesar Cat

Page 2: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Definition

Write an optical character recognition application that identifies and recognizes printed text within an image

Page 3: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

First of All

Text Only With Picture

OR

Page 4: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Steps of Identifying Text Only

Color Analysis

Denoising

Cut Lines

Cut Words

Cut Chars

Send Char to OCR Engine

Using Returned Chars to Produce the Text.

Correct the Output

Page 5: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Cut Lines

Page 6: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Cut Words

Page 7: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Cut Chars

Page 8: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

OCR Engines

Microsoft MODI Free Need to Install with Office 2003

Tesseract by Google Open Source

Page 9: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Steps of Identifying Text w/ Picture

Range the Text Area

Pick the Text Color

Apply the Steps of Identifying Text Only

Page 10: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Some Issues

Page 11: --Caesar Cat.  Write an optical character recognition application that identifies and recognizes printed text within an image

Since this is informal, let’s stop here. Any questions and suggestions.