| Thanks for checking it out for us. So, it's a wrapper around not panddoc but pdf2docx, https://github.com/dothinking/pdf2docx which parses PDF via PyMuPDF, https://github.com/pymupdf/PyMuPDF which is a wrapper around MuPDF (which does the heavy lifting parsing PDF), https://mupdf.com/ and writes DOCX via python-docx, https://github.com/python-openxml/python-docx |
However, from an everyday user point of view, it does make it rather simple to convert pdf to word document. An everyday user won't be up for doing that via cli commands. And every alternative user friendly solution requires uploading your documents to servers (which could spark privacy concerns)