Edouard Belval

Results 293 comments of Edouard Belval

Hi! Arabic is always difficult for me because I can't easily tell what would be considered good or bad for a native reader. Can you provide an example that I...

At the moment no, but I will try to implement it this weekend.

Bold/italic/normal is managed as the font level so you'd want the italic/bold version of whichever font you are using. Also, what is WPS?

You want to generate digits in sentences or just sequences of digits? For the latter, you can simply use the GeneratorFromRandom and set: ```py use_letters=True use_numbers=True use_symbols=True ```

The provided annotation for each crop is only the string itself it will be the name of the image in your output directory.

1. Create directory called `japanese_fonts` 2. Download fonts into that directory from here: https://fonts.google.com/?subset=japanese 3. Create a file called `japanese_dict.txt` and add all the Japanese words you want in it....

I am not sure that I understand, what error did you get? Can you provide a few samples?

Can you send me the font + dictionary that you are using? I'd be glad to troubleshoot it on my side if I have a test case.

Not yet sorry, I just finished my midterm exams so I should be able to test it shortly.