iron-software/Iron-OCR-Image-to-Text-in-CSharp

net core support

paleicikas opened this issue ยท 4 comments

Any update for .NET CORE support?

I'm waiting for that too.

Same here, tried with .Net Core 2.2 and 3.0 and can't get it to work, which is a big bummer...

No luck here tried with .net core 3.1
OCR Exception:'IBM437' is not a supported encoding name.

@adragoset

Just call before any other code to add support for encodings.

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);