Anthony Stirling
Anthony Stirling
/usr/share/tesseract-ocr/4.00/tessdata stopped existing long time about as your log showed ``cp: can't stat '/usr/share/tesseract-ocr/4.00/tessdata/*': No such file or directory``
can you show your container startup logs and also run the command ``apk list --installed | grep font``
Can you show the output of the command *
Issue still ongoing?
Not currently
What settings do you see printing in your logs on startup Also what version are you running A tag or alpha/develop or..
You are changing the wrong path in your compose The container path should remain same and you should change your systems to whatever you want in the above example you...
Also please follow GitHub not website (for app locale side) Website is out of date at moment sorry
``` version: '3.3' services: stirling-pdf: image: frooodle/s-pdf:latest ports: - '8080:8080' volumes: - /location/of/trainingData:/usr/share/tessdata #Required for extra OCR languages - /location/of/extraConfigs:/configs ``` in this example /configs has to remain same and...