-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
deskew and roate but skip ocr? #458
Comments
If you don't care about losing existing text or OCR or flattening vector
art (that is you already have bag-of-images PDFs),
…--deskew --orce-ocr --tesseract-timeout=0 --rotate-pages
Deskew as currently implemented requires rasterizing the whole page.
On Mon., Nov. 25, 2019, 21:15 Johnrambo, ***@***.***> wrote:
*Describe the issue*
I want to deskew and rotate without performing OCR regardless if the pdf
has text - is this possible?
- OS: linux
- OCRmyPDF Version: latest
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#458>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAN5YM5DW7NNJAPLZDZNYUDQVSWGRANCNFSM4JRSSRZA>
.
|
I ran EDIT love this program I use it a ton! |
@barrars: I think you had a typo on --ocre-ocr, it should be --force-ocr. |
@barrars : here is the answer: ocrmypdf --tesseract-timeout=0 --deskew input.pdf output.pdf |
Describe the issue
I want to deskew and rotate without performing OCR regardless if the pdf has text - is this possible?
The text was updated successfully, but these errors were encountered: