package
3.67.0
Repository: https://github.com/unidoc/unipdf.git
Documentation: pkg.go.dev

# Functions

New returns an Extractor instance for extracting content from the input PDF page.
NewEditor returns a new Editor object.
NewFromContents creates a new extractor from contents and page resources.
NewWithOptions an Extractor instance for extracting content from the input PDF page with options.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BidiText represents a bidi text organized in its visual order with base direction of the text.
Box represents the bounding box of a given textMark on pdf page.
Editor represents a document editor object.
Extractor stores and offers functionality for extracting content from PDF pages.
Font represents the font properties on a PDF page.
ImageExtractOptions contains options for controlling image extraction from PDF pages.
ImageMark represents an image drawn on a page and its position in device coordinates.
Match defines the structure for each match, including pattern, indexes, and locations.
Options extractor options.
PageFonts represents extracted fonts on a PDF page.
PageImages represents extracted images on a PDF page with spatial information: display position and size.
PageText represents the layout of text on a device page.
PageTextOptions holds various options available in extraction process.
TableCell is a cell in a TextTable.
TextMark represents extracted text on a page with information regarding both textual content, formatting (font and size) and positioning.
TextMarkArray is a collection of TextMarks.
TextTable represents a table.

# Type aliases

RenderMode specifies the text rendering mode (Tmode), which determines whether showing text shall cause glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.