pull/18/head
Sven-Hendrik Haase 5 years ago committed by GitHub
parent b9d27c0557
commit 3745f1b2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ lazy_static! {
static ref METADATA: AdapterMeta = AdapterMeta {
name: "pdfpages".to_owned(),
version: 1,
description: "Converts a pdf to it's individual pages as png files. Only useful in combination with tesseract".to_owned(),
description: "Converts a pdf to its individual pages as png files. Only useful in combination with tesseract".to_owned(),
recurses: true,
fast_matchers: EXTENSIONS
.iter()

Loading…
Cancel
Save