最新下载
热门教程
- 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
相关文章
- 原神5.5深渊12层阵容推荐打法攻略 07-01
- 金铲铲之战s14圣灵塞纳阵容搭配指南 07-01
- JSB Foundation(JSB币)非法传销 07-01
- 原神5.5下半深渊满星打法指南 07-01
- 云顶之弈s14辛迪加卡牌阵容搭配推荐 07-01
- 魔兽世界11.1.5最新头部腐蚀附魔排名一览 07-01