grim
grim copied to clipboard
Tool for extracting pages from pdf as images and text as strings.
Results
1
grim issues
Sort by
recently updated
recently updated
newest added
I am using Grim to convert PDF to images, here is my code : class PdfToImagesService ``` def initialize(pdf_file) @pdf_file = pdf_file end def call res = [] Grim.reap(@pdf_file.path).each_with_index do...