Skip to content
forked from lu4p/cat

This is a libary to extract text from plaintext, .docx, .odt and .rtf files. \|/ forked to work without files

License

Notifications You must be signed in to change notification settings

micaelAlastor/cat

 
 

Repository files navigation

GoDoc License CircleCI Go Report Card

cat

This is a simple libary to extract text from plaintext, .docx, .odt, .pdf 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.Cat("filename")
  fmt.Println(txt)
}

About

This is a libary to extract text from plaintext, .docx, .odt and .rtf files. \|/ forked to work without files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%