L_OcrTextDirection

Summary

Determines the direction of text in a zone.

Syntax

enum L_OcrTextDirection 
{ 
   L_OcrTextDirection_LeftToRight, 
   L_OcrTextDirection_RightToLeft, 
   L_OcrTextDirection_TopToBottom, 
   L_OcrTextDirection_BottomToTop, 
}; 
typedef enum L_OcrTextDirection L_OcrTextDirection; 

Members

L_OcrTextDirection_LeftToRight

Text is left to right.

L_OcrTextDirection_RightToLeft

Text is right to left (Arabic or Hebrew for example).

L_OcrTextDirection_TopToBottom

Text is top to bottom (Japanese or Latin vertical text).

L_OcrTextDirection_BottomToTop

Text is bottom to top.

Usage

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS OCR Module - LEAD Engine C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.