Iron-OCR-Image-to-Text-in-CSharp icon indicating copy to clipboard operation
Iron-OCR-Image-to-Text-in-CSharp copied to clipboard

net core support

Open paleicikas opened this issue 4 years ago • 4 comments

Any update for .NET CORE support?

paleicikas avatar Oct 11 '19 08:10 paleicikas

I'm waiting for that too.

BrunoMMesquita avatar Oct 30 '19 17:10 BrunoMMesquita

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

jaycollett avatar Nov 07 '19 14:11 jaycollett

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

adragoset avatar Feb 18 '20 17:02 adragoset

@adragoset

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

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

fitdev avatar Oct 27 '20 15:10 fitdev