OCR in place?
#1224
-
Hi Is it possible to OCR a document and replace it without providing an output.pdf type usage? I want to use "find" on the Linux terminal but it gets very ugly to use a temporary file with it. I want to basically overwrite existing Calibre library with PDFs. thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jbarlow83
Jan 1, 2024
Replies: 1 comment
-
Yes |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gerroon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes
ocrmypdf x.pdf x.pdf
will overwrite in place on success and leave the file untouched on failure. There's a bunch of information and example scripts in the documentation on batch processing that may be helpful too.