Updated FAQ (markdown)

Akash Mozumdar 2019-10-20 17:41:18 -04:00
parent fc5dd58561
commit 0d57d67e33

9
FAQ.md

@ -1,8 +1,5 @@
# Frequently Asked Questions # Frequently Asked Questions
## How do I make `Extra Window` transparent?
Change the alpha value of the background/text colors.
## 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.
@ -13,6 +10,12 @@ Oof, looks like you found a game with an engine that Textractor doesn't natively
If you find yourself needing to use either of those techniques, please post an issue. It's very useful for me to keep track of which games are not currently working with Textractor, so that I can figure out which game engines they use and add native support. However I probably won't fix it unless and until I find some other games using the same engine. If you find yourself needing to use either of those techniques, please post an issue. It's very useful for me to keep track of which games are not currently working with Textractor, so that I can figure out which game engines they use and add native support. However I probably won't fix it unless and until I find some other games using the same engine.
# I'm getting white boxes when extracting non-English text.
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.
## How do I make `Extra Window` transparent?
Change the alpha value of the background/text colors.
## 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.