Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
davideuler
/
pdf-translator-for-human
like
10
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a0092fa
pdf-translator-for-human
/
examples
/
libre.py
rahul2699
Added test cases and support for translate_batch and translate_file
50c16a8
over 3 years ago
raw
Copy download link
history
blame
125 Bytes
from
deep_translator
import
LibreTranslator
res = LibreTranslator(source=
'de'
, target=
'en'
).translate(
'laufen'
)
print
(res)