如何使用 Google API 翻译 .PDF 文件?

发布于 2024-09-01 00:31:56 字数 94 浏览 3 评论 0原文

如何使用 Google API 翻译 .PDF 文件? (从 pdf 的语言翻译为俄语(新的 pdf 文件或纯文本或 html)。)(需要代码示例)

How to translate .PDF files using google APIs? (translate from language the pdf's are to for example russian (new pdf file orplain text or html).) (code example needed)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

热风软妹 2024-09-08 00:31:56

您可以将 PDF 链接到
http://translate.google.com/translate?hl=fr&sl=auto&tl=en&u=http://www.example.com/PDF.pdf

查询参数:

hl : 原始语言
tl:要翻译的语言
u:PDF 的 URL

如果您想使用 AJAX API,我想您首先需要使用一些 PHP 从 PDF 中提取文本内容,然后使用 Google 用于翻译的 AJAX API

You could link the PDFs to
http://translate.google.com/translate?hl=fr&sl=auto&tl=en&u=http://www.example.com/PDF.pdf

The query paramaters:

hl: original language
tl: language to translate to
u: URL for PDF

If you would like to use the AJAX API I guess you first need to extract the text content from the PDF with some PHP and then translate it with Googles AJAX API for translation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文