augustin-wien / PDF-Parser

This plugin is used in a wordpress backend to extract text from pdf files and convert it into blogs.
1 stars 0 forks source link

Running parser from Dockerfile leads to import error #8

Open lebe1 opened 11 months ago

lebe1 commented 11 months ago

After building the image with docker build --tag 'pdf_parser' . and running the container with docker run --detach 'pdf_parser', I receive the following error. Locally running via uvicorn works fine though.

image