halkar / Tesseract.Xamarin

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

Could not find Tesseract.iOS #24

Closed joaodealmeida closed 8 years ago

joaodealmeida commented 8 years ago

Hello, i've installed your Nuget Package in my solution. I could now find Tesseract.iOS so I can register the type TesseractAPI( which it doesn't recognise) in the container builder. screen shot 2015-12-22 at 17 13 45

halkar commented 8 years ago

Which package version do you use? Which version of Xamarin Studio?

joaodealmeida commented 8 years ago

Xamarin Studio: 5.10.1 (build 6) Package : 0.2.12

halkar commented 8 years ago

Weird. So you created new cross-platform Xamarin.Forms app, right? Installed a nuget package and iOS dll is not added? Can you take a screenshot of your project references?

screen shot 2015-12-23 at 12 39 00
joaodealmeida commented 8 years ago

It didn't add any Tesseract iOs related.

screen shot 2015-12-23 at 02 01 22

joaodealmeida commented 8 years ago

Although in Android project I've got the Tesseract.Droid and Tesseract.Binding.Droid ...

halkar commented 8 years ago

I see the problem now. Your iOS app is classic and not unified one. Why do you use it? Tesseract.Xamarin only supports unified iOS apps.

Sent from Outlook Mobile

On Tue, Dec 22, 2015 at 6:09 PM -0800, "João Almeida" notifications@github.com wrote:

Although in Android project I've got the Tesseract.Droid and Tesseract.Binding.Droid ...

— Reply to this email directly or view it on GitHub.

joaodealmeida commented 8 years ago

I've just updated to unified API. Now its properly loading the references!

Thanks