MBOcrLayoutSubview

@protocol MBOcrLayoutSubview <NSObject>

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

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

    Declaration

    Objective-C

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

    Swift

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