MODI 对英文文档给出 BAD LANGUAGE 错误
我一直在使用 Office 2007 的 MODI 组件从 TIFF 文档中提取文本。它工作正常,直到今天我执行代码时出现“OCR:错误语言”错误。
我没有对代码进行任何更改,所以在 tif 文档中。我正在扫描英文文档。
mdoc.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH, 确实,确实)
我正在使用 VB.NET
谢谢
I have been using MODI component of Office 2007 for extracting text from TIFF documents. It was working fine untill today when I executed my code it gave the error of "OCR: Bad Language"
I have not made any changes in code so in tif documents.I am scanning English documents.
mdoc.OCR(MODI.MiLANGUAGES.miLANG_ENGLISH,
True, True)
I am using VB.NET
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当未安装 Office 指定的语言包时,会发生这种情况。确保在运行此代码的计算机上安装了 Office 的英语语言包。
This happens when the designated language pack is not installed for office. Make sure the English language pack is installed for Office on the machine running this code.