I used aspose-words in local windows and Macos, it works fine with document having 38 pages.
When I deploy using docker
https://packages.microsoft.com/debian/11/prod bullseye mai
FROM python:3.10.11 as build
WORKDIR /…... Update Dockerfile Update your Dockerfile to...WORKDIR /APP COPY . . RUN apt-get update && apt-get install -y \ unixodbc-dev...