Sicos1977 / TesseractOCR

A .net library to work with Google's Tesseract
161 stars 20 forks source link

TesseractOCR.Pix.Image.LoadFromMemory ERROR #37

Closed Claudetom closed 1 year ago

Claudetom commented 1 year ago

Hello! Error while loading an array of bytes from a BMP image

Error in pixReadMemBmp: 32 bpp rgba input data is not supported Error in pixReadMem: bmp: no pix returned Exception levée : 'System.IO.IOException' dans TesseractOCR.dll Failed to load image from memory

Will there be a solution for loading in 32 bpp rgba

Thank you very much for your work