Skip to main content

Module backend

Module backend 

Source
Expand description

PDF parsing backend trait.

Defines the PdfBackend trait that abstracts PDF parsing operations. This enables pluggable backends (e.g., lopdf, pdf-rs) for PDF reading.

Traitsยง

PdfBackend
Trait abstracting PDF parsing operations.