Updated FAQ (markdown)

Akash Mozumdar 2021-05-19 22:24:50 -06:00
parent d01f03c20c
commit b35ebb0c13

8
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. 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? ## 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: Some useful regex filters:
- `\s` (filters all whitespace) - `\s` (filters all whitespace)
- `[\u0021-\u00ff]` (filters all european language and most special characters) - `[\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. 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? ## 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? ## 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? ## 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! ## 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. 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.