OcrTextRotation Enumeration |
This enumeration is used to define coarse rotation of text in a page element.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum OcrTextRotation
Public Enumeration OcrTextRotation
Members
| Member name | Description |
---|
| None | No rotation. |
| Clockwise90 | The text is rotated 90 degrees clockwise. |
| Clockwise180 | The text is rotated 180 degrees clockwise. |
| Clockwise270 | The text is rotated 270 degrees clockwise. |
| CounterClockwise90 | The text is rotated 90 degrees counterclockwise. |
| CounterClockwise180 | The text is rotated 180 degrees counterclockwise. |
| CounterClockwise270 | The text is rotated 270 degrees counterclockwise. |
Remarks Each of these enumerations is defined to have a value that is equal to the rotation in degrees. In the
future, the AtalaOcr name space may support arbitrary rotation of text by degrees. These definitions will then
provide a convenient way to transitions to this model.
See Also