Skip to main content

Crate pdf_ocr

Crate pdf_ocr 

Source
Expand description

OCR integration for scanned PDFs with pluggable engine support.

Re-exports§

pub use engine::NoOpEngine;
pub use engine::OcrEngine;
pub use engine::OcrPageResult;
pub use engine::OcrWord;
pub use error::OcrError;
pub use error::Result;
pub use pipeline::make_searchable;
pub use pipeline::OcrConfig;
pub use pipeline::OcrPageReport;
pub use pipeline::OcrReport;

Modules§

engine
Pluggable OCR engine trait and built-in implementations.
error
Error types for pdf-ocr operations.
pipeline
OCR pipeline: detect scanned pages, run OCR, insert invisible text layers.