Table of Contents

Getting started with TMS FNC WX OCR

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.

Add the component

  1. Drop TTMSFNCWXOCR from the component palette onto a form (non-visual).
  2. Assign OnFinished to receive the recognition result.
  3. Assign OnProgress to track recognition progress.

Recognise text from a file

{ In a button's OnClick handler: }
OCR1.RecognizeFromFile('C:\Images\document.png');

Next steps

  • Guides — result structure, progress events, and error handling.
  • API reference — full class reference.