AltoExportSettings Object (Web Services API)
This object provides functionality for configuring the export of recognized text to Alto XML format. The AltoExportSettings object is a child object of the OutputFormatSettings object and inherits all its properties.
Properties
Name | Type | Description |
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. |
FormatVersion | AltoFormatVersionEnum | ALTO version. |
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. |
PagePerFile | Integer |
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. |
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. |
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