mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-14 00:03:04 +00:00
Fix typo
This commit is contained in:
parent
b9d27c0557
commit
3745f1b2a5
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user