原創(chuàng)|產(chǎn)品更新|編輯:龔雪|2016-07-04 18:33:12.000|閱讀 728 次
概述:強(qiáng)大、穩(wěn)健的OCR生成和識(shí)別控件Aspose.OCR 3.6.0版全面更新,for .NET和for Java版本均有數(shù)個(gè)優(yōu)化。
# 界面/圖表報(bào)表/文檔/IDE等千款熱門軟控件火熱銷售中 >>
核心 | 概述 | 類別 |
---|---|---|
OCRNET-1144 | 編輯器檢測(cè)到圖像在做了抗扭斜處理后依然扭斜 | 優(yōu)化 |
OCRNET-1152 | 旋轉(zhuǎn)角度計(jì)算錯(cuò)誤 | 優(yōu)化 |
OCRNET-1250 | 在小圖像和小角度上改善neighbor-based扭斜校正質(zhì)量 | 優(yōu)化 |
OCRNET-1277 | 支持更快的圖像旋轉(zhuǎn)算法 | 優(yōu)化 |
OCRNET-1108 | 為抗扭斜的圖像進(jìn)行不正確的文本塊計(jì)算 | 優(yōu)化 |
核心 | 概述 | 類別 |
---|---|---|
OCR-34314 | 試圖保存經(jīng)過預(yù)處理的二值化圖像時(shí)出現(xiàn)異常 | 優(yōu)化 |
OCR-34279 | 使用OCR for Java時(shí)出現(xiàn)異常 | 優(yōu)化 |
OCR-34251 | 無法使用OCR透明圖像操作 | 優(yōu)化 |
OCR-34295 | 驗(yàn)證Aspose.OCR的命名空間是否符合微軟的指導(dǎo)方針 | 優(yōu)化 |
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); }
類 | 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 |
本站文章除注明轉(zhuǎn)載外,均為本站原創(chuàng)或翻譯。歡迎任何形式的轉(zhuǎn)載,但請(qǐng)務(wù)必注明出處、不得修改原文相關(guān)鏈接,如果存在內(nèi)容上的異議請(qǐng)郵件反饋至chenjj@fc6vip.cn
文章轉(zhuǎn)載自:慧都控件網(wǎng)