Updated FAQ (markdown)

Akash Mozumdar 2019-07-16 22:59:02 +05:30
parent ca0da73701
commit 015d848b3b

9
FAQ.md

@ -3,6 +3,11 @@
## Can I pre-translate names before they're sent to Bing/Google Translate? ## Can I pre-translate names before they're sent to Bing/Google Translate?
Yup. Use the `Replacer` extension. Remember to move it to a place in the extension list above the translation extension. Yup. Use the `Replacer` extension. Remember to move it to a place in the extension list above the translation extension.
## I'm getting an "error while translating" error message! ## The text I'm trying to capture is split into multiple text threads. Can I merge them somehow?
The translation apis temp ban you if you use them too much. Try restarting Textractor, that might fix it. If not, wait a few hours then try again. If you're still getting that error message post an issue. Yup. Use the `Thread Linker` extension.
## Can I use Textractor to extract text and some other program (e.g. Translation Aggregator) to process it?
Probably. If that program can receive text via the clipboard then use the `Copy to Clipboard` extension and enable clipboard monitoring in the other program.
## I'm getting an "error while translating" error message!
The translation APIs temp ban you if you use them too much. Try restarting Textractor, that might fix it. If not, wait a few hours then try again. If you're still getting that error message post an issue.