Main Page: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 22: Line 22:
|
|
<blockquote style="font-size:14pt">
<blockquote style="font-size:14pt">
''[[Read Zone]]''
''[[Fuzzy RegEx]]''
</blockquote>
</blockquote>


''Read Zone'' allows you to extract text data in a rectangular region (called a "extraction zone" or just "zone") on a document.  This can be a fixed zone, extracting text from the same location on a document, or a zone relative to an extracted text anchor or shape location on the document.
''Fuzzy RegEx'' (also referred to as "fuzzy matching" or "fuzzy mode" or even just "fuzzy") allows regular expression patterns to match text within a set percentage of similarity.  This can allow Grooper users to overcome unpredictable [[OCR]] errors when extracting data from documents.


''Read Zone'' is a '''''Value Extractor''''' option available to '''[[Data Field]]s''' in a '''[[Data Model]]'''It is also an option for the '''''Positive Extractor''''' and '''''Negative Extractor''''' properties of a '''Document Type'''.
Typically, regular expression will either match a string of text or it won't.  If you're trying to match a word and the regex pattern is even a single character off from the text data, you will not return a result.
 
''Fuzzy RegEx'' uses a [https://en.wikipedia.org/wiki/Levenshtein_distance Levenshtein distance] equation to measure the difference between the regular expression and potential text matchesThe percentage difference between the regex pattern and the matched text is expressed as a "confidence score" (also as a percentage).  If the confidence is above a set threshold, the result is returned.  If it is below the threshold, it is discarded. 
 
For example, a text string that is 95% similar to the regex pattern may be off by just a single character.  If the '''''Minimum Similarity''''' threshold is set to ''90%'' the result would be returned, even though the pattern doesn't match the text ''exactly''.
|
|
The earliest examples of OCR (Optical Character Recognition) can be traced back to the  1870s?  Early OCR devices were actually invented to aid the blind.  This included "text-to-speech" devices that would scan black print and produce sounds a blind person could interpret, as well as "text-to-tactile" machines which would convert luminous sensations into tactile sensations.  Machines such as these would allow a blind person to read printed text not yet converted to Braille.
The earliest examples of OCR (Optical Character Recognition) can be traced back to the  1870s?  Early OCR devices were actually invented to aid the blind.  This included "text-to-speech" devices that would scan black print and produce sounds a blind person could interpret, as well as "text-to-tactile" machines which would convert luminous sensations into tactile sensations.  Machines such as these would allow a blind person to read printed text not yet converted to Braille.

Revision as of 09:22, 23 November 2020

Getting Started

Grooper was built from the ground up by BIS, a company with 35 years of continuous experience developing and delivering new technology. Grooper is an intelligent document processing and digital data integration solution that empowers organizations to extract meaningful information from paper/electronic documents and other forms of unstructured data.

The platform combines patented and sophisticated image processing, capture technology, machine learning, natural language processing, and optical character recognition to enrich and embed human comprehension into data. By tackling tough challenges that other systems cannot resolve, Grooper has become the foundation for many industry-first solutions in healthcare, financial services, oil and gas, education, and government.

Getting Started
Install and Setup
2.90 Reference Documentation


Featured Articles Did you know?

Fuzzy RegEx

Fuzzy RegEx (also referred to as "fuzzy matching" or "fuzzy mode" or even just "fuzzy") allows regular expression patterns to match text within a set percentage of similarity. This can allow Grooper users to overcome unpredictable OCR errors when extracting data from documents.

Typically, regular expression will either match a string of text or it won't. If you're trying to match a word and the regex pattern is even a single character off from the text data, you will not return a result.

Fuzzy RegEx uses a Levenshtein distance equation to measure the difference between the regular expression and potential text matches. The percentage difference between the regex pattern and the matched text is expressed as a "confidence score" (also as a percentage). If the confidence is above a set threshold, the result is returned. If it is below the threshold, it is discarded.

For example, a text string that is 95% similar to the regex pattern may be off by just a single character. If the Minimum Similarity threshold is set to 90% the result would be returned, even though the pattern doesn't match the text exactly.

The earliest examples of OCR (Optical Character Recognition) can be traced back to the 1870s? Early OCR devices were actually invented to aid the blind. This included "text-to-speech" devices that would scan black print and produce sounds a blind person could interpret, as well as "text-to-tactile" machines which would convert luminous sensations into tactile sensations. Machines such as these would allow a blind person to read printed text not yet converted to Braille.

The first business to install an OCR reader was the magazine Reader's Digest in 1954. The company used it to convert typewritten sales reports into machine readable punch cards.

It would not be until 1974 that OCR starts to form as we imagine it now with Ray Kurzweil's development of the first "omni-font" OCR software, capable of reading text of virtually any font.


New in 2.9 Featured Use Case

Welcome to Grooper 2.9!
Below you will find helpful links to all the articles about the new/changed functionality in this version of Grooper.

Compile Stats Microsoft Office Integration Document Viewer Separation and Separation Review
Data Review Confidence Multiplier Data Element Overrides Database Export
CMIS Lookup Content Type Filter Output Extractor Key Box (CMIS Binding)
LINQ to Grooper Objects

They’re Saving Over 5,000 Hours Every Year in Data Discovery and Processing


American Airlines Credit Union has transformed their data workflows, quickly saving thousands of hours in electronic data discovery , resulting in much greater efficiency and improved member services.

Discover how they:

  • Quickly found 40,000 specific files among one billion
  • Easily integrated with data silos and content management systems when no other solution would
  • Have cut their mortgage processing time in half (and they process mortgages for 47 branch offices!)
  • Learn from the document and electronic data discovery experts at BIS!

You can access the full case study clicking this link.

Feedback

Feedback

We value your feedback!

Help us improve our product by leaving us a review on Gartner.com.

Click the image to the left to submit a review.


Other Resources