-
Along with #4484, I also wanted to follow up on this from https://github.com/zotero/zotero/pull/4431#issuecomment-2252957387:
> It also applies to translator-added files - autoRenameFiles.fileTypes…
-
We don't currently detect on arXiv's HTML view. It's debatable if we should import the PDF or the HTML from these, but we should definitely get the right metadata (long-run, we'd want general HTML/PDF…
-
PDFs on wiley.com and sciencedirect.com cannot be downlaoded any more using doidonwloader, due to too many roadblocks. It seems like zotero/translators is the place to look at, althoug the sheer volum…
-
With translator from https://github.com/zotero/translators/pull/1381 (if it's not yet merged), PDF saving fails for me in Safari on http://www.sciencedirect.com/science/article/pii/S0006349512000835 w…
-
Hello! This is working for docx documents. But, when trying to translate a PDF document i got this trace in console and traceback in django
```
Environment:
Request Method: POST
Request URL:…
-
## 論文タイトル(原文まま)
HiFi-GAN: Generative Adversarial Networks for Efficient and High Fidelity Speech Synthesis
## 一言でいうと
HiFi-GANは、効率的かつ高忠実度な音声合成を実現するために設計された生成対向ネットワーク(GAN)であり、最新のモデルと比較して高い品質と高速な合成を…
-
hi, to translate documents I use in my code the `Await Translator.TranslateDocumentAsync (...)` task from your API. This works flawless for DOCX and PPTX but on PDF files it is inconsistent. Regularly…
-
We should refactor the current `translate_code` and `translate_all` into specific end target writers to improve this code base. It is currently confusing to have all the states included in a single wr…
mmcky updated
5 years ago
-
Tried to use bulk translate on a pdf file:
```
from pygoogletranslation import Translator
translator = Translator()
translation = translator.translate('日本語')
print(translation)
>>Translated(…
-
As a creator of a book, I want to be able to accurate indicate the people responsible for its creation and their roles in doing so. In particular, I should be able to save book info in cases where the…