跳轉到主要內容
Engine 物件提供可建立其他 ABBYY FineReader Engine 物件的方法。
如果您使用的是沒有垃圾回收機制的程式語言 (例如 C++) ,則必須使用智慧指標類別 (請參閱 C++ 和 COM 的範例) ,或在不再需要時釋放由建立方法所建立的物件。在 Engine 解除初始化之前,您必須先釋放所有已建立的物件。否則,DeinitializeEngine 函式會回傳 E_FAIL。
名稱說明
CreateAltoExportParams建立 AltoExportParams 物件。
CreateBarcodeParams建立 BarcodeParams 物件。
CreateBatchProcessor <Note> 支援 Linux 與 Windows。 </Note>建立 BatchProcessor 物件。
CreateBusinessCardSynthesisParams建立 BusinessCardSynthesisParams 物件。
CreateCharParams建立 CharParams 物件。
CreateClassificationEngine建立 ClassificationEngine 物件。
CreateComparator建立 Comparator 物件。
CreateDocumentInformationDictionary建立 DocumentInformationDictionary 物件。
CreateDocumentProcessingParams建立 DocumentProcessingParams 物件。
CreateEBookExportParams建立 EBookExportParams 物件。
CreateEmptyPageDetectionParams建立 EmptyPageDetectionParams 物件。
CreateEmptyUserPattern在指定位置建立空白使用者模式檔案 (*.ptn) 。
CreateExportFileWriter[已淘汰] 建立 ExportFileWriter 物件。
CreateFRDocument建立 FRDocument 物件。
CreateFRDocumentFromImage開啟影像檔案,並建立 FRDocument 物件。
CreateHTMLExportParams建立 HTMLExportParams 物件。
CreateHyperlink建立 Hyperlink 物件。
CreateImageModification建立 ImageModification 物件。
CreateImageProcessingParams建立 ImageProcessingParams 物件。
CreateIntsCollection建立 IntsCollection 物件。
CreateJpegExtendedParams建立 JpegExtendedParams 物件。
CreateJsonExportParams建立 JsonExportParams 物件。
CreateLanguageDatabase建立 LanguageDatabase 物件。
CreateLayoutFromStream根據輸入資料流建立 Layout 物件。
CreateMrzJsonExportParams建立 MrzJsonExportParams 物件。
CreateMrzProcessingParams建立 MrzProcessingParams 物件。
CreateMrzXmlExportParams建立 MrzXmlExportParams 物件。
CreateMultipageImageWriter建立 MultipageImageWriter 物件,可用來將多個影像儲存到單一多頁影像檔案中。
CreateObjectsExtractionParams建立 ObjectsExtractionParams 物件。
CreatePageAnalysisParams建立 PageAnalysisParams 物件。
CreatePageMargins建立 PageMargins 物件。
CreatePagePreprocessingParams建立 PagePreprocessingParams 物件。
CreatePageProcessingParams建立 PageProcessingParams 物件。
CreateParagraphParams建立 ParagraphParams 物件。
CreatePDFExportParams建立 PDFExportParams 物件。
CreatePngExtendedParams建立 PngExtendedParams 物件。
CreatePoint建立 Point 物件。
CreatePPTExportParams建立 PPTExportParams 物件。
CreatePrepareImageMode建立 PrepareImageMode 物件。
CreateRecognizerParams建立 RecognizerParams 物件。
CreateRectangle建立 FRRectangle 物件。
CreateRegion建立 Region 物件。
CreateRegionsCollection建立 RegionsCollection 物件。
CreateRTFExportParams建立 RTFExportParams 物件。
CreateScanManager <Note> 僅支援 Windows。 </Note>建立 ScanManager 物件。
CreateSortingBlocksParams建立 SortingBlocksParams 物件。
CreateStringsCollection建立 StringsCollection 物件。
CreateSynthesisParamsForDocument建立 SynthesisParamsForDocument 物件。
CreateSynthesisParamsForPage建立 SynthesisParamsForPage 物件。
CreateTableAnalysisParams建立 TableAnalysisParams 物件。
CreateTextExportParams建立 TextExportParams 物件。
CreateTextLayerInjectionParams建立 TextLayerInjectionParams 物件。
CreateTextOrientation建立 TextOrientation 物件。
CreateTiffExtendedParams建立 TiffExtendedParams 物件。
CreateTrainingImage建立 TrainingImage 物件。
CreateTrainingImagesCollection建立 TrainingImagesCollection 物件。
CreateXLExportParams建立 XLExportParams 物件。
CreateXMLExportParams建立 XMLExportParams 物件。
CreateXPSExportParams建立 XPSExportParams 物件。

另請參閱

Engine