Skip to content

guylaor/goword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goword

image

Go Package to extract text from word docx files

usage

import "github.com/guylaor/goword"

func main() {

    text, err := goword.ParseText("1.docx")
    if err != nil {
        log.Panic(err)
    }
    fmt.Printf("%s ", text)

}

About

Go Package to parse word docx files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages