arron lee [https://community.jboss.org/people/arronlee] created the discussion

"Re: Jboss-3.2.OCR2_tomcat.4.1.18"

To view the discussion, visit: https://community.jboss.org/message/830192#830192

--------------------------------------------------------------
I have never used the OCR you mentioned above, so I have never met the errors. 
But I want to share some information about OCR with you:
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  
http://www.yiigo.com/net-document-image-plugin/ocr-plugin/ 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. I t can save a lot of time for you. I hope you success. Good 
luck.

Best regards,

Arron
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/830192#830192]

Start a new discussion in Datasource Configuration at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2077]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to