2

I'm new to linux and I was looking for a Chinese handwriting recognition feature but couldn't find it. I was wondering if there is a software or flavor of *buntu that I can download that has this feature.

1 Answers1

0
$ apt-cache search 'chinese handwriting'
tegaki-zinnia-simplified-chinese - Simplified Chinese handwriting model for Zinnia
tegaki-zinnia-traditional-chinese - Traditional Chinese handwriting model for Zinnia
$ apt-cache search tegaki
tegaki-zinnia-japanese - Japanese handwriting model for Zinnia
tegaki-zinnia-simplified-chinese - Simplified Chinese handwriting model for Zinnia
tegaki-zinnia-traditional-chinese - Traditional Chinese handwriting model for Zinnia

I've not used these, but you could sudo apt-get install them to try.

https://tegaki.github.io/ is the project page with links to documentation and source code.

enter image description here

Synaptic package manager (synaptic) also has more detailed descriptions of them, if you're interested.

muru
  • 197,895
  • 55
  • 485
  • 740