Skip to content
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

Create a PDF with multiple pages? #1268

Closed
kviolka opened this issue Jan 11, 2018 · 5 comments
Closed

Create a PDF with multiple pages? #1268

kviolka opened this issue Jan 11, 2018 · 5 comments

Comments

@kviolka
Copy link

kviolka commented Jan 11, 2018

Hi,

I tested tesseract 4 to create a PDF file with embedded OCR text, that works very nicely for me :).
But how can I feed tesseract multiple images so I can create a multipage PDF? Thanks!

@amitdo
Copy link
Collaborator

amitdo commented Jan 11, 2018

One option is to feed it with multi page tiff.

@amitdo
Copy link
Collaborator

amitdo commented Jan 11, 2018

Second option:
#928

@jbreiden
Copy link
Contributor

@ariefcfa
Copy link

Fourth option (in Windows), use pipe. For example image files in D:\Data\Scanned Images A

dir /s/b "D:\Data\Scanned Images A" | tesseract - "D:\Data\OCR\A" pdf

(got the idea from here

@jbreiden
Copy link
Contributor

jbreiden commented Jul 9, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants