最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp.net C提取图片中字母,汉字,中文程序
时间:2022-06-25 05:35:05 编辑:袖梨 来源:一聚教程网
asp教程.net c提取图片中字母,汉字,中文程序
必须利用组件名称:microsoft office document imaging 12.0 type library
*/
modi.document md = new modi.document();
md.create(directory.getcurrentdirectory() + "sampleforocr.tiff");
md.ocr(modi.milanguages.milang_english, true, true);modi.image image = (modi.image)md.images[0];
modi.layout layout = image.layout;modi.word word;
stringbuilder sb = new stringbuilder();
for (int i = 0; i < layout.words.count;i++ )
{
word = (modi.word)layout.words[i];
sb.append(word.text);
}
//组件名称:microsoft office document imaging 12.0 type library
相关文章
- 王者荣耀S38赛季有什么更新 12-25
- 王者荣耀S38赛季有什么更新 王者荣耀S38赛季更新内容介绍 12-25
- 世界之外12.25有什么更新 世界之外12月25日更新内容介绍 12-25
- 光遇12.25红石碎片在哪里 光遇12月25日红石碎片位置攻略 12-25
- 奇迹暖暖绚光引途第二天怎么玩 绚光引途day2庆祝之舞搭配攻略 12-25
- 无限暖暖拍照打卡位置在哪里 无限暖暖世界巡游位置全攻略 12-25