VLDOCRPeripheral Class Reference

Inherits from VLDPeripheral : VLDModel : NSObject
Declared in VLDOCRPeripheral.h

Overview

The VLDOCRPeripheral class represents OCR peripheral models that can be scanned using VLDOCRPeripheralController.

+ peripheralForID:

Returns the peripheral for the given ID.

+ (VLDOCRPeripheral *_Nullable)peripheralForID:(NSUInteger)peripheralID

Parameters

peripheralID

the ID of the peripheral.

Discussion

Returns the peripheral for the given ID.

Declared In

VLDOCRPeripheral.h

– overlayImage

An overlay image showing the outline of the peripheral and its screen. This image should be displayed on top of the camera preview to assist users in performing OCR.

- (UIImage *_Nullable)overlayImage

Discussion

An overlay image showing the outline of the peripheral and its screen. This image should be displayed on top of the camera preview to assist users in performing OCR.

Declared In

VLDOCRPeripheral.h