The style of a text zone.
enum L_OcrTextStyle{L_OcrTextStyle_Normal,L_OcrTextStyle_Header,L_OcrTextStyle_Footer,L_OcrTextStyle_Heading,};
Normal (flow text).
In header section of the page. Usually smaller font.
In footer section of the page. Usually smaller font.
Heading is a text by itself. You can use OcrZone.FontRatio to calculate the type of the heading (h1, h2, h3, etc).