MBDocumentProvider

public class MBDocumentProvider : NSObject

Class that describes a document provider It is used to describe what parts of the document can be scanned, what MBRecognizers, what type of document this…

  • Property that is used to tell if the document is fully supported, ie. is in beta

    Declaration

    Swift

    public final let isFullySupported: Bool
  • Type of document provided by this class

    Declaration

    Swift

    public var type: MBDocumentType { get }