// mod lib;
// use lib::{Ocr, OcrMyPdf};
// fn main() {
// let args: Vec<String> = vec!["--force-ocr".to_string()];
// let input_path = String::from("pdf.test.pdf");
// let output_path = String::from("output.pdf");
// let mut ocr_my_pdf = OcrMyPdf::new(Some(args), None, Some(output_path));
// ocr_my_pdf.set_input_path(input_path).execute();
// }