halkar / Tesseract.Xamarin

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

Migrate main project to netstandard #52

Open heytherewill opened 6 years ago

heytherewill commented 6 years ago

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 keep changes at a minimum.

halkar commented 6 years ago

I'll have a look. But anyway, it requires changes in the nuget package as well.

halkar commented 6 years ago

Sorry for the delay. All test projects are now broken. I'll try to fix them but would be awesome if you could include those changes in your PR.

thomasgalliker commented 5 years ago

Any progress on this? Can I help somehow? I like the idea of this library.

aleksandrsmyk commented 5 years ago

Good wrapper! Will you plan to update a project to support .Net Standard with last changes from Tesseract?