I have a strange issue. Strange, because I did the same thing on my home PC and had no problem - but when I tried it on my work PC it somehow did not work and I really don't get the issue.
So, I am trying to use ocrmypdf in Python and have installed it and all the prerequisits via pip.
Yet, whenever I try to import it, either program I might use for it will tell me that there is no module named "ocrmypdf" or for the matter a module named "tesseract".
I tried deinstalling and reinstalling python and then tesseract/ocrmypdf, but it did exactly nothing.
I have to be overlooking something, but I cannot think of anything else to do.