{"id":17090989,"url":"https://github.com/lu4p/cat","last_synced_at":"2025-06-25T19:33:03.910Z","repository":{"id":35001962,"uuid":"173507678","full_name":"lu4p/cat","owner":"lu4p","description":"Extract text from plaintext, .docx, .odt and .rtf files. Pure go.","archived":false,"fork":false,"pushed_at":"2023-11-25T16:00:30.000Z","size":220,"stargazers_count":94,"open_issues_count":6,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-10T00:42:18.481Z","etag":null,"topics":["cat","cross-platform","docx2txt","extract-text","go","golang","odt2txt","pdf2txt","pdftotext","rtf-to-text","text-extraction","textextracting"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu4p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lu4p"}},"created_at":"2019-03-02T22:53:26.000Z","updated_at":"2024-11-12T17:58:48.000Z","dependencies_parsed_at":"2024-06-18T15:39:06.338Z","dependency_job_id":null,"html_url":"https://github.com/lu4p/cat","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu4p%2Fcat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu4p%2Fcat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu4p%2Fcat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu4p%2Fcat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu4p","download_url":"https://codeload.github.com/lu4p/cat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230511479,"owners_count":18237657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cat","cross-platform","docx2txt","extract-text","go","golang","odt2txt","pdf2txt","pdftotext","rtf-to-text","text-extraction","textextracting"],"created_at":"2024-10-14T13:57:15.692Z","updated_at":"2024-12-19T23:14:52.523Z","avatar_url":"https://github.com/lu4p.png","language":"Go","funding_links":["https://github.com/sponsors/lu4p"],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go\u0026logoColor=white\u0026style=flat-square)](https://pkg.go.dev/github.com/lu4p/cat)\n[![License](https://img.shields.io/github/license/lu4p/cat.svg)](https://unlicense.org/)\n[![CircleCI](https://circleci.com/gh/lu4p/cat.svg?style=svg)](https://circleci.com/gh/lu4p/cat)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lu4p/cat)](https://goreportcard.com/report/github.com/lu4p/cat)\n[![codecov](https://codecov.io/gh/lu4p/cat/branch/master/graph/badge.svg)](https://codecov.io/gh/lu4p/cat)\n\n# cat\nThis is a simple libary to extract text from plaintext, .docx, .odt and .rtf files.\n\n## Install\n```go get -u github.com/lu4p/cat```\n\n## Basic Usage\n```golang \npackage main\nimport (\n  \"fmt\"\n  \"github.com/lu4p/cat\"\n)\n\nfunc main(){\n  txt, _ := cat.File(\"filename\")\n  fmt.Println(txt)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu4p%2Fcat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu4p%2Fcat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu4p%2Fcat/lists"}