Search code examples
pythoncdoc

How to extract text from doc file?


How to extract text from doc file using C language? I need free library, with simple function like char* doc2txt(const char*)


Solution

  • I did not find any solution, so I created my own library https://github.com/uvoteam/libdoc It can be used for Python also