tesseract
tesseract copied to clipboard
(how i can solve it ).Pix.LoadFromFile get a error
using (var img = Pix.LoadFromFile(imgPath)) { using (var page = engine.Process(img)) { ret = page.GetText().Trim(); } }
error
Error in pixReadStreamW
ebP: function not present
Error in pixReadStream: webp: no pix returned
Error in pixRead: pix not read
``
I have the same errors when using project running in docker
I think tesseract on linux requires an additional install. apt-get
something. I might look in the tesseract notes.
Same error on linux
Error in pixReadMemTiff: function not present
Error in pixReadMem: tiff: no pix returned
Error in pixaGenerateFontFromString: pix not made
Error in bmfCreate: font pixa not made
Error in pixReadMemTiff: function not present
Error in pixReadMem: tiff: no pix returned
Error in pixaGenerateFontFromString: pix not made
Error in bmfCreate: font pixa not made
Error in pixReadStreamPng: function not present
Error in pixReadStream: png: no pix returned
Error in pixRead: pix not read