此列舉已在 Linux 和 Windows 版 FRE 中實作。
元素
| Name | Description |
|---|---|
| MPM_Auto | 系統會自動偵測處理程序數量。如果只處理一個頁面,或系統中只有一個處理器,則會使用一個處理程序;否則會使用平行處理。 |
| MPM_Parallel | 文件的頁面一律會在平行處理程序中處理。 |
| MPM_Sequential | 文件的頁面會在單一處理程序中依序處理。 |
備註
- 可用的 CPU 核心數量,
- 在 Windows 中,這包括實體或邏輯 CPU 核心,並取決於 IMultiProcessingParams::UseOnlyPhysicalCPUCores 屬性的值
- 授權中可用的空閒 CPU 核心數量,
- 文件中的頁面數量。
- RecognitionProcessesCount 屬性的值,
- 授權中可用的空閒 CPU 核心數量,
- 文件中的頁面數量。
- FRDocument 物件的 AddImageFile、AddImageFileFromMemory、AddImageFileFromStream、AddImageFileWithPassword、AddImageFileWithPasswordCallback、Preprocess、PreprocessPages、Analyze、AnalyzePages、Recognize、RecognizePages、Process、ProcessPages、Export、ExportPages、ExportToMemory 方法
- Engine 物件的 InjectTextLayer、RecognizeImageFile 方法
