Table of Contents

Getting started with TMS FNC WX OCR Helper

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.
  • An TTMSFNCWXOCR component or equivalent OCR engine available in the project.

Add the component

  1. Drop TTMSFNCWXOCRHelper from the component palette onto a form.
  2. Link it to the underlying OCR component.
  3. Define selection regions using the SelectionTemplates collection, or allow the user to draw regions interactively.

Define a template region

{ Inside your form's OnCreate: }
{ Add a selection template for a specific image region }
OCRHelper1.SelectionTemplates.Add;
{ Configure the template rectangle and label via the added item }

Next steps

  • Guides — templates, appearance, interactive selection, and result handling.
  • API reference — full class reference.