rtesseract icon indicating copy to clipboard operation
rtesseract copied to clipboard

RMagick processor generates image with BBP higher than 32

Open eymlo opened this issue 10 years ago • 0 comments

RMagick processor generates image with BBP higher than 32, which trips up Tesseract. I tried changing the rmagick processor to convert to PNG instead of TIF and that solves the problem.

Error in pixReadFromTiffStream: can't handle bpp > 32 Error in pixReadStreamTiff: pix not read Error in pixReadStream: tiff: no pix returned Error in pixRead: pix not read Error in pixGetInputFormat: pix not defined Reading test.tif as a list of filenames... Error in fopenReadStream: file not found Error in pixRead: image file not found Image file II* cannot be read! Error during processing.

eymlo avatar Aug 02 '15 04:08 eymlo