所以我有下面的方法可以掃描單詞列表,找到「Control Number:」並將其設置爲wordNumber,然後將下一個單詞設置爲controlNum(這是字符串I我期待着回來)。 public string ABSFindControlNumber(List<tessnet2.Word> wordList)
{
for (int i = 0; i < wordList.Co
我已經創建了一個控制檯應用程序。 添加了對tessnet2_32的引用。 Ocr ocr = new Ocr();
using (Bitmap bmp = new Bitmap(filename))
{
tessnet2.Tesseract tessocr = new tessnet2.Tesseract();
tessocr.Init(@"C:\temp\tessdata
我試圖從getwindow函數創建的截圖返回的位圖上運行tessnet,但結果很糟糕。我試圖運行一個保存在paint中的bmp文件。此圖像與使用getwindow創建的圖像相同,也適用於tessnet工作。 This is the image有什麼想法? public const int SRCCOPY = 13369376;
public const int WM_CLICK = 0x