clovaai / synthtiger

Official Implementation of SynthTIGER (Synthetic Text Image Generator), ICDAR 2021

Home Page:https://clovaai.github.io/synthtiger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libraqm dependency error occurs

mandal4 opened this issue · comments

Thanks for the nice package!
When i followed your descriptions and used it, i met some error.
KeyError: 'setting text direction, language or font features is not supported without libraqm'
I have installed python package 'synthtiger' and dependency following the shell script
How can i solve this issue?
Thanks,

I solved this issue. I just re-install Pillow after libraqm installed.

sudo apt install libraqm-dev
pip3 install -v --upgrade --force-reinstall Pillow