Changing
pdf_doc = word.Documents.Open(pdf_path)
to
pdf_doc = word.Documents.Open(pdf_path, False, False, False)
fixed the issue for me.