Vitaliy

Results 170 comments of Vitaliy

This could be because of many reasons. Can you show a problematic DOCX file?

It is a part of the code that responsible for figure comments. Do you know Java? You can simply put this part of code into the try-cache block: https://github.com/Vitaliy-1/DOCX2JATS/blob/master/src/doc/transformation/xml/transformerFigures.java#L72-L78 If...

This is apache ant library. It should be include into the project.

Ok, I will look at the file

Don't recommend to do anything in the `build.xml` managing those dependencies there was a headache for me, as I don't know ant build well :) Basically, if you using eclipse,...

https://github.com/Vitaliy-1/DOCX2JATS/blob/master/stylesheets/docx/build-from.xml Ideally. this project should be converted to maven project and point all dependencies there...

They are all available through maven. For example: https://mvnrepository.com/artifact/net.sf.saxon/saxon9he/9.4.0.4

The also can be download manually. if you are not familiar with maven. Saxon, for example, is available here: https://sourceforge.net/projects/saxon/files/

Not sure. And what you are trying to do?

The main method is inside docIngestion class. If you want to run it from IDE (to check the code before making a jar file) you can specify your input and...