ir

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Pipeline

type Pipeline struct {
	// contains filtered or unexported fields
}

func NewDefault

func NewDefault() *Pipeline

NewDefault constructs a pipeline with basic components (raw parser, filter decoder, no-op security, minimal semantic builder).

func (*Pipeline) Parse

func (p *Pipeline) Parse(ctx context.Context, r io.ReaderAt) (doc *semantic.Document, err error)

Parse orchestrates Raw -> Decoded -> Semantic pipeline.

func (*Pipeline) WithPassword

func (p *Pipeline) WithPassword(pwd string) *Pipeline

WithPassword sets the password used to open encrypted PDFs.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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