MBIOcrLayoutSubview

@protocol MBIOcrLayoutSubview <NSObject>

Protocol for processing MBIOcrLayout. Subviews implementing this protocol process and draw layout data on the screen (e.g. dots or OCR characters)

  • This method should be called when MBIOcrLayout is obtained and needs to be drawn/redrawn.

    Declaration

    Objective-C

    - (void)ocrLayoutObtained:(MBIOcrLayout *)ocrLayout
               withIdentifier:(NSString *)identifier;

    Swift

    func ocrLayoutObtained(_ ocrLayout: MBIOcrLayout!, withIdentifier identifier: String!)