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

IHTMLExportSettings::HTMLSynthesisMode

26.03.2024 13:49:49

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.