unredacter icon indicating copy to clipboard operation
unredacter copied to clipboard

Always looking for the first letter, no further search

Open aaa1223aaa opened this issue 1 year ago • 5 comments

image

aaa1223aaa avatar Apr 13 '23 06:04 aaa1223aaa

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

Terminal shows only warnings: image

Traxeronus avatar Apr 16 '23 14:04 Traxeronus

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.

david-benes avatar Oct 16 '23 18:10 david-benes

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

trentfulbright avatar Oct 22 '23 01:10 trentfulbright

@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.

david-benes avatar Oct 22 '23 20:10 david-benes

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

psydvl avatar Oct 30 '23 20:10 psydvl