cropping bitmaps & ocr
When in native mode, is it possible to crop both the bitmaps and ocr text layer?
As with this command:
k2pdfopt -mb 0.4 -bp -n -wrap- -col 1 -vb -2 -t -ls- mymodelfile.pdf
I want to get rid of pagination also in a text layer. The original ocr gives me better text than -ocr option in k2pdfopt so would like to preserve it.
If not, I will try to do it when outputing the text with pdftotext program and its x,y,W,H crop options.
|