extract

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2020 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractTextFieldsFromPDF

func ExtractTextFieldsFromPDF(path string) (map[int]map[string]string, error)

func ExtractTextFieldsStructFromPDF added in v0.5.0

func ExtractTextFieldsStructFromPDF(path string) (map[int]map[string]TextField, error)

put together the textfields with the right pagesize

func PrettyPrintStruct

func PrettyPrintStruct(layout interface{}) error

Types

type TextField added in v0.5.0

type TextField struct {
	Name    string
	Key     string
	PageNum int
	Value   string
	Rect    []float64
	PageDim geo.Dim
}

Jump to

Keyboard shortcuts

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