I am using Aspose to split a DOCX file into separate DOCX files for each page, and I am creating a Python Azure Function to perform this task. The splitting works correctly in both an Ubuntu Docker image and my local env…...install -y wget RUN wget http://archive.ubuntu.com/ubuntu/pool/main/i/icu/libicu66_66...extractedPage = doc.extract_pages(page, 1) extract_page_name = f"{page+1}...