How to extract text from doc file using C language? I need free library, with simple function like char* doc2txt(const char*)
char* doc2txt(const char*)
I did not find any solution, so I created my own library https://github.com/uvoteam/libdoc It can be used for Python also