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
Hi,
so I have to make OCR which will scan cipher text, as we know that cipher text is not a language, so I wonder what option should I put on the language option to do this?
Stef
unread,
Jun 16, 2016, 11:09:42 AM6/16/16
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
If the cipher text uses latin characters, I'd use -l eng, switch off the english word lists (load_system_dawg=0 and load_freq_dawg=0) and set the tessedit_char_whitelist to the characters that are possible in your cipher text.