Lu4p Cat Save

Extract text from plaintext, .docx, .odt and .rtf files. Pure go.

Project README

GoDoc License CircleCI Go Report Card codecov

cat

This is a simple libary to extract text from plaintext, .docx, .odt and .rtf files.

Install

go get -u github.com/lu4p/cat

Basic Usage

package main
import (
  "fmt"
  "github.com/lu4p/cat"
)

func main(){
  txt, _ := cat.File("filename")
  fmt.Println(txt)
}
Open Source Agenda is not affiliated with "Lu4p Cat" Project. README Source: lu4p/cat

Open Source Agenda Badge

Open Source Agenda Rating