-
Notifications
You must be signed in to change notification settings - Fork 982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amharic #168
base: amharic
Are you sure you want to change the base?
Amharic #168
Conversation
Edit compatibility for amharic in Google colab
Codecov Report
@@ Coverage Diff @@
## amharic #168 +/- ##
===========================================
+ Coverage 66.00% 66.85% +0.85%
===========================================
Files 6 6
Lines 350 347 -3
===========================================
+ Hits 231 232 +1
+ Misses 119 115 -4
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide some samples to show that it works?
image_name = '{}_{}.{}'.format(text, str(index), extension) | ||
|
||
|
||
image_name = '{}.{}'.format(str(uuid.uuid4()),extension) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this added to the PR by mistake? I can't really change the behavior of TRDG like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, sorry, this was added by mistake, I was working on make TRDG available for amharic language and it printed blank images, so I made changes which involved adding a new font for amharic & removing the name factor as utf-8 based file names were saved as "", which happened to clash with my own configuration. i hope it didn't cause any harm.
Update the main version of TRDG