readpdftext

package
v0.0.0-...-4524d0c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: Unlicense Imports: 2 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReadPlainTextFromPDF

func ReadPlainTextFromPDF(pdfpath string) (text string, err error)
Example
content, err := ReadPlainTextFromPDF("test.pdf")
if err != nil {
	panic(err)
}

fmt.Println(content)
Output:

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL