Skip to content

Releases: MicrosoftTranslator/DocumentTranslator-Legacy

Document Translator Update - Signed bits

Choose a tag to compare

@Ahmed-Salah-Mohamed Ahmed-Salah-Mohamed released this 14 Nov 17:15

Codesigned Installer For V2.9.4

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 07 Jul 20:29

Fix two issues with HTML translation, reported in #156:

  • Break when child node is null
  • Translate single elements that are larger than maxrequestsize

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 12 Apr 23:44
078ae91

Fixed: Sometimes the set of languages was unavailable at startup.
Fixed: Experimental languages were available only after restart. Now available immediately.

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 19 Oct 00:14

Translate Footnotes and Endnotes in Word documents.
Added SRT translation functionality to VTTTranslate.

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 14 Sep 02:45

Fixed BreakSentences and TranslateString to translate arbitrary length strings.
Added VTT file format support. The key in VTT and SRT translation is that the utterances need to be combined to full sentences before translation, and split up afterwards to match the time coding. VTT file translation now does that.
Still to do:

  • Same for SRT file format
  • Robustness for service call failures

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 07 Sep 23:56

New: Allows to save "Show Experimental Languages".
Bug: Requires restart of the app to show changes.
New: Show language names in all available languages.

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 10 Aug 00:35

Enabled Clouds and Regions:
Azure recently allows you to create the Translator resource in a region of your choice. The region determines where your Custom Translator training documents are stored. Using a regional resource instead of a global one requires to pass the region together with the key in every request. Document Transl;ator now does that. Make sure that the region selection in Document Translator matches the reqion of where you created the Azure resource and copied the key from.
Translator runs in multiple clouds: the public cloud, what you know as regular Azure, the US government cloud and the China cloud. You can now pick the cloud you want to run in. The public cloud further allows you to choose whether you want the processing to happen in the Americas, in Europe, or in Asia Pacific. If you don't care where the processing happens, choose the "Global" cloud. In that case the nearest available Azure datacenter will be used to process your request.

Also fixed the bug that write-protected Office documents couldn't be translated. Now they can.
Catch some exception when the settings file is missing.

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 03 Aug 03:18

Enabled Clouds and Regions:
Azure recently allows you to create the Translator resource in a region of your choice. The region determines where your Custom Translator training documents are stored. Using a regional resource instead of a global one requires to pass the region together with the key in every request. Document Transl;ator now does that. Make sure that the region selection in Document Translator matches the reqion of where you created the Azure resource and copied the key from.
Translator runs in multiple clouds: the public cloud, what you know as regular Azure, the US government cloud and the China cloud. You can now pick the cloud you want to run in. The public cloud further allows you to choose whether you want the processing to happen in the Americas, in Europe, or in Asia Pacific. If you don't care where the processing happens, choose the "Global" cloud. In that case the nearest available Azure datacenter will be used to process your request.

Also fixed the bug that write-protected Office documents couldn't be translated. Now they can.

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 16 Jul 04:52

Turned NormalizeXML and RemoveSmartTags for Word documents OFF to prevent load errors of the translated document.

Document Translator Update - Unsigned bits

Choose a tag to compare

@chriswendt1 chriswendt1 released this 30 Mar 05:57

Rewrote TranslateV3AsyncInternal to account for the load delay of custom systems as a while loop.