Extracting images from PDF

We've been running PipelinePilot 2021 (linux backend) and have a protocol to extract images from an externally created PDF files:

PDF Reader -> Unpack Children -> Image from Byte Array -> Image Record Writer

We need to update PP to PP2025, but there's currently no imaging collection in PP2025 Gold for Linux. Therefore, the "Image from Byte Array" component is missing. Is there another native way to extract the images in the PDF from within PP?

Would prefer not to use external python modules (such as pymupdf or Pillow) run via "Python (on Server)" to minimize maintenance load.