Eigenschaften
Returns the Engine object. | ||
Specifies if the colors of the whole text are inverted. This attribute is set to TRUE if the recognized text belongs to a block or table cell that also has the inverted attribute. It may be used in user interface to display the text with white font against the black background. You can edit this property only if the Text object was received via
theITextBlock::Textproperty. Otherwise, the property is read-only. | ||
Provides access to the collection of paragraphs of the Text object. Every Text object, even an empty one, contains a valid subobject of the Paragraphs type. This object is a collection of theobjects and may not contain any elements. The Paragraph object represents a paragraph in the recognized text. It is through this object that the content of the recognized text may be obtained. | ||
Stores the orientation of the text. It is used internally by the ABBYY FineReader Engine when exporting the recognized text. Diese Eigenschaft ist nur nach der Erkennung aussagekräftig, die Orientierung eines bereits erkannten Textes kann jedoch nicht mehr geändert werden. Wenn Sie die Seitenorientierung vor der Erkennung festlegen möchten, verwenden Sie die-Eigenschaft des ImageProcessingParams-Objekts. Um die Textorientierung in einem bestimmten Textblock festzulegen, setzen Sie die-Eigenschaft vor der Erkennung. The only scenario in which you need to set the value of this property is when you wish to insert some additional text which must appear in the exported file. After adding that text, specify its orientation with the help of this property and call some method which performs synthesis before exporting the document. Notes:
|
Methoden
| Name | Beschreibung |
|---|---|
| AppendEmptyParagraph | Fügt am Ende des aktuellen Texts einen leeren Absatz an. |
| GetRange | Gibt eine Kopie des Textbereichs zurück. |
| Remove | Entfernt einen Bereich aus dem aktuellen Text. |
| RemoveAll | Entfernt alle Absätze aus dem aktuellen Text. |
Objektdiagramm
Eingabeparameter
Beispiele
C#-Code
C#-Code
- Linux: CustomLanguage
- Windows: CustomLanguage, RecognizedTextProcessing; sowie in den Demo-Tools: Engine Predefined Processing Profiles
