Skip to content

Commit

Permalink
examples: fix crate name in extract example
Browse files Browse the repository at this point in the history
  • Loading branch information
badicsalex committed Sep 19, 2022
1 parent 3c4509d commit a0f934c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/extract.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
extern crate lopdf;
extern crate pdf_extract;

use lopdf::*;
use pdf_extract::*;
use pdf_extract_fhl::*;
use std::env;
use std::fs::File;
use std::io::BufWriter;
Expand Down

0 comments on commit a0f934c

Please sign in to comment.