Page 1 of 1
Merge from OCR/Text PDF to one PDF File
Posted: 2015-09-18T03:32:34-07:00
by Philipp Abendroth
Hello,
i have several pdf files this files have an OCR Text, but if i merge these pdf´s to one pdf file, the ocr get lost and the quality is very poor.
Can ImageMagick combine/convert ocr pdf file to one pdf file??
Thanks
for Support!
example:
c:\Program Files (x86)\ImageMagick>convert "c:\uebergabe\12345\*.pdf" "c:\test\ocr2.pdf"
Re: Merge from OCR/Text PDF to one PDF File
Posted: 2015-09-18T03:41:41-07:00
by magick
Try this command:
- convert -density 400 "c:\uebergabe\12345\*.pdf" -resize 25% "c:\test\ocr2.pdf"
Re: Merge from OCR/Text PDF to one PDF File
Posted: 2015-09-18T04:08:18-07:00
by Philipp Abendroth
hello,
thanks, quality is great, but the ocr (Searchable text) is still missing, is this normal?
the files that mus merge had befor merge the ocr text.
Thanks!
Re: Merge from OCR/Text PDF to one PDF File
Posted: 2015-09-18T04:18:30-07:00
by snibgo
What is "OCR text"? Please link to a sample file.
Re: Merge from OCR/Text PDF to one PDF File
Posted: 2015-09-18T04:33:41-07:00
by Philipp Abendroth
Hello,
you can load there pdf files with an ocr/Searchable text. with an ocr pdf you can search for textstring in the pdf file.
https://filetransfer.konicaminolta.eu/c ... 60e37299e9
thanks!
Re: Merge from OCR/Text PDF to one PDF File
Posted: 2015-09-18T05:58:07-07:00
by snibgo
Code: Select all
convert 12345_555_0815_01_01_05.pdf x.pdf
It converts with no problem for me. Nothing is missing.
Of course, the result is a raster (pixel) image. You cannot then search the result for text.