I seen in jbig2enc.cc
http://github.com/agl/jbig2enc/blob/c70 ... big2enc.cc
http://github.com/agl/jbig2enc
was included patch (before it was included in main trunk, I patched myself taking fix dpi patch), giving ability to jbig2enc to code rightly DPI, so it it a problem of program /way to produce pdfs by resulting jbig2 files
it is a matter worth of investigating
meanwhile, knowing physical size of book scanned, you can apply this workaround
with Impose tool inside multivalent
- http://www.ziddu.com/download/1794145/M ... ar.gz.html (old version with tools, newer has only the viewer)
- Code: Select all
java -cp /path...to/multivalent.jar tool.pdf.Impose -dim 1x1 -paper widthxheightin file.pdf
in our case, since my scan has sizes 8.5x11 inches:
- Code: Select all
java -cp /path...to/multivalent.jar tool.pdf.Impose -dim 1x1 -paper 8.5x11in file.pdf
this sets PDF MEDIABOX to REAL sizes
in my experience, OCR ability is not influenced by this little problem, since even DPI is not settled, what it is important for good OCR is a CLEAR, BIG (in size) image
