import doc2txt
I want to extract the string from the document file with Doc2txt it's give the following error.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/dist-packages/doc2text/__init__.py", line 7, in <module>
import PythonMagick
ImportError: No module named 'PythonMagick'