AsposeOcr.SaveMultipageDocument

SaveMultipageDocument(string, SaveFormat, List<RecognitionResult>)

允许从 RecognitionResult 对象列表中获取多页文档

public static void SaveMultipageDocument(string fullFileName, SaveFormat saveFormat, 
    List<RecognitionResult> results)
范围类型描述
fullFileNameString带有用于以所选格式保存识别结果的路径的文件名。
saveFormatSaveFormat文档格式(Docx、Txt、Pdf)。
resultsList`1列表RecognitionResult对象。

也可以看看


SaveMultipageDocument(MemoryStream, SaveFormat, List<RecognitionResult>)

允许从 RecognitionResult 对象列表中获取多页文档

public static void SaveMultipageDocument(MemoryStream stream, SaveFormat saveFormat, 
    List<RecognitionResult> results)
范围类型描述
streamMemoryStreamMemoryStream,用于以选定的格式保存识别结果。
saveFormatSaveFormat文档格式(Docx、Txt、Pdf)。
resultsList`1列表RecognitionResult对象。

也可以看看