TextTranslator Class |
Namespace: Atalasoft.Ocr
The TextTranslator type exposes the following members.
| Name | Description | |
|---|---|---|
| TextTranslator |
Default Constructor for TextTranslator.
| |
| TextTranslator(TextWhitespaceMode, String, Single, Single, Encoding, Single) | Initializes a new instance of the TextTranslator class with given parameter values. |
| Name | Description | |
|---|---|---|
| CharacterSpaceMaximum |
Property that allows for the getting and setting of the character width scale
| |
| EncodingMethod |
Property that allows for the getting and setting of the text encoding method.
| |
| LineMergeFactor |
Property that allows for the getting and setting of the character height scale.
| |
| LineSpacingCutOff |
Property that allows for the getting and setting of the line space cut off.
| |
| LineTerminator |
Property that allows for the getting and setting of the line terminator.
| |
| Whitespace |
Property that allows for the getting and setting of the Whitespace parameter.
|
| Name | Description | |
|---|---|---|
| CanStream | Checks to see if this translator is capable of streaming. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| Finish | Allow a foreign translator to perform any necessary cleanup. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Prepare | Prepare a foreign translator for translation. | |
| Supported | Get an array of mime types supported by this translator. | |
| Supports | Checks to see if a specific mime type is supported by this translator. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Translate(OcrEngine, OcrDocument, String, Stream, Object) | ||
| Translate(OcrEngine, OcrDocument, String, String, Object) |