Zum Hauptinhalt springen
Das Engine-Objekt stellt Methoden zur Erstellung anderer ABBYY FineReader Engine-Objekte bereit.
Wenn Sie mit Programmiersprachen arbeiten, die keine Garbage Collection haben (z. B. C++), müssen Sie entweder Smart-Pointer-Klassen verwenden (siehe die Beispiele in C++ und (COM)) oder Objekte freigeben, die von Erstellungsmethoden erstellt wurden, sobald sie nicht mehr benötigt werden. Vor der Deinitialisierung der Engine müssen Sie alle erstellten Objekte freigeben. Andernfalls gibt die Funktion DeinitializeEngine E_FAIL zurück.
NameBeschreibung
CreateAltoExportParamsErstellt das AltoExportParams-Objekt.
CreateBarcodeParamsErstellt das BarcodeParams-Objekt.
CreateBatchProcessor <Note> Wird unter Linux und Windows unterstützt. </Note>Erstellt das BatchProcessor-Objekt.
CreateBusinessCardSynthesisParamsErstellt das BusinessCardSynthesisParams-Objekt.
CreateCharParamsErstellt das CharParams-Objekt.
CreateClassificationEngineErstellt das ClassificationEngine-Objekt.
CreateComparatorErstellt das Comparator-Objekt.
CreateDocumentInformationDictionaryErstellt das Objekt DocumentInformationDictionary.
CreateDocumentProcessingParamsErstellt das DocumentProcessingParams-Objekt.
CreateEBookExportParamsErstellt das Objekt EBookExportParams.
CreateEmptyPageDetectionParamsErstellt das Objekt EmptyPageDetectionParams.
CreateEmptyUserPatternErstellt am angegebenen Speicherort eine leere Datei für ein Benutzermuster (*.ptn).
CreateExportFileWriter[veraltet] Erstellt das ExportFileWriter-Objekt.
CreateFRDocumentErstellt das FRDocument-Objekt.
CreateFRDocumentFromImageÖffnet eine Bilddatei und erstellt das FRDocument-Objekt.
CreateHTMLExportParamsErstellt das HTMLExportParams-Objekt.
CreateHyperlinkErstellt das Objekt Hyperlink.
CreateImageModificationErstellt das Objekt ImageModification.
CreateImageProcessingParamsErstellt das ImageProcessingParams-Objekt.
CreateIntsCollectionErstellt das IntsCollection-Objekt.
CreateJpegExtendedParamsErstellt das JpegExtendedParams-Objekt.
CreateJsonExportParamsErstellt das JsonExportParams-Objekt.
CreateLanguageDatabaseErstellt das LanguageDatabase-Objekt.
CreateLayoutFromStreamErstellt das Layout-Objekt aus dem Eingabestream.
CreateMrzJsonExportParamsErstellt das Objekt MrzJsonExportParams.
CreateMrzProcessingParamsErstellt das Objekt MrzProcessingParams.
CreateMrzXmlExportParamsErstellt das Objekt MrzXmlExportParams.
CreateMultipageImageWriterErstellt ein MultipageImageWriter-Objekt, mit dem mehrere Bilder in einer einzigen mehrseitigen Bilddatei gespeichert werden können.
CreateObjectsExtractionParamsErstellt das ObjectsExtractionParams-Objekt.
CreatePageAnalysisParamsErstellt das Objekt PageAnalysisParams.
CreatePageMarginsErstellt das PageMargins-Objekt.
CreatePagePreprocessingParamsErstellt das Objekt PagePreprocessingParams.
CreatePageProcessingParamsErstellt das Objekt PageProcessingParams.
CreateParagraphParamsErstellt das ParagraphParams-Objekt.
CreatePDFExportParamsErstellt das Objekt PDFExportParams.
CreatePngExtendedParamsErstellt das PngExtendedParams-Objekt.
CreatePointErstellt das Point-Objekt.
CreatePPTExportParamsErstellt das Objekt PPTExportParams.
CreatePrepareImageModeErstellt das Objekt PrepareImageMode.
CreateRecognizerParamsErstellt das Objekt RecognizerParams.
CreateRectangleErstellt das Objekt FRRectangle.
CreateRegionErstellt das Objekt Region.
CreateRegionsCollectionErstellt das RegionsCollection-Objekt.
CreateRTFExportParamsErstellt das Objekt RTFExportParams.
CreateScanManager <Note> Wird unter Windows unterstützt. </Note>Erstellt das ScanManager-Objekt.
CreateSortingBlocksParamsErstellt das Objekt SortingBlocksParams.
CreateStringsCollectionErstellt das StringsCollection-Objekt.
CreateSynthesisParamsForDocumentErstellt das Objekt SynthesisParamsForDocument.
CreateSynthesisParamsForPageErzeugt das Objekt SynthesisParamsForPage.
CreateTableAnalysisParamsErstellt das TableAnalysisParams-Objekt.
CreateTextExportParamsErstellt das TextExportParams-Objekt.
CreateTextLayerInjectionParamsErstellt das Objekt TextLayerInjectionParams.
CreateTextOrientationErstellt das TextOrientation-Objekt.
CreateTiffExtendedParamsErstellt das TiffExtendedParams-Objekt.
CreateTrainingImageErstellt das TrainingImage-Objekt.
CreateTrainingImagesCollectionErstellt das Objekt TrainingImagesCollection.
CreateXLExportParamsErstellt das XLExportParams-Objekt.
CreateXMLExportParamsErstellt das XMLExportParams-Objekt.
CreateXPSExportParamsErstellt das XPSExportParams-Objekt.

Siehe auch

Engine