Victor Roza
unread,Feb 7, 2023, 1:44:52 AM2/7/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Guys, does anyone know how to modify pytesseract internally to read a predefined sequence of letters and numbers? In this case, I was wanting to read a sequence of letters and numbers. Without him confusing some characters. (EX.: B-8, 2-Z, G-0-O...). Maybe if I knew how to pass the predefined order where the respective digits go, he would know that in a certain position there should be a number. The sequence of Digits is as follows. LLLNLNN. L-> letters and N-> numbers.
Can anyone help me?