Hi,
For personnal project i try to use your project to clean part of picture.
TextCleanerScript<ushort> cleaner = new TextCleanerScript<ushort>(new MagickFactory());
var i = cleaner.Execute(ImageScreen);
if (_DebugSavePics) i.ToBitmap().Save($"ScreenCapture_Cleaner_crop_ocr.png");
it returns a blank (full white) image.
1st step : https://ibb.co/LdPNLQS >> needed data the %
2nd step after crop : https://ibb.co/Bw116xd > small % on previous top right (in my previous step it's 2 %)
3 step : https://ibb.co/cyJZfPj > as you can see there is small points
My goal is to clean image before sending to tesseract.
Thanks for your help
Hi,
For personnal project i try to use your project to clean part of picture.
it returns a blank (full white) image.
1st step : https://ibb.co/LdPNLQS >> needed data the %
2nd step after crop : https://ibb.co/Bw116xd > small % on previous top right (in my previous step it's 2 %)
3 step : https://ibb.co/cyJZfPj > as you can see there is small points
My goal is to clean image before sending to tesseract.
Thanks for your help