# goword **Repository Path**: codes_test/goword ## Basic Information - **Project Name**: goword - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-13 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goword ![image](https://api.travis-ci.org/guylaor/goword.svg?branch=master) Go Package to extract text from word docx files ### usage ``` import "gitee.com/codes_test/goword" func main() { text, err := goword.ParseText("1.docx") if err != nil { log.Panic(err) } fmt.Printf("%s ", text) } ```