I have to recognize character from an image, The image have texture on the background.
how can i remove the background,or remove the texure .
Best regards
I have to recognize character from an image, The image have texture on the background.
how can i remove the background,or remove the texure .
Best regards
0 out of 0 found this helpful
Comments
2 comments
I found some information on https://abbyy.technology/en:features:ocr:adaptive_binarisation
But I didn't found this function in FlexiCapture
Hi,
As we replied to you by email, for your case you can use the EqualizeBrightness and FilterColor methods together to achieve better results. For your case please use the FilterColor method with the CTF_Yellow parameter.
Additionally you can try using SmoothBy... methods, if your image has high enough resolution.
As for the adaptive binarisation article, it is description of how binarisation is performed in ABBYY OCR technologies. This means, that by calling binarisation methods you already use adaptive binarisation.
Please sign in to leave a comment.