'Declaration Public Enum OcrObjectOrientation Inherits System.Enum
public enum OcrObjectOrientation : System.Enum
__value public enum OcrObjectOrientation : public System.Enum
public enum class OcrObjectOrientation : public System.Enum
'Declaration Public Enum OcrObjectOrientation Inherits System.Enum
public enum OcrObjectOrientation : System.Enum
__value public enum OcrObjectOrientation : public System.Enum
public enum class OcrObjectOrientation : public System.Enum
Member | Description |
---|---|
PageUp | Context (text) of OCR object is written on the image from bottom to top. |
PageRight | Context (text) of OCR object is written on the image from left to right. Used for latin languages. |
PageDown | Context (text) of OCR object is written on the image from top to bottom. Used for asian languages. |
PageLeft | Context (text) of OCR object is written on the image from right to left. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.Ocr.Results.OcrObjectOrientation
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5