EasyOCR icon indicating copy to clipboard operation
EasyOCR copied to clipboard

combine Arabic with bengali in same image

Open mobassir94 opened this issue 3 years ago • 2 comments

easyocr works with images containing english+any other language with it,but i have samples where bengali and arabic both are present in same image and this approach doesn't work : reader = easyocr.Reader(['en','bn','ar']) or even reader = easyocr.Reader(['bn','ar']) is there any way to use easyocr on samples where both bengali and arabic are present?

mobassir94 avatar Feb 03 '22 15:02 mobassir94

could you send me the sample images, let me try, I have done some fine-tuning in my source code to work better. So I might as well try this

vsatyamesc avatar Mar 18 '22 10:03 vsatyamesc

@SatyamSSJ10 sure from here you can get sample images : https://www.kaggle.com/datasets/mobassir/tafsir-ibn-kathir-by-islamic-foundation check the folders containing images,not all images have bangla+arabic mixture but at least 50-60% images containing mixture of bangla+arabic

example

mobassir94 avatar Mar 18 '22 16:03 mobassir94

@mobassir94 Did you solve this?

rm-asif-amin avatar Apr 07 '24 17:04 rm-asif-amin

@rm-asif-amin https://github.com/mobassir94/Multilingual-Reader

mobassir94 avatar Apr 07 '24 17:04 mobassir94

@mobassir94 Thank you for sharing. I'm checking it out.

rm-asif-amin avatar Apr 16 '24 09:04 rm-asif-amin