MicrosoftTranslator / DocumentTranslator-Legacy

Microsoft Document Translator (Archive) - Replaced by the MicrosoftTranslator/DocumentTranslation project in this repository.
Other
409 stars 152 forks source link

F-DROID Possible? #140

Closed dm17 closed 3 years ago

dm17 commented 3 years ago

Is it possible to use this without the Google Play / Google Services dependency? I'm especially interested in getting at added to F-DROID. Thanks!

chriswendt1 commented 3 years ago

There is no such dependency. No Google services are used by this app. It is a Windows application, won't run on Android as is.

dm17 commented 3 years ago

Apologies, I thought it was in the Google Play store: https://play.google.com/store/apps/details?id=com.microsoft.translator&hl=en&gl=US

chriswendt1 commented 3 years ago

This Github project uses a commercial subscription to the Translator service that is part of Microsoft Azure. It runs on Windows, and is different from the the consumer app in the Google Play and Apple store.

dm17 commented 3 years ago

This Github project uses a commercial subscription to the Translator service that is part of Microsoft Azure. It runs on Windows, and is different from the the consumer app in the Google Play and Apple store.

Thanks! My goal is trying to get any of the available translators (Google, Microsoft, DeepL) into a browser extension such that web pages can be translated offline (like chromium does a great job with online).

chriswendt1 commented 3 years ago

See this project: https://github.com/MicrosoftTranslator/Local-Feature-Android You can call the local API exposed by the Translator app. It works offline, if the appropriate Microsoft Translator language pack is present.