180 likes | 382 Views
I.R.I.S. Toolkits. Bring the power of recognition, classification, compression and/or extraction to your application. I.R.I.S. Toolkits.
E N D
I.R.I.S. Toolkits Bring the power of recognition, classification, compression and/or extraction to your application
I.R.I.S. Toolkits I.R.I.S. not only provides applications and solutions but also wants to let integrators and OEM take advantage of these technologies by offering powerful but easy to use software development kits Currently 4 toolkits for integration/OEM are available: • Imaging, recognition and compression toolkit: iDRS SDK • Business card recognition toolkit: CardIris SDK • Fast Document classification toolkit: Fingerprint SDK • Intelligent Document Recognition toolkit: IDR SDK
I.R.I.S. Toolkits Functionality wise, these 4 SDK’s can be subdivided into: • Image enhancement, pre-processing SDK • Character Recognition (OCR, ICR, MICR) SDK • OCR and Document Creation (PDF, HTML, RTF, XPS, ...) SDK • Barcode Recognition (1D, 2D) SDK • Compression (iHQC) SDK • Business Card Recognition (Cardiris) SDK • Fast Document classification Fingerprint SDK • Invoice recognition SDK • Classification/Digital mailroom SDK • Form recognition SDK • FreeForm recognition SDK
OCR/MICR/ICR/BC/ Compression/Document Creation • Comprehensive SDK containing all image pre-processing, recognition, • formatting and compression technologies that I.R.I.S. has to offer • Modular architecture allowing you to select only the modules you need • Multi-platform support – available on Windows, Mac OS X and Linux • Multi-language support – complexity hidden behind an easy-to-use • interface accessible from native C++ or one of the .Net languages (C#, J# • and VB.Net) • Flexible licensing policy – licensing meets your deployment type and size
OCR/MICR/ICR/BC/ Compression/Document Creation
OCR/MICR/ICR/BC/ Compression/Document Creation Latest enhancements • Enhanced OCR Kernel – improved recognition rate for low resolution images in colour or greyscale • Enhanced iHQC formatting for low resolution images • Creation of PDF/A iHQC • New output formats XPS & XPS iHQC • New Arabic engine - multifont • .NET API added.
Business Card Recognition Cardiris SDK • SDK for scanning and recognizing business cards • Easy-to-use COM interface – supports VB and .Net languages • Intelligent field extraction – uses a knowledge database to extract all relevant information like first and last name, city, state, telephone number, job title etc • Various export possibilities – extracted information can easily be exported to Outlook, Lotus Notes, Excel, XML, iPod and many more • Support for scanning business cards with the portable IrisCard scanner
Fast Document Classification Fingerprint classification SDK • Powerful classification SDK - uses only graphical features to classify documents in milliseconds • Details and text information are not relevant – Fingerprint can also be used with bad quality OCR documents like faxes • Uses training to create repositories of learned page layouts • Can deal with large amount of stored fingerprints without affecting classification speed • Easy to use COM interface
Fast Document Classification Fingerprint classification SDK Class A Fingerprint SDK Class B Class C
I.R.I.S. IDR Toolkit Intelligent Document Recognition - • Powerful all-in-one recognition and classification SDK • Fits all document types – freeform, invoices, forms etc • Predefined solution packages - only need to load appropriate configuration to create a fully-fledged document processing application • Provides state-of-the-art classification technologies – classify your documents based on graphical layout (Fingerprint) or context analysis • Very easy-to-use – just a few functions independent of the document type • Multi-language support – elegant interface supporting native C and .Net
I.R.I.S. IDR Toolkit Intelligent Document Recognition - { SP Accounts Payable Init() LoadEnvironment() LoadMasterData() CompileMasterData() InitializeDocument() LoadPage() ProcessDocument() CloseEnvironment() Load predefined ruleset: solution packages SP Human Resources SP Banking SP Factoring SP Capture Plus load image XML
IDR ruleset DESIGNER I.R.I.S. IDR Toolkit Intelligent Document Recognition - Customize ruleset with the designer SP Accounts Payable Init() LoadEnvironment() LoadMasterData() CompileMasterData() InitializeDocument() LoadPage() ProcessDocument() CloseEnvironment() SP Human Resources SP Banking SP Factoring SP Capture Plus load image XML
I.R.I.S. IDR Toolkit Intelligent Document Recognition - Solution packages – ready to use out of the box Solution Package - Accounts Payable Covers invoices with order numbersAble to compare order information with invoice content Solution Package – Factoring Covers invoices without order information Solution Package –Tax Coversinvoices (credit and debit) and perfectlyfits to taxagencieswhich do invoiceprocessing as a service for their clients Solution Package – Orders Covers orders, very often faxes
I.R.I.S. IDR Toolkit Intelligent Document Recognition - Solution packages – ready to use out of the box Solution Package - HR (Human Resources) Covers (classifies) all HR related documents like curriculum vitaes, application letters… Solution Package – Banking Covers (classifies) all customerrelated documents at a banklikeaccountsopening, signature card, credit, mortgage, .. Solution Package - Personalized Post Covers all documents at the mailroomwhichcanbesorted to a person (search the name) or a department (classify documents likeinvoices or orders) by keyword Solution Package – Healthcare Coversinvoices for healthcareinsurancesfromhospitals, doctors, pharmacies ...
I.R.I.S. IDR Toolkit Intelligent Document Recognition - Very easy to use: only 9 functions calls! • Init(): initialize the IDR kernel • LoadEnvironment(): set the current environment for the IDR kernel. • InitializeDocument(): initialize document beforeactualprocessing • LoadPage(): load the document page • ProcessDocument(): process the document. Result is provided as an easy to parse XML stream • CloseEnvironment(): close the currentenvironment • LoadMasterData(): load master data in the Fuzzy DB. • CompileMasterData(): compile the new master data in the Fuzzy DB • ExecuteCommand(): send specific command to Solution Package.
I.R.I.S. IDR Toolkit Intelligent Document Recognition - Only a few lines of code required – C# sample static voidmain() { stringworkingFolder = “C:\\work”; stringconfig =“C:\\config”; stringfileToProcess =“C:\\temp\\test.tif”; Kernelkernel =null; kernel.Init(workingFolder, String.Empty); kernel.LoadEnvironment(config, “noclient”); kernel.InitializeDocument(1,null); kernel.LoadPage(File.ReadAllBytes(fileToProcess)); byte[] resultOut = null; byte[] paramClientOut = null; kernel.ProcessDocument(refresultOut, refparamClientOut); } resultOut byte stream contains the result
I.R.I.S. IDR Toolkit Intelligent Document Recognition - One SDK fits all document types! • All types of documents can be treated with one easy to use SDK • Can be used for classification or extraction • Solution designer can be used to customize existing rulesets or to create new rulesets • Easy to integrate in different environments • Simple integration – only a few API calls
I.R.I.S. Toolkits • Easy integration in third party applications • Lot of samples available • Intellectual property: 100% I.R.I.S. • Flexible on licensing: matching integrator’s business model • iDRS and IDR SDK: modular approach to quickly extend functionalities • IDR SDK: predefined ruleset for • Invoices • Classification • digital mailroom • free-forms,.. • Hundreds of customers already using these SDK’s