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,
We are trying to process a image where different regions would need different dictionaries --> for example the first 4 characters could have one list of dictionaries and the second 4 characters have another.
From what i understood from the documents user_words_suffix is used to load the custom dictionaries but it looks like that is an init parameter and cannot be overriden at runtime.
Is the only possible solution to create different instances of tesseract to process the different zones?
NOTE : This is not character whitelisting but word whitelisting.
Also is it possible to pick use words only from the custom dictionary and ignore the default dictionary for the language?