A fullstack application (go and angular) for analysing docx file.
Based on mattn's docx2md (https://github.com/mattn/docx2md)
cd ng
npm i
ng build
cd ../go/cmd/gongdocx
go install
goongdocx <file>
A fullstack application (go and angular) for analysing docx file.
Based on mattn's docx2md (https://github.com/mattn/docx2md)
cd ng
npm i
ng build
cd ../go/cmd/gongdocx
go install
goongdocx <file>