This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
tesseract
Watch
1
Star
0
Fork
0
You've already forked tesseract
mirror of
https://github.com/tesseract-ocr/tesseract.git
synced
2024-12-14 08:39:27 +08:00
Code
Issues
Actions
9
Packages
Projects
Releases
Wiki
Activity
79ed9a30c7
tesseract
/
tessdata
/
configs
/
pdf
4 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
PDF creation: not disabling tessedit_create_txt Okay, everything is more of less under control except for this: tesseract phototest.tif - pdf > phototest.pdf This is sending activating both the text renderer, and the pdf renderer. They both get sent to stdout where they mix together and cause chaos. Same thing happens with this command. tesseract phototest.tif stdout pdf > phototest.pdf What's happening is tesseractmain.cpp is setting tessedit_create_pdf without disabling tessedit_create_txt. https://groups.google.com/d/msgid/tesseract-dev/32c065ee-aefa-441a-b37b-b6bdc234c8ab%40googlegroups.com
2015-07-18 13:04:20 +08:00
tessedit_create_txt 0
Added pdf config file git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@972 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2014-01-10 03:18:07 +08:00
tessedit_create_pdf 1
tessedit_pageseg_mode 1
Reference in New Issue
Copy Permalink