You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran:
tesseract tests/imgs/Selection_1.png tests/imgs/out txt pdf hocr
Relates to issue #13.
new file: tests/imgs/README.md
new file: tests/imgs/out.hocr
new file: tests/imgs/out.pdf
new file: tests/imgs/out.txt
I ran:
tesseract tests/imgs/Selection_1.png tests/imgs/out txt pdf hocr
Relates to issue #13.
new file: tests/imgs/README.md
new file: tests/imgs/out.hocr
new file: tests/imgs/out.pdf
new file: tests/imgs/out.txt
Sample run to output all 3:
produces:
Make my options to
pdf2searchablepdf
like this:--txt
- also output .txt--pdf
[default] - actually, don't have this option, just have--pdf
ALWAYS ON instead, and add a--no-pdf
option to turn it off!--hocr
- also output .hocrSo:
--txt --no-pdf
--txt
--hocr --no-pdf
--hocr --txt --no-pdf
--hocr --txt
The text was updated successfully, but these errors were encountered: