資源簡介
圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,圖像識別,

代碼片段和文件信息
using?System;
namespace?OCRTest
{
????using?System.Drawing;
????using?tessnet2;
????class?Program
????{
????????static?void?Main(string[]?args)
????????{
????????????try
????????????{
????????????????var?image?=?new?Bitmap(@“C:\OCRTest\number.jpg“);
????????????????var?ocr?=?new?Tesseract();
????????????????ocr.SetVariable(“tessedit_char_whitelist“?“0123456789“);?//?If?digit?only
????????????????//@“C:\OCRTest\tessdata“?contains?the?language?package?without?this?the?method?crash?and?app?breaks
????????????????ocr.Init(@“C:\OCRTest\tessdata“?“eng“?true);?
????????????????var?result?=?ocr.DoOCR(image?Rectangle.Empty);
????????????????foreach?(Word?word?in?result)
????????????????????Console.WriteLine(“{0}?:?{1}“?word.Confidence?word.Text);
????????????????Console.ReadLine();
????????????}
????????????catch?(Exception?exception)
????????????{
????????????}
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-06-02?09:57??圖像識別\
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\OCRTest\
?????文件?????????220??2014-08-29?17:09??圖像識別\C#\OCRTest\App.config
?????文件????????2719??2014-08-29?17:09??圖像識別\C#\OCRTest\OCRTest.csproj
?????文件?????????931??2014-08-29?17:09??圖像識別\C#\OCRTest\Program.cs
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\OCRTest\Properties\
?????文件????????1426??2014-08-29?17:09??圖像識別\C#\OCRTest\Properties\AssemblyInfo.cs
?????文件?????????911??2014-08-29?17:09??圖像識別\C#\OCRTest.sln
?????文件???????27136??2014-08-29?17:09??圖像識別\C#\OCRTest.v11.suo
?????文件????????7241??2014-08-29?17:09??圖像識別\C#\number.jpg
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\tessdata\
?????文件?????????392??2014-08-29?17:09??圖像識別\C#\tessdata\eng.DangAmbigs
?????文件?????????672??2014-08-29?17:09??圖像識別\C#\tessdata\eng.freq-dawg
?????文件??????862544??2014-08-29?17:09??圖像識別\C#\tessdata\eng.inttemp
?????文件???????39862??2014-08-29?17:09??圖像識別\C#\tessdata\eng.normproto
?????文件?????????590??2014-08-29?17:09??圖像識別\C#\tessdata\eng.pffmtable
?????文件?????????480??2014-08-29?17:09??圖像識別\C#\tessdata\eng.unicharset
?????文件????????7289??2014-08-29?17:09??圖像識別\C#\tessdata\eng.user-words
?????文件??????809728??2014-08-29?17:09??圖像識別\C#\tessdata\eng.word-dawg
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\tessnet2\
?????文件????????2550??2014-08-29?17:09??圖像識別\C#\tessnet2\Program.cs
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\tessnet2\Release32\
?????文件???????14336??2014-08-29?17:09??圖像識別\C#\tessnet2\Release32\TesseractOCR.exe
?????文件?????????952??2014-08-29?17:09??圖像識別\C#\tessnet2\Release32\TesseractOCR.exe.config
?????文件?????1455104??2014-08-29?17:09??圖像識別\C#\tessnet2\Release32\tessnet2_32.dll
?????文件?????6843392??2014-08-29?17:09??圖像識別\C#\tessnet2\Release32\tessnet2_32.pdb
?????目錄???????????0??2018-06-02?09:57??圖像識別\C#\tessnet2\Release64\
?????文件???????13824??2014-08-29?17:09??圖像識別\C#\tessnet2\Release64\TesseractOCR.exe
?????文件?????????952??2014-08-29?17:09??圖像識別\C#\tessnet2\Release64\TesseractOCR.exe.config
?????文件?????1955328??2014-08-29?17:09??圖像識別\C#\tessnet2\Release64\tessnet2_64.dll
............此處省略19個文件信息
評論
共有 條評論