Is there a doc that lists all functions I can use to improve OCR recognition?
54 views
Skip to first unread message
Jaime
unread,
Oct 8, 2021, 1:27:57 PM10/8/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
I'm new to this and wanted to play around with different functions to see how it affects output. For example, the only one I'm familiar with now is the one used to greyscale an image: cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
This page lists a bunch of features I can use, but doesn't provide information on the actual functions.