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§
- Extract
Options - Options controlling extraction behavior and resource limits.
- Extract
Result - Result wrapper that pairs a value with collected warnings.
- Extract
Warning - A non-fatal warning encountered during extraction.
Enums§
- PdfError
- Fatal error types for PDF processing.