Looks like this was only added since 3.03 to Tesseract (
https://github.com/charlesw/tesseract/issues/70) - unclear if the Visual
Basic interface to Tesseract supports this yet - have you had a dig around?

On 10 January 2015 at 10:11, Markus H. <lachgesi...@googlemail.com> wrote:

> Hi,
>
> i want to disable the main dictionary (Visual Basic).
> I know that i have to set the *init only* parameter load_system_dawg to 0.
>
>
> I know how to set *non init only* parameters like tessedit_char_whitelist.
>
>             tess = New Tesseract()
>             tess.Init("tessdata", "eng",
> Tesseract.OcrEngineMode.OEM_DEFAULT)
>             tess.SetVariable("tessedit_char_whitelist",
> "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ -_.")
>
> But how can i set* init only* paramters?
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "tesseract-ocr" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> Visit this group at http://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tesseract-ocr/66f8e61f-77f7-4182-a6f5-bf8a83e6f17e%40googlegroups.com
> <https://groups.google.com/d/msgid/tesseract-ocr/66f8e61f-77f7-4182-a6f5-bf8a83e6f17e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAORW5vhmpJn%3DQHjHn1zjw2EQkZV3%3DG%2BdwUmKte%3D17e45y-Fqnw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to