Click or drag to resize

TextTranslatorCharacterSpaceMaximum Property

Property that allows for the getting and setting of the character width scale
Gets or sets the maximum number of spaces to include in the translated output.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public float CharacterSpaceMaximum { get; set; }

Property Value

Type: Single
Remarks
The character width scale is a multiple which determines how many character widths to ignore. For normal spacing, this should generally be set to 1. For documents with multiple spaces between characters, this number can be increased to make the large space into a single space. Setting this value to 0, creates a justified version of the document.
Remarks
This property a multiple which determines how many character widths to ignore. For normal spacing, this should generally be set to 1. For documents with multiple spaces between characters, this number can be increased to make the large space into a single space. Setting this value to 0, creates a document with no spaces.
See Also