halkar / Tesseract.Xamarin

Tesseract OCR wrapper for Xamarin
MIT License
121 stars 40 forks source link

Add SetVariableValue in the ITesseract interface #13

Closed molinch closed 8 years ago

molinch commented 8 years ago

This would allow giving Tesseract hints about how it should work.

For example: don't use the dictionary if what you are scanning is not real words but maybe product references.

halkar commented 8 years ago

Sure, will add method in the next release. Hope it will be sent to nuget this weekend.