AltoExportSettings Object (COM-based API)
This object provides functionality for configuring the export of recognized text to Alto XML format. The IAltoExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
Properties
Name | Type | Description |
TextCoordinatesParticularity | TextCoordinatesParticularityEnum | Specifies how text should be divided: by words or by lines. This property can be set to one of the following values: TCP_Words, TCP_Lines. The default value is TCP_Words. |
FontFormattingMode | FontFormattingModeEnum | Select the desired font formatting mode: plain, restricted or full. This property can be set to one of the following values: FFM_Full, FFM_Plain, FFM_Restricted. The default value is FFM_Plain. |
MeasurementUnit | AltoMeasurementUnitEnum | Specifies the measurement unit used to describe size and coordinates of objects in the output XML file. This property can be set to one of the following values: AMU_Inch1200, AMU_Mm10, AMU_Pixel. The default value is AMU_Pixel. |
FormatVersion | AltoFormatVersionEnum | ALTO version. |
PagePerFile | Long |
The maximum number of pages in an output file. If the value is set to 0, all document pages will be saved to one file. |
ShrinkNestedRectCoordinates | Boolean | True if entity rectangles must be restricted by the nesting hierarchy. |
WriteOriginalImageCoordinates | Boolean | True if geometrical coordinates must be the same as on the original image (i.e. prior to deskewing). |
WriteRenderedImageCoordinates | Boolean | True if character coordinates in the edited text must be rendered. |
WriteWordConfidence | Boolean | True if a wordConfidence attribute must be written for each line. |
See also
26.03.2024 13:49:49