Skip to content
Akash Mozumdar edited this page Nov 26, 2019 · 26 revisions

Frequently Asked Questions

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.

Textractor is extracting text with some characters missing or is unable to extract any text remotely close to what I need. How do I extract the correct text?

Oof, looks like you found a game with an engine that Textractor doesn't natively support. There's two things you should try:

  1. Search for the text itself in memory. To do this, click Search for hooks and Search for specific text. Type in the first few characters of the text that you're trying to find. So if the game is displaying the text Hey dude, what's up? you should type Hey du. Now click Ok: with any luck, Textractor will be able to find where the game stores its text and one of the resulting hooks should be able to continuously extract the game's current text. This entire process can be seen in the tutorial video.
  2. Brute force search for hooks. To do this, click Search for hooks. Once Textractor says it's initialized the hook search, click through the game to make it display new text. Once the search has finished, Textractor will display a list of hook codes along with the corresponding text they extracted. Go through the list to find the text shown by the game, and copy the hook code. Then click Add hook and paste that hook code and click Ok.

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?

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 (or use a different translation api) for a few hours then try again. If you're still getting that error message post an issue.

Clone this wiki locally