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"
Merge from OCR/Text PDF to one PDF File
-
- Posts: 3
- Joined: 2015-09-18T03:27:22-07:00
- Authentication code: 1151
- Location: Germany
Re: Merge from OCR/Text PDF to one PDF File
Try this command:
- convert -density 400 "c:\uebergabe\12345\*.pdf" -resize 25% "c:\test\ocr2.pdf"
-
- Posts: 3
- Joined: 2015-09-18T03:27:22-07:00
- Authentication code: 1151
- Location: Germany
Re: Merge from OCR/Text PDF to one PDF File
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!
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!
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Merge from OCR/Text PDF to one PDF File
What is "OCR text"? Please link to a sample file.
snibgo's IM pages: im.snibgo.com
-
- Posts: 3
- Joined: 2015-09-18T03:27:22-07:00
- Authentication code: 1151
- Location: Germany
Re: Merge from OCR/Text PDF to one PDF File
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!
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!
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Merge from OCR/Text PDF to one PDF File
Code: Select all
convert 12345_555_0815_01_01_05.pdf x.pdf
Of course, the result is a raster (pixel) image. You cannot then search the result for text.
snibgo's IM pages: im.snibgo.com