Skip to content

Commit f619ed6

Browse files
committed
95% captcha solving accuracy
1 parent 3ea9924 commit f619ed6

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

domain92/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def solve(image):
306306
image.filter(ImageFilter.GaussianBlur(1))
307307
.convert("1")
308308
.filter(ImageFilter.RankFilter(3, 3)),
309-
config="-c tessedit_char_whitelist=ABCDEFGHIJKLMNOPQRSTUVWXYZ --psm 12 -l freednsocr",
309+
config="-c tessedit_char_whitelist=ABCDEFGHIJKLMNOPQRSTUVWXYZ --psm 13 -l freednsocr",
310310
)
311311
text = text.strip().upper()
312312
checkprint("captcha solved: " + text)
0 Bytes
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "domain92"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "A totally rad cli tool to automate freedns link creation"
55
authors = ["Cbass92 <contact@cbass92.org>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)