README.md in ocr-file-0.0.6 vs README.md in ocr-file-0.0.7
- old
+ new
@@ -48,12 +48,13 @@
# PDF to Image Processing
optimise_pdf: true,
extract_pdf_images: true, # if false will screenshot each PDF page
temp_filename_prefix: 'image',
spelling_correction: true, # Will attempt to fix text at the end (not used for searchable pdf output)
+ keep_files: false,
# Console Output
verbose: true,
- timing: true,
+ timing: true
}
doc = OcrFile::Document.new(
original_file_path: '/path-to-original-file/', # supports PDFs and images
save_file_path: '/folder-to-save-to/',