79632400

Date: 2025-05-21 16:30:13
Score: 1.5
Natty:
Report link

I want to scan with pytesseract, but the page numbers are not recognized. The page number is not recognized on any of the pages.

Utilizing Windows 10 and Python 3.13.3

Change this:

config = r"--psm 3" # 3

To:

config = r"--psm 6 --oem 3 -l eng"

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo