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
Drop TTMSFNCWXOCRHelper from the component palette onto a form.
Link it to the underlying OCR component.
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.