Enum ObjectCharacterRecognitionMode Contains the values of the 3 allowed options for Object Character Recognition Namespace: PnP.Core.Admin.Model.SharePoint Assembly: PnP.Core.Admin.dll Syntax public enum ObjectCharacterRecognitionMode : int Disabled State 0: Disabled. OCR for the tenant is disabled. Default ExclusionList State 2: ExclusionList. OCR for the tenant is filtered to a list of excluded items InclusionList State 1: InclusionList. OCR for the tenant is filtered to a list of included items