do-something-for-fun / thesis-helper

毕业论文小助手:一个翻译英文并将中文结果显示在侧边的PDF阅读器
307 stars 54 forks source link

Little advice #4

Closed dendenxu closed 4 years ago

dendenxu commented 4 years ago

I've developed a similar program for similar reasons. However, the translation API blocks your IP address after several translation attempts. This also happens when you use translate.googleapi.com or translate.google.cn. Haven't tested for baidu translator.

My advice is, use your web browser to do the translation. May end up with a better look right? My try is here(using chrome): https://github.com/dendenxu/Chrome-Based-Thesis-Translator

QSCTech-Sange commented 4 years ago

I found the problem too. Your advice is a cool approach.

QSCTech-Sange commented 4 years ago

Solved. It's now using Google Translation. Thanks for your advice.