-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Declare page dimensions #185
Comments
Specifying the pixel dimensions of the output image files (e,g, 2550x3300 for letter size, 300 dpi) would end the workaround — which I struggle with — of adding a blank image of the desired dimension to the processing queue. Thanks for Scantailor Advanced! |
It can be done. In step However, it is very easy to screw up the size when changing the margins. If you set margins which would fall outside the page box, then the document size is overridden. This has happened to me frequently when adjusting the margins with This step needs some polish. But the alternative is to do several iterations of ordering pages by height/width and manually adjust the margins of the tallest/widest until the whole document is within spec—doable, but no bueno. |
I found it nearly impossible to enter my desired dimension with flaky actions like typing "11" but getting "51." Also, what should be full page of text ends up reduced to about 1/4 size centered on a mostly-empty page, despite source and output tif files being same resolution. My project, if it matters, involves starting with scanned microfilm images (some 300, some 600 dpi), each with two pages of text. The end product is PDFs created and OCR'ed with Tesseract. I really like the quality of the grayscale-to-black+white conversion in ScanTailor, but the rest of the process is driving me mad. Also, the guides make alignment easier from page-to-page. In the meantime, though, I may have to find a different solution. |
This happens because the desired page box border would intersect the selected content box border, and so ST resizes the page box. I think the software should not impose limits on the page box, but for the moment you can avoid this strange behavior by deleting the content box before setting changing the page box.
There are also problems if you use input images with different DPIs (see #173) in the same project. The only workaround I found is adhering to a single DPI within one project. |
Can there be a feature which declare the dimensions of the output PDF? Right now I can view the final dimensions as I play with the margins, but having a pre-defined output would be more convenient.
The text was updated successfully, but these errors were encountered: