HTMLSynthesisModeEnum (COM-based API
HTMLSynthesisModeEnum enumeration constants are used to define available modes of synthesizing of HTML code from the recognized text.
enum HTMLSynthesisModeEnum {
HSM_PlainText = 0,
HSM_FormattedStream = 1,
HSM_FlexibleLayout = 2
};
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
26.03.2024 13:49:49