Skip to main content

Module error

Module error 

Source
Expand description

Error and warning types for PDF processing. Error and warning types for pdfplumber-rs.

Provides PdfError for fatal errors that stop processing, ExtractWarning for non-fatal issues that allow best-effort continuation, ExtractResult for pairing a value with collected warnings, and ExtractOptions for configuring resource limits and warning behavior.

Structs§

ExtractOptions
Options controlling extraction behavior and resource limits.
ExtractResult
Result wrapper that pairs a value with collected warnings.
ExtractWarning
A non-fatal warning encountered during extraction.

Enums§

PdfError
Fatal error types for PDF processing.