Sicos1977 / TesseractOCR

A .net library to work with Google's Tesseract
161 stars 20 forks source link

Custom language or multiple languages #10

Closed Pique7 closed 2 years ago

Pique7 commented 2 years ago

I haven't found any possibility to initialize the Tesseract engine with a custom language (e.g. "doubledutch") or multiple languages (e.g. "ger+eng").

What approach do you suggest to achieve this?

Sicos1977 commented 2 years ago

Never thought about that, I shall add an extra method to make that possible.

Sicos1977 commented 2 years ago

Added the options to set the language manually and set multiple languages