Improve Forms Processing Text Recognition Results With Regular Expressions
Posted
on Code Project
See other posts from Code Project
Published on Mon, 31 May 2010 20:11:00 GMT
Indexed on
2010/06/01
17:04 UTC
Read the original article
Hit count: 257
Filed under:
Successful forms processing requires high accuracy for recognition rates. Using regular expressions permits the recognition engine to make assumptions on the number of expected characters to return, which improves recognition results. Read this paper to learn how to use them successfully.
© Code Project or respective owner