NIMBUZZ TOOLS FORUM-2016
Kєяλℓλ-ßυzZ ►☻◄ ƒøяυλ⁄(-2016

✽✽✽✽✽✽✽✽✽✽✽✽ нι gυєѕт ✽✽✽✽✽✽✽✽✽✽✽✽✽✽

♚♚♚♚ωєℓ¢σмє тσ ♚kєяαℓα♕ßυzz♚ zσηє♚♚♚♚

ρℓєαѕє яєgιѕтєя тσ gєт ƒυℓℓ α¢¢єѕѕ αη∂ ∂σωηℓσα∂ ѕтυƒƒ . σηℓү яεgιsтεяε∂ мεмвεя αℓℓσωε∂ vιεω sρεcιαℓ zσηε αη∂ ∂σωηℓσα∂ sтυғғ.

тнαηк уσυ

вαℓυ кяιsнηα !

Join the forum, it's quick and easy

NIMBUZZ TOOLS FORUM-2016
Kєяλℓλ-ßυzZ ►☻◄ ƒøяυλ⁄(-2016

✽✽✽✽✽✽✽✽✽✽✽✽ нι gυєѕт ✽✽✽✽✽✽✽✽✽✽✽✽✽✽

♚♚♚♚ωєℓ¢σмє тσ ♚kєяαℓα♕ßυzz♚ zσηє♚♚♚♚

ρℓєαѕє яєgιѕтєя тσ gєт ƒυℓℓ α¢¢єѕѕ αη∂ ∂σωηℓσα∂ ѕтυƒƒ . σηℓү яεgιsтεяε∂ мεмвεя αℓℓσωε∂ vιεω sρεcιαℓ zσηε αη∂ ∂σωηℓσα∂ sтυғғ.

тнαηк уσυ

вαℓυ кяιsнηα !
NIMBUZZ TOOLS FORUM-2016
Would you like to react to this message? Create an account in a few clicks or log in to continue.
How To Recognise Captcha In C# With OCR Testract Engine Untitl10
Latest topics
how to make room flooder in c#Sun Aug 30, 2020 8:30 amkimo.heroloveUpdate / BombusAlzintany.apk bY: M~znSun Aug 18, 2019 9:34 pmUmeshzBot 16.0 CHAT+Sun Aug 11, 2019 9:35 amltc_mktNew : Run Python based bots like Aurora, Blacksmith, VBOt in your Android MobileWed Feb 27, 2019 7:25 pmltc_mktHOW TO GET FREE SSL CERTIFICATES FOR YOUR WEBSITESun Feb 03, 2019 10:05 pmltc_mktRun 2 official Nimbuzz apps in a androidSat Nov 24, 2018 7:17 pmadnan samiHow to add quiz database in xBotMon Oct 15, 2018 8:06 amltc_mktHOST A WEBSITE IN HOME PC USING JIOFI 3 ROUTERWed Oct 10, 2018 8:06 amltc_mktZBOT Version 6 with CHAT+Fri Oct 05, 2018 6:16 pmltc_mktnew wonder VPN 2019 for hide ur ip with cruck free Fri Oct 05, 2018 2:09 amkoko777Prime Server Bot Sun Sep 23, 2018 3:46 pmltc_mktXMPP CLIENT for Nimbuzz Pros & ConsSat Sep 22, 2018 10:20 pmltc_mktnew strong flood and DC all room user 2019 برنامج فلود جديد لضرب الرومات بسرعه خارقه وفصل جميع اعضاء الرومFri Sep 21, 2018 4:34 amkoko777ZBOT 5.0 FOR NIMBUZZ & CHAT+Sun Sep 16, 2018 7:57 amltc_mktFLOODER R-AUTO IRAQY 2018 برنامج القصف التلقائي لنيمبوزMon Sep 10, 2018 7:35 pmltc_mkthleo everyone Thu Aug 30, 2018 4:58 amfaresnet99NIZZC SERVER FOR NIMBUZZTue Aug 28, 2018 10:08 pmltc_mktUpdate / TkabberMod.apk bY: M~zn@n.cSat Aug 25, 2018 3:49 pmmohamed_alzintanyservers nimbuzz 2018 سيرفرات المحترف العراقيThu Aug 16, 2018 5:20 pmdeadtargetCHECK IDS 2018 برنامج فحص حسابات النيمبوز - المحترف العراقيTue Aug 14, 2018 12:19 amwathk00
Top posters
330 Posts - 27%
284 Posts - 23%
127 Posts - 10%
107 Posts - 9%
69 Posts - 6%
54 Posts - 4%
53 Posts - 4%
53 Posts - 4%
51 Posts - 4%
Top posting users this week
No user
Top posting users this month
No user

Go down
l)3wil
l)3wil
KßZ ►☻◄ ƒøяυλ⁄(-мємвєя
KßZ ►☻◄ ƒøяυλ⁄(-мємвєя
samir shrilimkar
POSTS : 17
REPUTATION : 3
KBZ TEAM POINTS : 35
JOIN DATE : 2015-09-17

Topic How To Recognise Captcha In C# With OCR Testract Engine

Sun Dec 27, 2015 7:19 am
1. Step Creat A form And Drop Down A pictureBox on Form And Two TextBox One For Captcha Image Url And Another For Captcha Recognise Answer
2. Step Fisrt Of all Add tessnet2_32.dll in Your Refrance Library With Project. 
3. Step Copy All Code  Below Than Paste It on Your Project.



using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using tessnet2;

namespace Captch_Recogniser
{
    public partial class Form1 : Form
    {
       public Form1()
        {
            InitializeComponent();
        }
      string session = string.Empty;
       Tesseract ocr = new Tesseract();


       private void loadcaptcha() // Add Fuction For Get Captcha Image and Reply In A textBox
        {
            try
            {
                session = string.Empty;
                Random r = new Random();
                for (int i = 0; i < 9; i++)
                {
                    session += "abcdefghijklmnopqrstuvwxyz"[r.Next(10)]; 
                }
                pictureBox1.ImageLocation = "http://siteAddress.com/captcha" + session;
                pictureBox1.Load();
                var image = new Bitmap(pictureBox1.Image);
                Tesseract ocr = new Tesseract();
                ocr.SetVariable("tessedit_char_whitelist", "abcdefghijklmnopqrstuvwxyz");// Here tessedit_char_whitelist Use For Recognise Only Alphabates wich is Followed by "...
" After Comma , //
                ocr.Init(@"C:\Users\Admin\Desktop\Captcha_Recognise\tessdata", "eng", false);   //Testract Engine Address wich is save in tessdata Folder Andd tessdata Folder must be add in Your Project Folder Without Rename It //
                var result = ocr.DoOCR(image, Rectangle.Empty);
                string ad = "";
                foreach (Word word in result)
                    ad += word.Text;
                txtcap.Text = ad;// txtcap.Text is Captcha Reply TextBox
                System.Threading.Thread.Sleep(2000);
               
            }
            catch { }
        }
  }


}







Download Link For tessdata Captcha Recognisation Engine :  https://www.mediafire.com/?4z21z4rs6ataf4n




Download tessnet2_32.dll From Here : https://www.mediafire.com/?9jcn1a2mkm5jwk6




For More Add Me At [You must be registered and logged in to see this link.]
Back to top
Permissions in this forum:
You cannot reply to topics in this forum