Main Page: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
 
(124 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{|class="attn-box" style="margin:auto !important"
|
⚠
|
'''ATTENTION GROOPER WIKI USERS'''
Visitors to the Grooper Wiki must have an account in order to read articles.  If you do not have an account, you can request one by performing the following steps:
# Visit the [[Special:RequestAccount|Request Account]] page and fill out the request form.
# After submitting the form, you will receive an email from bismail@bisok.com asking you to confirm your email address.
#* You ''must'' confirm your email address for your login to be approved.
# Your request will be reviewed for approval.
#* You must be an active Grooper client or partner for your account to be approved.
#* You must sign up using an email address from an active Grooper client or partner.
#* Requests from personal accounts (gmail.com, yahoo.com, etc.) will always be rejected.
# Upon approval, you will receive a second email from bismail@bisok.com with a temporary password.
# Log into the Grooper Wiki using this temporary password.  After which, you will be prompted to enter a new password of your choosing.
# You're done!  At this point you will have an active Grooper Wiki account and can view our catalog of articles.
|}
{|cellpadding="15" cellspacing="10" width="100%"
{|cellpadding="15" cellspacing="10" width="100%"
|-style="background-color:#f89420; color:white; font-size:16pt"
|-style="background-color:#f89420; color:white; font-size:16pt"
Line 4: Line 23:
|-style="background-color:#fde6cb" valign="top"
|-style="background-color:#fde6cb" valign="top"
|rowspan="3" style="width:75%"|
|rowspan="3" style="width:75%"|
Grooper is a software application that helps organizations innovate workflows by integrating difficult data.
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.


Grooper empowers rapid innovation for organizations processing and integrating large quantities of difficult data. Created by a team of courageous developers frustrated by limitations in existing solutions, Grooper is an intelligent document and digital data integration platform. Grooper combines patented and sophisticated image processing, capture technology, machine learning, and natural language processing. Grooper – intelligent document processing; limitless, template-free data integration.
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.


|Introduction to Grooper
|[https://xchange.grooper.com/categories/downloads-and-resources Downloads at Grooper x Change]
|-style="background-color:#fde6cb" valign="top"
|-style="background-color:#fde6cb" valign="top"
|[[Install and Setup]]
|[[Install and Setup]]
|-style="background-color:#fde6cb" valign="top"
|-style="background-color:#fde6cb" valign="top"
|[http://grooper.bisok.com/Documentation/2.80/Main/HTML5/index.htm#t=Start_Page.htm 2.80 Reference Documentation]
|[https://learn.grooper.com Grooper University]
|}
|}
{|cellpadding="15" cellspacing="10"
{|cellpadding="15" cellspacing="10"
|-style="background-color:#36b0a7; color:white; font-size:16pt"
|-style="background-color:#36b0a7; color:white; font-size:16pt"
|style="width:50%"|'''Featured Article'''||'''Did you know?'''
|style="width:50%"|'''Featured Articles'''||'''Did you know?'''
|-style="background-color:#d8f3f1" valign="top"
|-style="background-color:#d8f3f1" valign="top"
|
|
[[File:OpenAI Logo.svg.png|right|thumb|250px|Enhancing Grooper by integrating with modern AI technology.]]
<blockquote>
<blockquote>
<span style="font-size:14pt">'''[[Data Type]]'''</span>
[[GPT Integration]]
</blockquote>
</blockquote>
[[file:data type 1.png|frame|A sample Data Type extractor in the Node Tree]]
[https://openai.com/ OpenAI GPT] integration in '''Grooper''' allows users to leverage modern AI technology to enhance their document data integration needs.


Data Types are [[Data Extractor]]s that use [[Regular Expression|regular expression]] to match text on a document, returning and collating the results. 


The matching pattern or patterns will return as a list of values.  The returned values can be further collated, isolated, and manipulated by configuring the properties of the Data Type. Data Types have a variety of uses in Grooper.  Not only are they used to extract individual fields or information, but can be used to separate pages into document folders, classify documents, and more.
OpenAI's GPT model has made waves in the world of computing. Our '''Grooper''' developers recognized the potential for this to grow '''Grooper's''' capabilities. Adding its functionality will allow for users to explore and find creative solutions for processing their documents using this advanced technology.
|When fuzzy matching a pattern in Grooper, the regex in the lookahead and lookbehind patterns are also fuzzy matched.
|
 
Using standard RegEx, this pattern only matches the word "grooper" if it starts at the beginning of a new line (Using the lookahead pattern <code>\n</code>) and ends at the end of a line (using the lookbehind pattern <code>\r</code>).
 
{|style="margin:auto"
|[[File:Fuzzy lookbehind 1.png|border|250px]]||[[File:Fuzzy lookbehind 2.png|border|250px]]
|}


However, if you use FuzzyRegEx mode, the characters in the lookahead and lookbehind are also included as potential character swaps.
[[File:Antikythera.jpg|left]]


[[File:Fuzzy lookbehind 3.png|center|border|250px]]
Is this a computer?


In this case, the <code>\r</code> in the lookbehind was swaped for the colon character after "grooper".
Maybe!  This is an artifact known as the "Antikythera mechanism".  Discovered in a shipwreck off the coast of the Greek island Antikythera in 1901, it is thought to be the oldest known example of an analogue computer.


In other words, it's not just the value pattern <code>grooper</code> that is fuzzy matched, but <code>\ngrooper\r</code> with the characters in the lookahead and lookbehind patterns included.
The instrument is a device called an "orrery", a mechanical model of the Solar System used to predict the motions of the planets and Earth's moon.  The shipwreck it was found it has been dated to occurred between 70 and 60 BC. However, the Antikythera mechanism itself may be as old as 205 BC!
|}
|}


{|cellpadding="15" cellspacing="10"
{|cellpadding="15" cellspacing="10"
|-style="background-color:#f89420; color:white; font-size:16pt"
|-style="background-color:#f89420; color:white; font-size:16pt"
|style="width:50%"|'''New in 2.8'''||'''Featured Use Case'''
|style="width:50%"|'''New in Version 2023.1'''||'''Featured Use Case'''
|-style="background-color:#fde6cb" valign="top"
|-style="background-color:#fde6cb" valign="top"
|
|
New [[Microfiche Processing]] capabilities including
[[File:Grooper-Logo-23 1-F.png|right|300px|https://wiki.grooper.com/index.php?title=What%27s_New_in_Grooper_2023.1]]
* Three new batch activities specifically designed for microfiche processing
 
** [[Initialize Card]]
Grooper version 2023.1 is here! This version continues to put Grooper at the forefront of intelligent document processing.
** [[Detect Frames]]
** [[Clip Frames]]
* Two new IP commandsWhile these are not strictly limited to microfiche processing they were created with microfiche processing in mind.
** [[Extract Page]]
** [[Scratch Removal]]


Two additional batch activities
* [[Recognize]] - Combining the old OCR and PDF Extract activities.
* [[Generate PDF]] - Generating PDF content from processed documents, including native-PDF element creation (such as signature widgets).


Two additional IP commands
Improvements include:
* [[Shape Removal]]
* [[Shade Removal]]


New extraction methods available to data fields
* Expanded web client functionality
* [[Anchored Extract]]
** Including "light mode" theming and improved scripting capabilities!
* [[Anchored OMR]]
* New "Secondary Types" functionality
* [[Find Barcode]]
** Assign multiple Document Types to Grooper documents!
* [[Read Barcode]]
* EDI and XML schema integrations
* [[Zonal Extract]]
** Easily process files using EDI and XML schemas!
* Increased '''Review''' capabilities in the web client
* Improvements to Grooper's table extraction, label set functionality, lookup capabilities, and more!


Simpler and expanded [[Database Lookup]] capabilities.


Expression based [[Field Mapping]] between data elements and their locations in external storage platforms, allowing for easier data formatting and exporting of batch processing metadata.
For more information on these and other improvements, visit the [[What's New in Grooper 2023.1]] article.
|
|
<blockquote style="font-size:14pt">
[[File:Banking-financial-document-automation.png|200px|right|link=https://www.bisok.com/case-studies/financial-document-automation/]]
Data Extraction In Action: Saving Hundreds of Thousands of Dollars in 6 Months
 
<blockquote>
'''See How One of the Southwest’s Top Credit Unions Leverages Financial Document Automation & Saves Thousands of Hours'''
</blockquote>
</blockquote>


Slowed by expensive and tedious data workflows with its current capture
While other credit unions rely on tedious and error-prone manual data entry (or sub-par software) to input member information into their systems, Del Norte Credit Union has been using modern Financial Document Automation since 2018 to easily get member data off of dozens of kinds of documents – and improving the member experience.
system, Oklahoma State University chose Grooper. They saw a quick
return on investment, modernized data applications, streamlined student
record processing in many ways, and can communicate with prospective
students faster.


Key Outcomes
As a financial institution with many branch offices and thousands of members, Del Norte has built a better digital banking experience that provides excellent service and ever-improving technology.
* Reduced Months of Work in Admissions
* Fully Automated Transcript Processing
* Increased Enrollment Possibilities
* Software Flexibility Leads to Cost Savings
* Meet Project Deadlines
* Increased Workflow Efficiency with Smart Document Classification
* Easy Multi-Campus Deployment
* Simplified, Economical Data Migration
* Protection of Sensitive Information


[https://www.bisok.com/case-studies/database-extraction-case-study/ You can access the full case study clicking this link].
In this financial document automation case study, discover:
* How many thousands of hours of painstaking work a year that the credit union has eliminated
* The dozens of kinds of financial document forms that are being automated
* How real financial automation works to improve services for all members
[https://www.bisok.com/case-studies/financial-document-automation/ You can access the full case study clicking this link].
|}
|}
 
<!--
 
{|cellpadding="15" cellspacing="10" width="100%"
{|cellpadding="15" cellspacing="10" width="100%"
|-style="background-color:#36b0a7; color:white; font-size:16pt"
|-style="background-color:#36b0a7; color:white; font-size:16pt"
|colspan="4"|'''Other Resources'''
|colspan="4"|'''Other Resources'''
|-style="background-color:#d8f3f1" valign="top"
|-style="background-color:#d8f3f1" valign="top"
|style="width:25%"|
|style="width:33%"|
* [https://xchange.grooper.com Grooper x Change]
* [https://xchange.grooper.com Grooper x Change]
* [https://xchange.grooper.com/categories/downloads-and-resources Grooper Downloads] - Including Grooper installer files
* [https://xchange.grooper.com/categories/downloads-and-resources Grooper Downloads] - Including Grooper installer files
* [https://www.bisok.com/grooper-data-integration-platform/ Grooper.com]
* [https://www.bisok.com/grooper-data-integration-platform/ Grooper.com]
|style="width:25%"|
|style="width:33%"|
* [http://grooper.bisok.com/Documentation/2.80/Main/HTML5/index.htm#t=Start_Page.htm 2.80 Reference Documentation]
* [https://grooper.bisok.com/Documentation/21.0/index.htm#t=Start_Page.htm 2021 Reference and SDK Documentation]
* [http://grooper.bisok.com/Documentation/2.80/SDK/HTML5/index.htm#t=Developer_Reference.htm 2.80 SDK Documentation]
* [https://grooper.bisok.com/Documentation/2.90/Main/HTML5/index.htm#t=Start_Page.htm 2.90 Reference Documentation]
|style="width:25%"|
|style="width:33%"|
* [https://go.bisok.com/summer-of-grooper-2019-events-overview Summer of Grooper Webinars]
* [https://blog.bisok.com/webinars Webinars and Video]
* [https://www.bisok.com/white-papers/ BIS White Papers]
* [https://www.bisok.com/white-papers/ BIS White Papers]
* [https://www.bisok.com/case-studies/ Case Studies]
* [https://www.bisok.com/case-studies/ Case Studies]
* [https://go.bisok.com/learning-center BIS Blog]
* [https://go.bisok.com/learning-center BIS Blog]
|style="width:25%"|
* [[ACE Training Schedule]]
|}
|}



Latest revision as of 10:34, 1 April 2024

ATTENTION GROOPER WIKI USERS

Visitors to the Grooper Wiki must have an account in order to read articles. If you do not have an account, you can request one by performing the following steps:

  1. Visit the Request Account page and fill out the request form.
  2. After submitting the form, you will receive an email from bismail@bisok.com asking you to confirm your email address.
    • You must confirm your email address for your login to be approved.
  3. Your request will be reviewed for approval.
    • You must be an active Grooper client or partner for your account to be approved.
    • You must sign up using an email address from an active Grooper client or partner.
    • Requests from personal accounts (gmail.com, yahoo.com, etc.) will always be rejected.
  4. Upon approval, you will receive a second email from bismail@bisok.com with a temporary password.
  5. Log into the Grooper Wiki using this temporary password. After which, you will be prompted to enter a new password of your choosing.
  6. You're done! At this point you will have an active Grooper Wiki account and can view our catalog of articles.
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.

Downloads at Grooper x Change
Install and Setup
Grooper University
Featured Articles Did you know?
Enhancing Grooper by integrating with modern AI technology.

GPT Integration

OpenAI GPT integration in Grooper allows users to leverage modern AI technology to enhance their document data integration needs.


OpenAI's GPT model has made waves in the world of computing. Our Grooper developers recognized the potential for this to grow Grooper's capabilities. Adding its functionality will allow for users to explore and find creative solutions for processing their documents using this advanced technology.

Is this a computer?

Maybe! This is an artifact known as the "Antikythera mechanism". Discovered in a shipwreck off the coast of the Greek island Antikythera in 1901, it is thought to be the oldest known example of an analogue computer.

The instrument is a device called an "orrery", a mechanical model of the Solar System used to predict the motions of the planets and Earth's moon. The shipwreck it was found it has been dated to occurred between 70 and 60 BC. However, the Antikythera mechanism itself may be as old as 205 BC!

New in Version 2023.1 Featured Use Case
https://wiki.grooper.com/index.php?title=What%27s_New_in_Grooper_2023.1
https://wiki.grooper.com/index.php?title=What%27s_New_in_Grooper_2023.1

Grooper version 2023.1 is here! This version continues to put Grooper at the forefront of intelligent document processing.


Improvements include:

  • Expanded web client functionality
    • Including "light mode" theming and improved scripting capabilities!
  • New "Secondary Types" functionality
    • Assign multiple Document Types to Grooper documents!
  • EDI and XML schema integrations
    • Easily process files using EDI and XML schemas!
  • Increased Review capabilities in the web client
  • Improvements to Grooper's table extraction, label set functionality, lookup capabilities, and more!


For more information on these and other improvements, visit the What's New in Grooper 2023.1 article.

See How One of the Southwest’s Top Credit Unions Leverages Financial Document Automation & Saves Thousands of Hours

While other credit unions rely on tedious and error-prone manual data entry (or sub-par software) to input member information into their systems, Del Norte Credit Union has been using modern Financial Document Automation since 2018 to easily get member data off of dozens of kinds of documents – and improving the member experience.

As a financial institution with many branch offices and thousands of members, Del Norte has built a better digital banking experience that provides excellent service and ever-improving technology.

In this financial document automation case study, discover:

  • How many thousands of hours of painstaking work a year that the credit union has eliminated
  • The dozens of kinds of financial document forms that are being automated
  • How real financial automation works to improve services for all members

You can access the full case study clicking this link.