diff --git a/FAQ.md b/FAQ.md index a5918be..b91b780 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3,6 +3,11 @@ ## 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. +## The text I'm trying to capture is split into multiple text threads. Can I merge them somehow? +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. - \ No newline at end of file +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. \ No newline at end of file