Spire.PDF 11.7.14 现已正式发布。最新版本支持在 XlsxLineLayoutOptions.TextRecognizer 中集成 PaddleOCRSharp,以增强 PDF 到 Excel 的转换效果。此外,该版本还修复了一系列已知问题,例如 XPS 转 PDF 内容不正确的问题。更多详情请查阅下方内容。 新功能: 支持在 XlsxLineLayoutOptions.TextRecognizer 中集成 PaddleOCRSharp,以增强 PDF 到 Excel 的转换效果。 //主逻辑 PdfDocument doc = new PdfDocument(); doc.LoadFromFile("in.pdf"); XlsxLineLayoutOptions options = new XlsxLineLayoutOptions(false, false,false,…