deepl-python
deepl-python copied to clipboard
Official Python library for the DeepL language translation API.
I really want to turn off punctuation completely on German language and others that I use. Using any of the preserve_formatting="1" or split_sentences='off' won't work.
Hello, There is an example of DeepLException : `except deepl.DeepLException as error: # Errors during upload raise a DeepLException print(error)` but 1) I'm not sure how to check the error...
it is very very obvious that there is one Language missing in the entire Deepl universe! which is Ukrainian! why? shall me make a official post about it, someone working...
Some languages can't be translated if the text entered is from an SMS (eg GSM-7 encoded), this problem is visible in the deep-L web interface (eg try to [translate "KAΛHΣΠEPA!"](https://www.deepl.com/en/translator#el/en/KA%CE%9BH%CE%A3%CE%A0EPA!))....
It would be great if for each translation response we'd get also the number of characters used for that specific request. Always or maybe only if a specific parameter has...
In browser-based usage, we have a proxy server with which we connect, eg. `deepl..ch`. This grants us access to DeepL Pro without the need for a login. Is it possible...
Hi DeepL, your Python library is great. Since I am using your library to translate some of my articles of my blog, I would like to inform you of some...
I need to get the detected source language after sending a whole PDF for translation using `translate_document_from_filepath`. However, I quickly went through the documentation and source code and didn't find...
While I was browsing this webpage (https://www.deepl.com/en/blog/announcing-python-client-library-for-deepl-api), I've seen that the code snippets here are displayed as normal text, and could easily be skipped out or not seen, and also...