[tesseract-ocr] Problems with installation

2022-08-03 Thread Martin Smolik
Hello, I ran into problems after trying to rebuild some of my docker containers. I did not touch any code that touches tessaract, so I suspect something changed in the way it should be installed. In my dockerfile I have && echo "deb [trusted=yes] https://notesalexp.org/tesseract-ocr/buster/

[tesseract-ocr] Take in image from memory, get PDF output

2022-08-03 Thread Michael Kadziela
Hey all, and thanks for assisting. I'm currently working on a pipeline that takes in PDFs, converts them to images, feeds them to Tesseract, and outputs a combined PDF at the end with a readable text layer. I'm up to the Tesseract part, and I'm stuck with the API and unsure how to continue. E