最新下载
热门教程
- 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
相关文章
- 《红色沙漠》地面阿比斯遗迹解谜指南-九大遗迹详细解析 05-03
- 《梦幻魔法公主》晚上游玩介绍 05-03
- 《梦幻魔法公主》能量介绍 05-03
- 《梦幻魔法公主》提升道德介绍 05-03
- 《梦幻魔法公主》与朋友游玩推荐介绍 05-03
- 《吸血鬼爬行者》甲不离身卡牌具体效果介绍 05-03