Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always looking for the first letter, no further search #38

Open
aaa1223aaa opened this issue Apr 13, 2023 · 5 comments
Open

Always looking for the first letter, no further search #38

aaa1223aaa opened this issue Apr 13, 2023 · 5 comments

Comments

@aaa1223aaa
Copy link

image

@Traxeronus
Copy link

Traxeronus commented Apr 16, 2023

The same issue. Offsets end at 7/7 while only first char is found.
image

Terminal shows only warnings:
image

@david-benes
Copy link

david-benes commented Oct 16, 2023

According to the code, there are several phases. In the first phase, unredacter tries to identify the best offsets. These are, with the default threshold setting required to have score at least 0.25 or lower. Since there is no such a good match, the main algorithm is not started. You can increase the threshold to 0.5, but there is a high chance that you will not find anything useful with so bad matches anyway.

@trentfulbright
Copy link

i have the same problem, even using the same png that it has by default it doesnt work

@david-benes
Copy link

@trentfulbright I'm not saying it works with the default settings. I only explained the mechanics of the issue as I struggled with this as well.

@psydvl
Copy link

psydvl commented Oct 30, 2023

Not always: Score and Good offsets are changing and in time it will add next letter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants