Go Package to extract text from word docx files
import "github.com/guylaor/goword"
func main() {
text, err := goword.ParseText("1.docx")
if err != nil {
log.Panic(err)
}
fmt.Printf("%s ", text)
}
| Name | Name | Last commit date | ||
|---|---|---|---|---|