Commit Graph

1050 Commits

Author SHA1 Message Date
Jim O'Regan
dbb60411a9 partial doxygen classify/intproto.cpp 2015-07-20 14:25:29 +01:00
Jim O'Regan
4bbc7aa6d2 partial doxygen classify/mfx.cpp 2015-07-20 14:08:52 +01:00
Jim O'Regan
f85655b304 doxygen classify/intproto.cpp 2015-07-20 14:08:23 +01:00
Jim O'Regan
f5c71d4eea case sensitive 2015-07-20 13:32:13 +01:00
Jim O'Regan
15ba750188 case sensitive 2015-07-20 13:30:39 +01:00
Jim O'Regan
5c94f129a2 doxygen ccmain/cubeclassifier.cpp 2015-07-20 13:25:47 +01:00
Jim O'Regan
f842850205 params changed 2015-07-20 13:05:08 +01:00
Jim O'Regan
c083ff243e doxygen ccmain/cube_reco_context.cpp 2015-07-20 12:58:15 +01:00
Jim O'Regan
aa9a9711ad doxygen ccmain/cube_control.cpp 2015-07-20 12:52:59 +01:00
Jim O'Regan
9bcbe16fc8 doxygen classify/normmatch.cpp 2015-07-20 12:44:56 +01:00
Jim O'Regan
8bca324848 doxygen classify/normfeat.cpp 2015-07-20 12:43:47 +01:00
Jim O'Regan
784450fdba the globals and exceptions parts are obsolete; remove 2015-07-20 12:39:08 +01:00
Jim O'Regan
c8b5dad259 doxygenify cutil/danerror.cpp 2015-07-20 12:38:28 +01:00
Jim O'Regan
15ad6bdf5a doxygenify cutil/efio.cpp 2015-07-20 12:29:50 +01:00
Jim O'Regan
f18387fd3a silence doxygen; new params are unused? 2015-07-20 12:15:37 +01:00
Jim O'Regan
aeb173148d silence doxygen warning 2015-07-20 12:05:33 +01:00
Jim O'Regan
773e006e2f silence doxygen warning 2015-07-20 12:05:18 +01:00
Jim O'Regan
2a1cba6223 modernise cutil/emalloc.cpp 2015-07-20 12:04:32 +01:00
Jim O'Regan
52e4c77df8 modernise classify/ocrfeatures.cpp 2015-07-20 12:03:48 +01:00
Jim O'Regan
8eeb053542 delete docs for obsolete params 2015-07-20 12:03:24 +01:00
Jim O'Regan
192a24ab7b applybox.cpp, take one 2015-07-20 11:27:21 +01:00
Jim O'Regan
2982583daa change to relative 2015-07-20 11:27:04 +01:00
Jim O'Regan
50fe1ffc40 pagewalk.cpp cube_reco_context.cpp 2015-07-20 10:32:03 +01:00
Jim O'Regan
84acf08bf0 Merge branch 'master' into more-doxygen 2015-07-20 10:14:39 +01:00
Jim O'Regan
541408763d Merge branch 'master' of https://github.com/tesseract-ocr/tesseract 2015-07-20 10:08:15 +01:00
Jim O'Regan
05de195efc disable text creation for unlv, makebox, box.train, and box.train.stderr (see #49) 2015-07-20 10:07:55 +01:00
zdenop
4a358e1f02 Merge pull request #43 from spSerg/master
class and struct are incompatible in MSVC2013 compiler.
2015-07-20 08:33:18 +02:00
Zdenko Podobný
4f082a9294 fix link in README 2015-07-20 07:48:27 +02:00
zdenop
e4f4893fb8 Merge pull request #52 from unbe/null-pointer-access-in-hocr
Fix null pointer dereference when writing font name into HOCR.
2015-07-20 07:40:59 +02:00
zdenop
da9489388e Merge pull request #51 from unbe/TessDeleteResultRenderer-delete-fix
Fix incorrect use of delete[] in TessDeleteResultRenderer
2015-07-20 07:40:43 +02:00
zdenop
e231dbc362 Merge pull request #46 from jwilk/autogen-bashism
autogen.sh: fix a bashism
2015-07-20 07:40:19 +02:00
artem
2b6801eddb Fix null pointer dereference when writing font name into HOCR. 2015-07-19 22:05:02 +02:00
unbe
67ffea8877 Update capi.cpp
Make TessDeleteResultRenderer use delete, not delete[]
2015-07-19 15:15:42 +02:00
Jim O'Regan
43834da7a2 disable text creation when creating hOCR (issue #49) 2015-07-18 08:56:21 +01:00
Jeff Breidenbach
fd429c32a0 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 08:39:57 +01:00
Jakub Wilk
9851bb23b1 autogen.sh: fix a bashism
Use [ "$foo" = "bar" ] instead of [ "$foo" == "bar" ].
The latter is a bashism.
2015-07-13 17:26:40 +02:00
spSerg
0d910c3133 Merge remote-tracking branch 'upstream/master' 2015-07-13 11:10:40 +03:00
Zdenko Podobný
228317caa1 Merge branch 'master' of https://github.com/tesseract-ocr/tesseract
* 'master' of https://github.com/tesseract-ocr/tesseract:
  temporary add config/* for release
2015-07-11 09:53:12 +02:00
Zdenko Podobný
1afe382c4e temporary add config/* for release 2015-07-11 09:52:45 +02:00
Zdenko Podobný
4b2cfabcc1 temporary add config/* for release 2015-07-11 09:50:31 +02:00
Zdenko Podobný
8950a2ec96 change version 2015-07-11 09:43:50 +02:00
Zdenko Podobný
bf3f125ad5 change links from code.google.com to github.com 2015-07-11 09:43:31 +02:00
Zdenko Podobný
ec9581d8f2 temporary add configure and Makefile.in for release 2015-07-11 09:42:43 +02:00
Zdenko Podobný
b8862b33df remove unsupported VS2008 solution 2015-07-11 07:41:13 +02:00
Zdenko Podobný
cdc84a5dd7 fix VS2010 build 2015-07-11 07:38:57 +02:00
Ray Smith
462eff5088 Merge branch 'master' of https://github.com/tesseract-ocr/tesseract
Huh?
2015-07-10 16:00:59 -07:00
Ray Smith
19c26f0646 Removed warning about ligatures and fixed root font dir 2015-07-10 15:56:33 -07:00
Ray Smith
bb8cf7b3ae Yet another clang format fix 2015-07-09 14:56:22 -07:00
Ray Smith
44122698d7 Removed debug messages, forward compatability of traineddata files, further bug fix. 2015-07-09 14:50:25 -07:00
Ray Smith
a303ab9d00 Misc fixes, mostly clang formatting, but some bug fixes in matrix, werd, and tesstrain_utils. Also updates unicharset to match traineddata files. 2015-07-09 14:28:20 -07:00