Extraction of only specific words from image using pytesseract
37 views
Skip to first unread message
Prajjwal Jaglan
unread,
Sep 26, 2020, 3:55:18 AM9/26/20
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
Dear team,
I am a beginner with tesseract and working to make a python script that only extracts specific predefined words from the image. I found a function named 'character_whitelist' and 'character_blacklist' but they work on specific characters but not words. How can I achieve this using pytessract. I deeply appreciate your guidance and help on this.