Merge pull request #18 from svenstaro/patch-1

Fix typo
This commit is contained in:
phiresky 2019-06-23 21:48:08 +02:00 committed by GitHub
commit 0f1058c4d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ lazy_static! {
static ref METADATA: AdapterMeta = AdapterMeta { static ref METADATA: AdapterMeta = AdapterMeta {
name: "pdfpages".to_owned(), name: "pdfpages".to_owned(),
version: 1, 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, recurses: true,
fast_matchers: EXTENSIONS fast_matchers: EXTENSIONS
.iter() .iter()