此枚举已在 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 方法
