pdf

package
v0.0.0-...-11fa6ca Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	*pdfcpu.PDFInfo

	XMLMetadata []map[string]interface{} `json:"xmlmetadata"`
}

func ExtractMetadata

func ExtractMetadata(f []byte, filename string) (*Metadata, error)

type PDFPage

type PDFPage interface {
	GetTextByRow(tolerance float64) (types.Rows, error)
}

type PDFReader

type PDFReader interface {
	NumPage() int
	Page(int) (PDFPage, error)
}

Directories

Path Synopsis
provider

Jump to

Keyboard shortcuts

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