Screenshots:
the plugin expects a base64 img as input,
so first you do a http request at the location of the captcha img an then you need to convert it to base64 and assign variable name “base64img”
__________________________
http request: __________________________
__________________________
conversion to base64: __________________________
__________________________
The plugin block __________________________
[THE PLUGIN:] OB2TesseractPlugin_with_info.zip (328.0 KB)
the plugin .zip is inside this zip, I could not upload the manual .pdf so I’ve zipped it together with te plugin and an custom tesseract language.
Nice plugin! Maybe you should read about these new attributes I added so users can try the outcome of the OCR with some sample images directly from the block itself!
Also there’s a parameter of the BlockCategory attribute to set the color of the foreground text, maybe you should set it to white cause the dark color on that shade of blue is really hard to see
Completely reworked version! build and tested on windows with OB2 native v0.2.3
Tested on Linux to with OB2 v0.2.4 [beta]!
It contains Tesseract and ImageMagick libraries.
Also included are 26 captcha languages (with example images)
All settings can be directly tested from stacker view.
Awesome use of the new plugin features! I’m really glad they were useful to someone ^^ If you have any feedback please share so I can improve them. Thanks for the plugin!
Hi bro, How to install this plugin.
I unziped to Plugin folder of OB2 but I Can find them. How to install Magick.net?
Can you show me how to install it?
unzip both OB2TesseractPlugin.zip and Pugin Dependencies (OB2TesseractPluginDependencies.zip) inside your OB2\UserData\Plugins folder
you can unpack tessdata.zip wherever you want, you don’t have to overwrite or replace your current tesseract files.
this is how your plugin folder should look like;
remove the convert Bytes => Base64 block and put data.RAWSOURCE as image source.
don’t know why but you need to close the config after making these changes, else the error keeps popping up?!
Bros I hope you can give me your email or somewhere we can chat privately I’m not a noob and I’m not ready to learn but pls I need your service and I will pay
Hi @DJHooligan. How can i fix letters for image at 7 letters. the letters of image is 7 but the plugin some time give 7 letters and some time give 5 letters and 6
there is no way to tell tesseract to look for 7 letters, I’ve read the code more than 100 times, you could use a script but all you get is an empty result if tessereract found more or less letters…