From b35ebb0c136e9f4287047377f5c11d4379c0c99e Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Wed, 19 May 2021 22:24:50 -0600 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 52d02a2..636de4c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -4,7 +4,7 @@ As of April 2020 I've pretty much gotten tired of working on Textractor, and don't want or plan to do new development beyond minor bug fixes. If your issue can be resolved simply using the existing features of Textractor, I'll tell you how to do so, but if it would require me to develop Textractor significantly or in another way require significant effort from me to troubleshoot, I probably just won't reply: you're on your own. Sorry. ## Textractor is extracting text *mostly* correctly, but there's some extra characters as markup/garbage (e.g. a `\n` in place of every line break). Is there a way to clean the text? -Yup, use the `Regex Filter` or `Replacer` extension. Remember to put the extension near the top of the list so the other extensions see the cleaned text. +Yup, use the 'Regex Filter' or 'Replacer' extension. Remember to put the extension near the top of the list so the other extensions see the cleaned text. Some useful regex filters: - `\s` (filters all whitespace) - `[\u0021-\u00ff]` (filters all european language and most special characters) @@ -23,13 +23,13 @@ If you find yourself needing to use either of those techniques, please post an i Try changing the font (right click the text output box and click `Font`) to something that supports the language of the text you're trying to extract. ## 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. ## The text I'm trying to capture is split into multiple text threads. Can I merge them somehow? -Yup. Use the `Thread Linker` extension. +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. +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 temporarily ban your IP if you use them too much without an API key. The most reliable solutions are to either supply an API key or use a VPN so your IP gets masked. Using an API key supports the translation provider (for whom the infrastructure to have an API for public use, let alone one that embeds a high quality neural network, is not cheap) while using a VPN is basically stealing...anyway it's your choice.