If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.

Pemasangan
Paketnya adalah tersedia di pypi.org dan dapat diinstal melalui pip dengan menjalankan perintah berikut:
pip install groupdocs-translation-cloud

Mulai cepat
1. Dapatkan kunci API jika belum
Buat akun pribadi di GroupDocs Cloud Dashboard dan klik Dapatkan Kunci. Kunci ini berguna untuk semua produk GroupDocs Cloud. Jika Anda mempunyai masalah, lihat ini detailed manual. Setelah kunci Anda diterima, silakan ikuti ini article untuk mencoba GroupDocs.Translation Cloud atau membiasakannya Developer guide untuk rincian lebih lanjut.
2. Instal SDK
Memasang groupdocs-translation-cloud dengan PIP dari PyPI by:
pip install groupdocs-translation-cloud
Atau kloning repositori dan instal melalui Setuptools:
3. Jalankan Demo
- Periksa SDK atau dapatkan dari PiPy
- Tetapkan klien_id & klien_rahasia Anda
- Jalankan Buku Catatan Jupyter demo.ipynb
Struktur
Proyek ini meliputi:
- Modul “groupdocstranslationcloud”, ini SDK. Anda dapat mengintegrasikannya ke dalam aplikasi Anda. Ini berisi API Terjemahan dan Penyimpanan
- Modul “tes”, unittests. Anda dapat melihatnya untuk melihat berbagai contoh kode.
- Buku catatan Jupyter “demo”. Contoh buku catatan demo.
Ketergantungan
Dukungan versi
Python :: 2.7 , Python :: 3, Python :: 3.4, Python :: 3.5, Python :: 3.6, Python :: 3.7, Python :: 3.8
Terjemahkan teks biasa
# Load the gem
import groupdocs_translation_cloud
# Get Client Id and Client Secret from https://dashboard.groupdocs.cloud
my_client_id = ""
my_client_secret = ""
# Create instance of the API
configuration = Configuration(apiKey=my_client_secret, appSid=my_client_id)
api = TranslationApi(configuration)
#document translation
pair = "en-fr"
_format = "docx"
storage = "First Storage"
name = "test.docx"
folder = ""
savepath = ""
savefile = "test_python.docx"
masters = False
elements = []
translator = TranslateDocument(pair, _format, storage, name, folder, savepath, savefile, masters, elements)
request = translator.to_string()
res_doc = api.post_translate_document(request)
print(res_doc.message)
Dokumentasi untuk Titik Akhir API
Semua URI bersifat relatif terhadap https://api.groupdocs.cloud/v2.0/translation
Kelas | | Metode | Permintaan HTTP | Deskripsi
———— |-| ————- | ————- | ————-TranslationApi | |autoPost| POS/auto | Terjemahkan file apa pun yang didukungTranslationApi| |csvPost| POS/csv | Terjemahkan file CSV dan TSVTranslationApi| |documentPost| POS/document | Terjemahkan dokumen Microsoft Word, rtf, txt, odtTranslationApi| |documentRequestIdGet| MENDAPATKAN/document/{requestId}| Kembalikan status terjemahan dokumen. Juga kembalikan URL untuk mengunduh dokumen yang diterjemahkan jika terjemahan berhasil TranslationApi| |documentTrialPost| POS/document/trial | Uji coba menerjemahkan dokumen Microsoft Word, rtf, txt, odt tanpa percakapan. Terjemahkan hanya halaman pertama atau 1000 simbol.TranslationApi| |hcGet| MENDAPATKAN/hc | Pemeriksaan kesehatan untuk semua layanan.TranslationApi| |htmlPost| POS/html | Terjemahkan file HTMLTranslationApi| |hugoGet| MENDAPATKAN/hugo | Dapatkan struktur sintaksis Hugo dari file penurunan hargaTranslationApi| |hugoPost| POS/hugo | Jalankan analisis struktur sintaksis Hugo dari file penurunan hargaTranslationApi| |imageToFilePost| POS/image-to-file | Terjemahkan gambar atau pindaian pdf dan kembalikan fileTranslationApi| |imageToTextPost| POS/image-to-text | Terjemahkan teks pada gambar atau pindaian pdfTranslationApi| |languagesGet| MENDAPATKAN/languages | Kembalikan daftar pasangan bahasa yang tersediaTranslationApi| |markdownPost| POS/markdown | Terjemahkan file penurunan hargaTranslationApi| |pdfPost| POS/pdf | Terjemahkan file pdfTranslationApi| |pdfTrialPost| POS/pdf/trial | Terjemahan pdf percobaan. Terjemahkan hanya halaman pertama tanpa konversi ke format lain.TranslationApi| |presentationPost| POS/presentation | Terjemahkan presentasi Microsoft PowerPoint, odpTranslationApi| |resxPost| POS/resx | Terjemahkan file RESXTranslationApi| |spreadsheetPost| POS/spreadsheet | Terjemahkan buku kerja Microsoft Excel, odsTranslationApi| |textPost| POS/text | Terjemahkan teksTranslationApi| |textRequestIdGet| MENDAPATKAN/text/{requestId}| Kembalikan status terjemahan teks. Juga kembalikan teks terjemahan jika terjemahan berhasil TranslationApi| |textTrialPost| POS/text/trial| Uji coba menerjemahkan teks. Terjemahkan hanya 1000 simbol.
Dokumentasi untuk Model
CloudFileResponse , CloudHugoResponse, CloudTextResponse, CsvFileRequest, FileRequest, HealthCheckStatus, HtmlFileRequest, HttpStatusCode, HugoRequest, ImageToFileRequest, ImageToTextRequest, LanguagePairData, MarkdownFileRequest, PdfFileRequest, PresentationFileRequest, ResxFileRequest, SpreadsheetFileRequest, StatusResponse, StringStringTuple, TextDocumentFileRequest, TextRequest, UrlFileInfo, WorksheetData
GroupDocs.Translasi Cloud SKD
Github

Manajer Paket

