Visual Components for FlexiCapture Engine 10 Hello
- Language:
- EN
- Product-Line:
- FlexiCapture Engine
- Version:
- 10, 11
- Platform:
- Windows
- Type:
- Knowledge Base & Support
- KB-Type:
- Code Samples Collection
- KB-Topic:
- Monitoring
- Category:
- OCR: Speed & Quality, Verification & User Interaction
- Image:
This sample shows the main steps you need to perform to construct a user interface of a data capture application from ABBYY FlexiCapture Engine Visual Components. This sample uses FlexiCapture Processor for documents processing.
Description
The sample recognizes a document using FlexiCapture Processor and displays recognized document in the DocumentView component. The sample also shows how to start data verification in the VerificationView component. Do the following:
- Add DocumentView component to the form of your application.
- Load ABBYY FlexiCapture Engine. You can create the Engine object using the InprocLoader object. See other possible ways in Different Ways to Load the Engine Object.
- In order to initialize DocumentView, use the Engine property of the DocumentView component.
- Recognize a document using FlexiCapture Processor. You can use the same procedure as described in the Hello sample.
- Use the Document property of the DocumentView component to connect recognized document.
- Start verification using the StartVerification method of the VerificationView component.
- Clean all resources used during verification using the EndVerification method of the VerificationView component.
- Unload all components and the Engine object.
Related Articles
- visual_components_fce – similar sample
- Samples
- Download