Commit Graph

1037 Commits

Author SHA1 Message Date
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
spSerg
015fdcbd08 class and struct are incompatible in MSVC2013 conpiler.
At least as a template parameter.
2015-07-09 21:45:29 +03:00
Zdenko Podobný
d00d833b9b fix OpenCL on mac thank to mevikas (https://code.google.com/p/tesseract-ocr/issues/detail?id=1479) 2015-06-29 12:39:29 +02:00
Jeff Breidenbach
935e72401a Changes to get 'make-dist' to work
This is what was required to get 'make-dist' to work. I left autogen alone
since it works, albeit with an error message. My practice packages appear
to work fine.
2015-06-29 08:11:26 +01:00
Zdenko Podobný
dcc457cc05 add new lang info 2015-06-28 22:26:39 +02:00
zdenop
e8b6d6f71b Merge pull request #39 from tfmorris/patch-1
Update for Github & fix spelling
2015-06-22 22:09:56 +02:00
Tom Morris
d3c69072d7 Update for Github & fix spelling 2015-06-22 16:08:18 -04:00
Zdenko Podobný
3a0da4e1b7 fix DISABLE_GRAPHICS build (google code issue 1490) 2015-06-21 22:50:14 +02:00
Zdenko Podobný
392ad881cc fix link to UNVL test 2015-06-14 17:29:55 +02:00
Zdenko Podobný
6a998ec5d0 fix redefinition in stringrenderer.cpp (stringrenderer.h) 2015-06-14 17:29:27 +02:00
Zdenko Podobný
9b7f2527f1 fix links in doc; autotools requires README 2015-06-13 00:08:05 +02:00
Ray Smith
0ee178d79b Clang fixes to earlier changes and build compatability with Google environment part 2 2015-06-12 11:17:47 -07:00
Ray Smith
d174c4fd33 Fixed occurrence of small rotated blocks in loosely spaced text part 2 2015-06-12 11:12:06 -07:00
Ray Smith
b1d99dfe23 Added a backup adaptive classifier to take over from primary when it fills on a large document 2015-06-12 11:10:53 -07:00