Properties
Name | Type | Description |
|---|---|---|
Application | Returns the Engine object. | |
Specifies which font attributes are to be written into files in ALTO format. The default value of this property is FAM_Plain, which means that the only saved attribute is whether a character is subscript or superscript. | ||
Specifies the value of the exported document format version. The default value of this property is AV_Version_20, which means that the ALTO document is exported in 2.0 version. | ||
Specifies whether character, word, block coordinates written into files in ALTO format should be defined on an original image or on an image used for recognition (to which different modifications, e.g., deskewing, were applied). This property is TRUE by default, which means that the coordinates are defined on an original image. Notes:
This is because ALTO format requires the base line position to be described by only one number. In the original coordinates the base line may not be strictly horizontal/vertical, in which case it is impossible to define its position by a single number. |
Methods
| Name | Description |
|---|---|
| CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
| LoadFromFile | Restores the object contents from a file on disk. |
| LoadFromMemory <Note> : Windows only. </Note> | Restores the object contents from the global memory. |
| SaveToFile | Saves the object contents into a file on disk. |
| SaveToMemory <Note> : Windows only. </Note> | Saves the object contents into the global memory. |
Output parameter
This object is the output parameter of the CreateAltoExportParams method of the Engine object.Input parameter
This object is passed as the input parameter to the following methods:- Export, ExportPages, ExportToMemory methods of the FRDocument object
- Export method of the FRPage object
- RecognizeImageFile method of the Engine object
- OnExportPages method of the IDocumentViewerEvents interface for Windows Visual Components
