Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davideuler
/
pdf-translator-for-human
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e9ee9b6
pdf-translator-for-human
/
examples
/
pons.py
=
updated examples
cd83034
over 4 years ago
raw
Copy download link
history
blame
141 Bytes
from
deep_translator
import
PonsTranslator
res = PonsTranslator(source=
'en'
, target=
'de'
).translate(
'good'
, return_all=
False
)
print
(res)