彩票走势图

【更新】强大、稳健的OCR生成和识别控件Aspose.OCR 3.6.0版发布

原创|产品更新|编辑:龚雪|2016-07-04 18:33:12.000|阅读 666 次

概述:强大、稳健的OCR生成和识别控件Aspose.OCR 3.6.0版全面更新,for .NET和for Java版本均有数个优化。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

Aspose.OCR for .NET 3.6.0更新


核心概述类别
OCRNET-1144编辑器检测到图像在做了抗扭斜处理后依然扭斜优化
OCRNET-1152旋转角度计算错误优化
OCRNET-1250在小图像和小角度上改善neighbor-based扭斜校正质量优化
OCRNET-1277支持更快的图像旋转算法优化
OCRNET-1108为抗扭斜的图像进行不正确的文本块计算优化




Aspose.OCR for Java 3.4.0更新


核心概述类别
OCR-34314试图保存经过预处理的二值化图像时出现异常优化
OCR-34279使用OCR for Java时出现异常优化
OCR-34251无法使用OCR透明图像操作优化
OCR-34295验证Aspose.OCR的命名空间是否符合微软的指导方针优化


使用示例

OCR-34295验证了Aspose.OCR的命名空间符合微软的指导方针

  moved class Text Part Level使用示例:

 OcrEngine ocr = new OcrEngine();
 String pictureFileName = "realTextArial20pt01.bmp";

 ocr.setImage(ImageStream.fromFile(pictureFileName));
 if (ocr.process())
 {
   IRecognizedTextPartInfo firstLine = ((IRecognizedTextPartInfo)ocr.getText().getPartsInfo()[0]).getChildren()[0];
   System.out.println(firstLine.getLevel() == TextPartLevel.Line);
 }



增加的API



删除的API


com.aspose.ocr.TextPartLevel
字段/枚举com.aspose.ocr.TextPartLevel.Characterr
字段/枚举com.aspose.ocr.TextPartLevel.Linee
字段/枚举com.aspose.ocr.TextPartLevel.Textblockk
字段/枚举com.aspose.ocr.TextPartLevel.Wordd
com.aspose.ocr.recognizedtext.textpartinfo.TextPartLevel
字段/枚举com.aspose.ocr.recognizedtext.textpartinfo.TextPartLevel.Characterr
字段/枚举com.aspose.ocr.recognizedtext.textpartinfo.TextPartLevel.Linee
字段/枚举com.aspose.ocr.recognizedtext.textpartinfo.TextPartLevel.Textblockk
字段/枚举com.aspose.ocr.recognizedtext.textpartinfo.TextPartLevel.Wordd

标签:OCR SDKOCR

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn

文章转载自:慧都控件网

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP