Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 788 Bytes

File metadata and controls

41 lines (23 loc) · 788 Bytes

Koemei API python client

Installation

  1. Install
python setup.py install
  1. Copy settings.example.ini to settings.ini and fill in your credentials and configuration options.

Basic use case for generating captions

** See the scripts folder for examples, in particular example.py **

For a more detailed documentation, please have a look at the API documentation

Known issues

* Automatic alignment may break with some non-ascii characters. To find those: find non ascii chars: perl -ne 'print "$. $_" if m/[\x80-\xFF]/'  utf8.txt
* funny � characters are not supported either.

Troubleshooting

Soon!

Next steps

  • More testing