Well if you need docx, then find some tools that do your needs in docx. Maybe 
you find the right command line tools that will convert the important parts of 
your docx files into something that you can process. Then you can continue in 
Nim. Maybe you can find a C library that supports extracting the contents of a 
docx file nicely that you can write a wrapper for. Or you need to dygest the 
file on your own. Here regular expressions might be helpful.

Reply via email to