how to train text for multiple fonts?
aijianiula0601 opened this issue · 2 comments
aijianiula0601 commented
I want to train text for multiple fonts. Is that the only way to train times as flowing:
text2image --text=text_training.txt --outputbase=tb --font='Tahoma Bold' --fonts_dir=/Users/*/fonts
?
Have a way to train with multiple fonts once?
Thanks!
Shreeshrii commented
Follow the following format for using multiple fonts:
training/tesstrain.sh \
--fonts_dir /mnt/c/Windows/Fonts \
--lang mar \
--noextract_font_properties --linedata_only \
--exposures "0" \
--langdata_dir ../langdata \
--tessdata_dir ../tessdata \
--fontlist \
"Adobe Devanagari" \
"Arial Unicode MS" \
"Nakula" \
"Sahadeva" \
--output_dir ../tesstutorial/mar
ShreeDevi
…____________________________________________________________
भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com
On Thu, Sep 21, 2017 at 12:01 PM, aijianiula0601 ***@***.***> wrote:
I want to train text for multiple fonts? Is that the only way to train
times as flowing:
text2image --text=text_training.txt --outputbase=tb --font='Tahoma Bold'
--fonts_dir=/Users/*/fonts
Have a way to train once with multiple fonts once ?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#92>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2_owUwDWGE0YvauP_yUTErdN7nbseCks5skgK5gaJpZM4Pe2yP>
.
Shreeshrii commented
@zdenop This issue can be closed.