Rank: Guest
Groups: Guests
Joined: 1/5/2016(UTC) Posts: 162
Was thanked: 5 time(s) in 5 post(s)
|
 IMG0000.jpg (104kb) downloaded 57 time(s). IMG0001.jpg (93kb) downloaded 57 time(s).Unable to extract numeric values(digits) from the attached images. I tried using following code (with and without using Rectangle), but no useful info is received: Quote: string tText = ""; Rectangle rt = new Rectangle(0, 0, 480, 200);
Patagames.Ocr.OcrApi apiOCR = OcrApi.Create();
apiOCR.Init(Languages.English); // tText = apiOCR.GetTextFromImage("c:\\Temp\\IMG0001.jpg"); MessageBox.Show(tText); tText = apiOCR.GetTextFromImage("c:\\Temp\\IMG0001.jpg", rt); MessageBox.Show(tText);
|
|
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close