OCR Microsoft Visual Basic Example Overview

NI OCR Training Interface

OCR Microsoft Visual Basic Example Overview

You can use OCR First Example to perform OCR on an image using the character set file you created with the OCR Training Interface Tutorial.

Complete the following steps to use OCR First Example:

  1. Navigate to <Vision>\Examples\MSVB\2.Functions\OCR or <Vision>\Examples\MSVB.NET\2.Functions\OCR and open the OCR First Example.vbp file, where <Vision> is the location to which you installed NI Vision.
  2. Run the example.
  3. Click Open Character Set File and open the NIOCRTutorial.abc file you created upon completing the OCR Training Interface Tutorial.
  4. Click Open Image, select one of the NIOCRExample* image files, and click Open.
  5. Draw an ROI on the image.
    • Read String displays the recognized characters and the substitution character.
    • Time (ms) displays the amount of time it took OCR to read the image.
  6. Click Quit to exit the example.