我想开发桌面应用程序将图像转换为文本而不是将该文本添加到PDF和ms word文档简单c#代码可以任何人帮助我我只是将图像上传到picturebox但我无法得到它如何到剩下的任务
答案 0 :(得分:0)
您必须使用OCR(光学字符识别)图书馆 例如
使用TesseractOCR的EmguCV
使用Tesseract OCR示例代码将图像转换为文本 https://github.com/charlesw/tesseract-samples tesseract for c#nuget link https://www.nuget.org/packages/Tesseract/
您可以使用它将文本转换为pdf文件itextsharp https://sourceforge.net/projects/itextsharp/
您现在可以转换为Word文件 How to extract text from MS office documents in C#