Skip to content

koemei/koemei-api-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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