Tesseract.Xamarin
Tesseract.Xamarin copied to clipboard
Tesseract OCR wrapper for Xamarin
Hi @halkar , I am using it in Xamarin Forms application using DependencySevice. In Android, I have added language files in tessdata under Asset but Init is always returning false....
cool its working fine, but response time is too much, and its giving most of the gar-beg text, do you have solution on this? please let me know
Is there any plans to upgrade this package to Tesseract 4.0? Good job on the package it works great for me.
I can't figure out where to put the lines from [your tutorial](https://shamsutdinov.net/2015/07/01/tesseract-orc-xamarin-part-1/). I also followed [this](https://thatcsharpguy.com/posts/tesseract-ocr-in-xamarin-en/), but when I run the app, I get the error: Android.OS.FileUriExposedException Can anyone help?
Closes #47 This doesn’t do anything fancy like multi-targeting. It only changes the core library to be a netstandard lib instead of a PCL. This was done on purpose to...
Any chances for Xamarin.Mac support? While I have succeeded in directly referencing .dll files from some packages that don't declare Xamarin.Mac support to make them work, as this package uses...
Can we have net standard version?
Greetings Halkar. I really like your wrapper. I am trying to use Progress Event, but it never gets called. Can you help me?
Hi halkar, Thank you for the wrapper! We have a problem with Tesseract not able to init by using the specified constructor - G8Tesseract (string language, NSDictionary configDictionary, NSObject[] configFileNames,...