Previous in Forum: Any Advise From Archtechs, Building Practical Civil Engieers/or Antbody   Next in Forum: Techniques to Meet a Required Inlet Temperature of Raw Mill and EP in Power Generation
Close
Close
Close
3 comments
Rate Comments: Nested
Power-User
Hobbies - RC Aircraft - New Member Old member.  Heidi;  need to develop paper glider technique.  Use to

Join Date: Nov 2010
Posts: 248

OCR Icon

03/24/2012 6:38 PM

What is the OCR icon? what does it do?

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru
Technical Fields - Technical Writing - New Member Engineering Fields - Piping Design Engineering - New Member

Join Date: May 2009
Location: Richland, WA, USA
Posts: 21017
Good Answers: 795
#1

Re: OCR icon

03/24/2012 7:59 PM

A miniature computer menu picture; clicking on it activates an optical character recognition program.

__________________
In vino veritas; in cervisia carmen; in aqua E. coli.
Register to Reply
Power-User
Hobbies - RC Aircraft - New Member Old member.  Heidi;  need to develop paper glider technique.  Use to

Join Date: Nov 2010
Posts: 248
#2
In reply to #1

Re: OCR icon

03/24/2012 8:15 PM

Thanks

I am now reading Canon CanoScan Lide 110 = Quick Start Guide. And am slowiy getting on to this

From: Richard & Betty Dole *
Subject: how to scan and save the file in Jpeg/tiff/bmp and open the scnned image in an OCR
Date: March 24, 2012 5:03:01 PM PDT

To: *

CR4 Admin - email address removed

From the CR4 Rules: Do not post phone numbers or email addresses. The CR4 Admin will delete all phone numbers and email addresses posted in threads or comments. You can share this information via the CR4 internal messaging system.

Register to Reply
Active Contributor

Join Date: Aug 2013
Posts: 10
#3

Re: OCR Icon

08/06/2013 5:58 AM

Actually, there are two basic types of core OCR algorithm, which may produce a ranked list of candidate characters.
Matrix matching involves comparing an image to a stored glyph on a pixel-by-pixel basis; it is also known as "pattern matching" or "pattern recognition". This relies on the input glyph being correctly isolated from the rest of the image, and on the stored glyph being in a similar font and at the same scale. This technique works best with typewritten text and does not work well when new fonts are encountered. This is the technique the early physical photocell-based OCR implemented, rather directly.
Feature extraction decomposes glyphs into "features" like lines, closed loops, line direction, and line intersections. These are compared with an abstract vector-like representation of a character, which might reduce to one or more glyph prototypes. General techniques of feature detection in computer vision are applicable to this type of OCR, which is commonly seen in "intelligent" handwriting recognition and indeed most modern OCR software. Nearest neighbour classifiers such as the k-nearest neighbors algorithm are used to compare image features with stored glyph features and choose the nearest match.
Software such as Cuneiform and Tesseract use a two-pass approach to character recognition. The second pass is known as "adaptive recognition" and uses the letter shapes recognized with high confidence on the first pass to better recognize the remaining letters on the second pass. This is advantageous for unusual fonts or low-quality scans where the font is distorted (e.g. blurred or faded).You can refer to some professional OCR SDKs for help. And you'd better try its free trial package first then choose one whose way of processing is simple and fast. It can save a lot of time for you. I hope you success. Good luck.

Best regards,

Arron

Register to Reply Score 1 for Good Answer
Register to Reply 3 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

arronlee (1); Heidi (1); Tornado (1)

Previous in Forum: Any Advise From Archtechs, Building Practical Civil Engieers/or Antbody   Next in Forum: Techniques to Meet a Required Inlet Temperature of Raw Mill and EP in Power Generation

Advertisement