HTMLSynthesisModeEnum

HTMLSynthesisModeEnum enumeration constants are used to denote available modes of synthesizing HTML code from the recognized text.

typedef enum {
 HSM_PlainText,
 HSM_FormattedStream,
 HSM_FlexibleLayout,
 HSM_ExactCopy
} HTMLSynthesisModeEnum;
    

Elements

Name Description
HSM_ExactCopy The output HTML file maintains the formatting of the original document.
HSM_FlexibleLayout The whole structure of the document is retained in the output HTML file.
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 with the use of the <p> tag.

Used in

IHTMLExportParams::HTMLSynthesisMode

24.03.2023 8:51:52

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.