VLDOCRResult

@interface VLDOCRResult

Live results from performing OCR.

  • A string with the live OCR results which can be displayed to the user. This helps the user identity if any characters are not being recognized.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *resultString
  • The image that was processed and produced the resultString. This can be useful for diagnostic purposes to ensure the correct portion of the camera preview is being processed for OCR.

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) UIImage *image;