Updated FAQ (markdown)

Akash Mozumdar 2020-02-08 18:04:55 -07:00
parent 94b4df4e85
commit aa59f770a9

2
FAQ.md

@ -7,7 +7,7 @@ Some useful regex filters:
- `[\u0021-\u00ff]` (filters all european language and most special characters) - `[\u0021-\u00ff]` (filters all european language and most special characters)
- `[\u0100-\uffff]` (filters all non european language characters) - `[\u0100-\uffff]` (filters all non european language characters)
- `[\u0000-\u2fff\ua000-\uffff]` (filters all non Chinese/Japanese/Korean characters) - `[\u0000-\u2fff\ua000-\uffff]` (filters all non Chinese/Japanese/Korean characters)
- `<.+?>` (filters all HTML tags like <p id="some_guid"> </span>) - `<.+?>` (filters all HTML tags like `<p id="some_guid">` or `</span>`)
## 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? ## 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: Oof, looks like you found a game with an engine that Textractor doesn't natively support. There's two things you should try: