[`docx.document.Document.add_picture`](https://python-docx.readthedocs.io/en/latest/api/document.html?highlight=add_picture#docx.document.Document.add_picture) should support `pathlib.Path` objects. Currently it returns an error if you try to pass the file name of the image as a `pathlib.Path`.