跳轉到主要內容
FREngineModuleEnum 列舉常數用來表示已載入的模組。
typedef enum {
 FREM_ImageSupport,
 FREM_Export,
 FREM_Recognizer,
 FREM_ICR,
 FREM_PDF,
 FREM_FREngineProcessor,
 FREM_ChineseTraditionalPatterns,
 FREM_ChineseSimplifiedPatterns,
 FREM_JapanesePatterns,
 FREM_KoreanPatterns,
 FREM_EuropeanPatterns,
 FREM_BusinessCard,
 FREM_SharedLibraries
} FREngineModuleEnum;

元素

名稱說明
FREM_BusinessCard指定名片模組。
FREM_ChineseSimplifiedPatterns指定簡體中文模式模組。
FREM_ChineseTraditionalPatterns指定繁體中文模式模組。
FREM_EuropeanPatterns指定歐洲語言模式模組。
FREM_Export指定匯出模組。
FREM_FREngineProcessor <Note> 僅適用於 Linux 和 Windows。 </Note>指定 FineReader Engine Processor 模組。
FREM_ICR指定 ICR 模組。
FREM_ImageSupport指定影像支援模組。
FREM_JapanesePatterns指定日文模式模組。
FREM_KoreanPatterns指定韓文模式模組。
FREM_PDF指定 PDF 模組。
FREM_Recognizer指定 Recognizer 模組。
FREM_SharedLibraries指定處理時使用的技術程式庫。

用於

IEngine::LoadModule