Do you have the background task queue workers working? Otherwise background tasks like OCR won't run.
Did you installed by hand or by using the Docker image?
To see if tesseract of scanning, send a big document to OCR and do the following on the command line:
ps x a | grep 'tesseract'
you should see a process running tesseract if not check the "OCR errors" log in the "Tools" section to see if an error message is being logged.