Introduction
The Scanbot SDK comes with separate scanners for many specific use cases. Use cases that are not covered by any of these specialized scanners can be tackled with the Text Pattern Scanner module.
The Text Pattern Scanner scans the text (OCR) within a user-defined rectangular area of interest, in consecutive video frames. A customizable block lets you clean up the raw string by filtering it against unwanted characters and OCR noise. Additionally, you can validate the result using pattern-matching or another block.
Use cases for the Text Pattern Scanner module are the scanning of single-line text like IBAN numbers, insurance numbers, dates and other textual data fields that can be easily validated i.e. pattern-matched.
How is the Text Pattern Scanner different from regular OCR? In short, it is more reliable and robust, with higher confidence in text scanning because it accumulates the results of multiple video frames as well as your input from the raw text clean-up block.
Integration
There are two ways to integrate the UI components into your application:
Ready-To-Use UI components (more about RTU UI)
Classic UI components (more about Classic UI)
Take a look at our example apps to see how to integrate the Text Pattern Scanner:
- Ready-To-Use UI: ready-to-use-ui-demo
- Classic UI Components: Text Pattern Scanner example For Live Detection
Want to scan longer than one minute?
Generate a free trial license to test the Scanbot SDK thoroughly.
Get your free Trial LicenseWhat do you think of this documentation?
What can we do to improve it? Please be as detailed as you like.