How to Solve NameError: name 'parse' is not defined -- pdf2docx

Solution: Import the 'parse' module

To Solve the error, add the following line to the top of your code.

from pdf2docx import parse

 

For more information:
Python pdf2docx parse