Void MaxGapInLine( Distance ) | Sets the maximum distance between neighboring characters. |
Void AllowChoppedWords( Logic ) | This flag specifies whether text objects which do not fit entirely within the left and right boundaries should be included into the hypothesis. Example: The code below tell the program that it may look for the element among the text objects that only partially fit within the search area. AllowChoppedWords(True); |
Void MinQuality( Real ) | Sets the minimum quality of the hypothesis. |
Void MaxXOutsidePart( Real ) | Specifies the part of the character that may extend beyond the search area horizontally. The part of the character is specified by a number from 0 to 1. Those characters are included in the hypothesis that have the specified or smaller part outside the search area. |
Void MaxYOutsidePart( Real ) | Specifies the part of the character that may extend beyond the search area vertically. The part of the character is specified by a number from 0 to 1. Those characters are included in the hypothesis that have the specified or smaller part outside the search area. |
Void IgnoreSeparators( Logic ) | This flag specifies whether to ignore separators during assembly of the paragraph. If the value is set to True, paragraphs that contain separators are not splitted. |
Void MinLineWidth( Distance ) | The minimum width of the line. Applies during concatenation of lines in a paragraph. Lines that do not satisfy the condition are excluded. |
Void MaxLineWidth( Distance ) | The maximum width of the line. Applies during concatenation of lines in a paragraph. Lines that do not satisfy the condition are excluded. |
Void MinLinesCount( Int ) | The minimum number of lines in the paragraph. |
Void MaxLinesCount( Int ) | The maximum number of lines in the paragraph. |
Void Alignment( Alignment ) | Specifies the type of alignment: Alignment_Left - aligned to the left, Alignment_Right - aligned to the right, Alignment_Justified - justified, Alignment_Center - center alignment. |
Void MaxAlignmentError( Distance ) | The admissible error of alignment. Is calculated as the difference between the maximum and minimum coordinates of the corresponding line edge (the edge is defined by the alignment type). |
Void AllowFirstLineIndent( Logic ) | The admissible error of alignment. Is calculated as the difference between the maximum and minimum coordinates of the corresponding line edge (the edge is defined by the alignment type). |
Void MaxFirstLineIndent( Distance ) | Specified whether the first line indent is allowed. When set to True, the first line can be indented for the Alignment_Left, Alignment_Right and Alignment_Justified alignment types. For the Alignment_Left and Alignment_Justified types, the left indent is allowed. For Alignment_Right, the right indent is allowed. |
Void AllowLastHangingLine( Logic ) | The maximum allowed indent of the first line. If a negative value is specified, a hanging indent is allowed. |
Void MaxInterlineSpace( Distance ) | This flag specifies whether the paragraph can end with a shorter line. When set to True, the minimum length of last line of the paragraph is not restricted. |
Void MaxRelativeInterlineSpace( Real ) | The maximum distance between the neighboring lines expressed as a percentage of the height of the top line. |
Void MaxLineHeightSpread( Real ) | The maximum variation in the height of the lines; calculated as the difference in height between the tallest line and the smallest line divided by the height of the tallest line. |
Void MaxLineLengthSpread( Real ) | The maximum variation in the length of the lines; calculated as the difference in length between the longest line and the shortest line divided by the length of the longest line. |
Void MinHorLineOverlap( Real ) | The minimum horizontal overlap of the neighboring lines; calculated as the length of the common segment of the lines divided by the length of the shortest line |
Void LinesCount( IntFuzzyInterval ) | The number of lines in the paragraph. |
Void FragmentWidth( IntFuzzyInterval ) | The width of the paragraph in characters. |
Void MaxLineHeight( Distance ) | The maximum height of the characters (font size). |
Void MinLineHeight( Distance ) | The minimum height of the characters (font size). |
Void MaxRelativeGapInLine( Real ) | The maximum distance between neighboring characters expressed as a percentage of the line height. |
Void FilterStamp( Logic ) | When recognizing payment documents, stamps placed over text may pose a problem. Typically, a stamp is placed in the bottom right corner of the text. The text fragment with a superimposed stamp is practically illegible and is recognized by the program as bits of phrases which make no sense. To avoid this, do not include the stamped text fragment into the block and key in the text manually from the image (and you won’t have to remove the incorrectly recognized text). When set to True, the program will analyze the bottom right corner of the search area and remove any bits of text that may have been caused by a superimposed stamp. |
Void AllowedTextRotations( TextRotations ) | Specifies a set of orientations of the recognized text in which an element search is allowed. |