HTMLSynthesisModeEnum (Web Services API)
HTMLSynthesisModeEnum enumeration constants are used to define available modes of synthesizing of HTML code from the recognized text.
enum HTMLSynthesisModeEnum {
    HSM_FlexibleLayout,
    HSM_FormattedStream,
    HSM_PlainText
};
Elements
| Name | Description | 
| HSM_FlexibleLayout | Full layout of the input page is retained by using a table. | 
| HSM_FormattedStream | Paragraphs and fonts of the recognized text are retained in the output HTML file. The <p> tag is used. | 
| HSM_PlainText | Only paragraphs are retained in the recognized text by using of the <p> tag. | 
See also
3/26/2024 1:49:49 PM