Search found 2 matches

by dtran
2018-09-18T09:13:14-07:00
Forum: Users
Topic: Convert PDF to TIFF large file size
Replies: 3
Views: 7568

Re: Convert PDF to TIFF large file size

If the source PDF contains text as editable text, there is no need to rasterize then OCR it. Tools like pdftotext do the job directly. If it contains raster images, I would use pdfimages to extract the images, then OCR those. I just checked out pdftotext, but from my quick overview of it, it just a...
by dtran
2018-09-18T08:28:40-07:00
Forum: Users
Topic: Convert PDF to TIFF large file size
Replies: 3
Views: 7568

Convert PDF to TIFF large file size

My company is moving away from using an application called SimpleIndex that could OCR files for scanned images. I'm testing ImageMagicK/Tesseract OCR (hopefully with PHP to get the job done). Initially, we have a PDF that has several scanned images combined together. I then use this command line to ...