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"