属性
| 名称 | 类型 | 描述 |
|---|---|---|
| PageProcessingParams | PageProcessingParams | 指定文档中每个页面的处理参数。 |
| PerformSynthesis | VARIANT_BOOL | 指定是否执行文档合成。如果此属性为 FALSE,则会忽略 SynthesisParamsForDocument 属性。此属性默认为 TRUE。 |
| SynthesisParamsForDocument | SynthesisParamsForDocument | 指定文档的合成参数。 |
方法
| 名称 | 说明 |
|---|---|
| CopyFrom | 用另一个对象中对应属性的值初始化当前对象的属性。 |
| LoadFromFile | 从磁盘文件中恢复对象内容。 |
| LoadFromMemory <Note> : 仅限 Windows。 </Note> | 从全局内存恢复对象内容。 |
| SaveToFile | 将对象内容保存到磁盘文件中。 |
| SaveToMemory <Note> : 仅限 Windows。 </Note> | 将对象内容保存到全局内存中。 |
对象图
输出参数
输入参数
- Process 和 ProcessPages 方法 (属于 FRDocument 对象)
- RecognizeImageFile 和 InjectTextLayer 方法 (属于 Engine 对象)
示例
C# 代码
C# 代码
- Linux:CustomLanguage
- Windows:CustomLanguage、VisualComponents (Win) ;以及演示工具:MultiProcessingRecognition、PDFExportProfiles。
