Registry / utility / docconv

docconv

JSON →
library1.3.8gogounverified

A Go library for converting documents (PDF, DOC, DOCX, etc.) to plain text.

go get code.sajari.com/docconv
INSTALL
IMPORT
SIG · DOCCONV
D
docconv
utilitygov1.3.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

docconv
code.sajari.com/docconv

Converts a PDF file to plain text.

package main import ( "fmt" "code.sajari.com/docconv" ) func main() { res, err := docconv.ConvertPath("document.pdf") if err != nil { panic(err) } fmt.Println(res.Body) }
Debug
Known issues
gotchaRequires external dependencies like pdftotext, libreoffice, etc.
fix
Install the required system tools (e.g., poppler-utils, libreoffice).
affects: all
Upgrade
Version history
1.3.8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
2
Resources
docconv — go get docconv · libregistry