Skip to main content

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.

What do you think of this documentation?