Choosing the Appropriate OCR Zone in VB.NET

This example shows how to choose the appropriate OCR context. OCR context is easy to set and use, and it’s important in the OCR process. Often on your forms, you don’t want to recognize all the text in the document, but only small parts of it — whether it’s a column in a table, a name on a forum, or an additional notes area. You have to inform the OCR engine of the layout type of the data you want to process using OCR.

Information

This code sample is an example that illustrates how to use our SDK. Please adapt it to your specific use case.