19
PSIGEN PSI:Capture Advanced Data Extraction (ADE) Automate the collection of information from documents.

Canon ADE webinar

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Canon ADE webinar

PSIGEN PSI:Capture

Advanced Data Extraction (ADE)

Automate the collection of information from documents.

Page 2: Canon ADE webinar

Who is PSIGEN?

• Founded in 1995

• Advanced Scanning and Capture

• Connections to 47 Different ECM Platforms

• Most extensive feature set in the industry

Page 4: Canon ADE webinar

Capture

• TWAIN, ISIS, VRS

• Simple Capture Support

• Local/Network• SharePoint

WebDav• Auto-import

• High Speed Scanner Support

• Copiers• Fax Machines• Digital Senders

MFP

Production

Scanning

Desktop Scannin

g

Image Import

Page 5: Canon ADE webinar

Process

•Dynamic control• Foldering• File Naming•Workflow

•Validation•Exceptions processing•Bates Stamping•Redaction

•Automation•OCR•Data Extraction•DB Integrations

•Barcoding•OMR•Routing• Image processing

Capture Index

MigrationQuality Assurance

Page 6: Canon ADE webinar

Migrate

ASCII

Page 7: Canon ADE webinar

Top Trends

• Advanced Data Extraction (ADE)

• 2D Barcoding

• Routing Sheets

• MFP, Fax and Copier “onramping”

• Fax Processing

• Document Harvesting

• Redaction

Page 8: Canon ADE webinar

So why Advanced Data Extraction?

• Time is money• Short time to payback• Automation along with QA provides fastest,

most accurate results.• Inexpensive in comparison to other

technologies in the space• Huge differentiator!!!

Page 9: Canon ADE webinar

Advanced Data Extraction (ADE)How does it all work?

Page 10: Canon ADE webinar

Advanced Data Extraction (ADE)

• Expression matching and extraction• Search, Analyze, Extract and Auto-index• Text parsing and proximity capabilities

Page 11: Canon ADE webinar

Advanced Data Extraction (ADE)

• Utilizes .Net Regular Expressions• Limitless capabilities when combined with

PSI:Capture C# scripting• Also provides Zone OCR filtering capability to

reduce the need for registration on forms

Page 12: Canon ADE webinar

Regular Expressions

Regular expressions is a language utilized to match text patterns.

Based on mathematical theory to provide the simplest method to extract patterns

\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b

Page 13: Canon ADE webinar

Advanced Data Extraction (ADE)How does it all work?

• ^[0-9]{4,8}• (?<=INVOICE.*?)\d+• (?i)(?<=(\s[$A-Z]{1}[0-9]{2}/[$A-Z0-9]{1}[0-9]

{2}/)).+

Page 14: Canon ADE webinar

Advanced Data Extraction (ADE)Example 1 - EOB

Page 15: Canon ADE webinar

Advanced Data Extraction (ADE)Example 1 - EOB

Page 16: Canon ADE webinar

Advanced Data Extraction (ADE)Example 1 - EOB

Page 17: Canon ADE webinar

Advanced Data Extraction (ADE)Example 2 - Proximity

Page 18: Canon ADE webinar

Advanced Data Extraction (ADE)Example 2 - Proximity

Page 19: Canon ADE webinar

Regex Links

• http://regexpal.com/• http://www.regular-expressions.info/• http://www.regexbuddy.com/