charlesw / tesseract

A .Net wrapper for tesseract-ocr
Apache License 2.0
2.24k stars 744 forks source link

PixConverter not found in Namespace Tesseract #672

Open blauertee opened 1 month ago

blauertee commented 1 month ago

I'd like to use PixConverter for passing an Image from OpenCV to Tesseract. Im on Tesseract Nuget 5.2.0 with .NETFramework Version v4.8. There seems to be no class PixConverter and other people seemed to have trouble accessing PixConverter as well. What do I have to do to access that class or is there some bug in the Nuget version making it inaccessible?

Thank's in Advance!

blauertee commented 1 month ago

Ah need the Drawing Nuget, makse sense :)

blauertee commented 1 month ago

Wait Tesseract.Drawing is only for .NetCore Applications i'm on .NETFramework Version v4.8 so this makes no sense for me. I can't even use the System.Drawing.Common Nuget on my Framework what am I missing?