tesseract (4.00~git2188-cdc35338-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: cdc35338c53a1af1fcb95473445f2aabfdb3f6d1
* Date: 1513247864
* git changelog:
* cdc35338 - Added check if input PSM value is outside of range
(#1236)
-- Alexander Pozdnyakov <censored> Sat, 16 Dec 2017 11:22:15 +0300
tesseract (4.00~git2187-eba0ae3b-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: eba0ae3b88a46a93e981770caa0b148d65cc4468
* Date: 1511533887
* git changelog:
* eba0ae3b - Merge pull request #1218 from hsen-dev/master
* d7513058 - fixed missing include for std::back_inserter.
-- Alexander Pozdnyakov <censored> Thu, 30 Nov 2017 23:27:52 +0300
tesseract (4.00~git2185-ebbfc3ae-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: ebbfc3ae8df85c351002000a76900e3086375e7b
* Date: 1510325198
* git changelog:
* ebbfc3ae - Improve robustness of function LoadDataFromFile (#1207)
* f3c4b894 - Fix help message for unicharset_extractor (#1206)
-- Alexander Pozdnyakov <censored> Thu, 16 Nov 2017 10:13:25 +0300
tesseract (4.00~git2183-ad5ee184-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: ad5ee18415bf59b9f5d1fd1806cb3aad3f18f381
* Date: 1508486836
* git changelog:
* ad5ee184 - Make font size estimation work with the lstm engine
(#1173)
* fb359fc9 - Update unicharset_extractor.cpp (#1153)
-- Alexander Pozdnyakov <censored> Fri, 20 Oct 2017 13:13:57 +0300
tesseract (4.00~git2181-1b0379c2-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 1b0379c25780ded28892fb5c115bb157ab79f3ea
* Date: 1507035951
* git changelog:
* 1b0379c2 - Merge pull request #1163 from cysp/bugfix/leptonica-
pkgconfig
* a538cd12 - Add Leptonica's pkg-config-found library directory to
the search path
* 1b4fb3a7 - Update appveyor.yml
-- Alexander Pozdnyakov <censored> Fri, 06 Oct 2017 21:06:08 +0300
tesseract (4.00~git2178-2cc531e6-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 2cc531e6bf0288fc8a9ad1c123a252395f00bf56
* Date: 1505803268
* git changelog:
* 2cc531e6 - Merge pull request #1140 from stweil/pagebreak
* aa6eb6bd - Remove Tesseract parameter "include_page_breaks" and use
FF by default
* 3bb573ae - Merge pull request #1139 from stweil/revert
* 07f1400e - Revert "change type to UChar32 to fix IsValidCodepoint"
* 3b62badd - Merge pull request #1134 from
Shreeshrii/fixvalidcodepoint
* a404c9cd - change type to UChar32 to fix IsValidCodepoint
-- Alexander Pozdnyakov <censored> Thu, 21 Sep 2017 14:51:52 +0300
tesseract (4.00~git2172-e62e8f5f-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: e62e8f5f802c0d8f3dd67da993327cdafaee9763
* Date: 1505457921
* git changelog:
* e62e8f5f - Merge pull request #1109 from mingodad/mingodad-fix-
interword-spaces
* 188e1fc2 - Merge pull request #1128 from vidiecan/issue_1127
* 2a77d5ad - returns the correct dictionary if lstm only used
* d962d344 - Merge pull request #1126 from stweil/unittest
* 67f706f9 - unittest/apiexample_test: Use googletest API for error
handling
* b42df389 - unittest/apiexample_test: Report missing test image
* 5c7600c2 - unittest/apiexample_test: Fix test for out-of-tree
builds
* 86555247 - unittest/apiexample_test: Use "C" locale
* 7e4f5faa - Merge pull request #1123 from stweil/googletest
* 4ae227df - unittest: Fix path for libtesseract in out of tree
builds
* 04b0397c - Merge pull request #1120 from amitdo/multiplelibs
* 876344f8 - Merge pull request #1121 from Shreeshrii/install-git-
instructions
* c55e487e - Add additional information
* a905548e - Autotools build: Remove the option 'USING_MULTIPLELIBS'
* dd422c36 - Merge pull request #1118 from Shreeshrii/fixoverwrite
* 4e9c9758 - fix accidental overwrite using old version
* 7569c899 - Merge pull request #1116 from Shreeshrii/fixunittest
* 9a038f89 - Add merge_unicharsets to build
* f6c22dbf - remove duplicate - gunit.h
* c50e4f62 - Fix cppan dependency.
* 36e0d209 - Fix windows build.
* 63e18620 - Disable travis os x builds as they do not work well on
travis-side.
* 3493785f - Fixed apiexample and intsimdmatrix tests and prepared
Makefile.am for more tests
* 9d258e20 - Fixed build of unicharset_extractor
* fc6a390c - Added intsimdmatrix as a generic integer matrixdotvector
function with AVX2 and SSE specializations
* ad74e8a6 - Fixed integer overflow error
* 4cf123e0 - Added ability to randomly rotate images upside-down
during training for training OSD
* 3e63918f - Fixed order of characters in ligatures of RTL languages
issue #648
* a912967c - Rewrote unicharset_extractor to use the new string
normalizer and read plain text as well as box files.
* c773eb57 - Fixed rendering of Thai and units of char spacing
* e96d1df0 - Fixed leaks in pango font info
* bf774382 - Updated comments on RemapOutputs
* 0382222d - More clang-tidy fixes from sync
* f25cc27a - Update fopr leptonica 1.74
* a2a72d7c - Clang tidy changes from sync
* a18620cf - Improved results on images with no resolution. Estimates
resolution from the size of the connected components, based on
average text size.
* 147a1a50 - Merge pull request #1112 from Sineaggi/fix-unix-simd
* 0d7c89ea - Add -mavx and -msse4.1 compile flags on unix
* ea557a3e - Fix to preserve_interword_spaces work again
* f29498ff - Merge pull request #1088 from Shreeshrii/master
* 3104c426 - Merge pull request #1104 from stweil/typo
* 69ef9401 - Groundtruth for testing/eurotext.tif
* e0464a0d - Delete readme.md
* f7284569 - Use groundtruth from testing directory
* 0ed7317c - Rename unittest/testfiles/phototest.txt to
testing/phototest.txt
* 61f96981 - training: Fix typos in comments (found by codespell)
* b9365cdf - api: Fix typo in comment
* 10cf5084 - Changed syntax for AM_CPPFLAGS
* 3b05b3e2 - revert blank line at end
* 6ac5d0ba - dawg: Fix typos and file information in file header
* 9c2fa0d1 - Merge pull request #1100 from Sineaggi/master
* 69b9d298 - Fix version.h not being installed
* 52cac3a4 - Fix library being named liblibtesseract on non win32
platforms
-- Alexander Pozdnyakov <censored> Sat, 16 Sep 2017 00:24:43 +0300
tesseract (4.00~git2113-27d25e9c-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 27d25e9c99ca65a2137f54f4c9c2bd20fc050024
* Date: 1503555413
* git changelog:
* 27d25e9c - Merge pull request #1094 from stweil/spaces
* b016c48d - Add missing spaces in help text
* 1e3bf29c - Merge pull request #1092 from stweil/fixtext
* 8bb5a89d - Don't add empty line to text output
* de98a68d - Merge pull request #1089 from stweil/text
* 742b3035 - Fix hint for training build
* 6f13d755 - Merge pull request #1051 from stweil/googletest
* 3847b7dd - Merge pull request #1085 from KindDragon/patch-1
* d171488e - Added CMake option to use system ICU library
* 7afa05a0 - Merge pull request #1072 from stweil/listlangs
* 197b89b6 - Merge pull request #1077 from chrismamo1/chore/cleanup-
compiler-warnings
* 3755a29a - Merge pull request #1076 from chrismamo1/bug/listlangs-
without-eng
* 6f281c36 - fix a problem I introduced in a previous commit
* 71111674 - fix a set-but-not-used warning and add casts for
comparing signed+unsigned numbers
* b89bb09f - fix a set but not used warning and cleanup some old code
from 2007
* f9b51d79 - suppress a strict aliasing warning; the original author
was very clear about the nature of the problematic code
* 5fd3e22f - move code around so that list-langs will work without an
English traineddata file
* cc0d87c5 - List available languages recursively
-- Alexander Pozdnyakov <censored> Fri, 25 Aug 2017 01:16:54 +0300
tesseract (4.00~git2092-efa50da-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: efa50daf5a47e2be82b0c994c231ac112ac223de
* Date: 1502222714
* git changelog:
* efa50da - Merge pull request #1070 from stweil/resolution
* 0720b3f - Change default resolution from 70 to 300 dpi
* 5f5e85e - Fixed lack of error on non-existent traineddata
* 0a91498 - Improved error message on missing optional config
* 4b3c5f6 - Added check for non-empty traineddata flag
* c67c2e9 - Add combine_lang_model to cmake and cppan builds.
* 08ec577 - Merge pull request #1064 from stweil/win32
* cdec915 - Fix broken build for Windows
* 8e55e52 - Harder unittest that uses file i/o and string
manipulation
* 4572940 - Portability fix to help tests compile with the same code
in both Google and github
* 2fbcba6 - Initial push of one simple unittest
* 77c44cd - Added convert to int and directory listing to
combine_tessdata
* 2ef1aea - Added AVX2 and AVX512 detector
* 39b168a - Removed errors introduced by git merge
* 4e9665d - Added ADAM optimizer, unless git screwed it up, cos there
is no diff
* 2633fef - Part 2 of separating out the unicharset from the LSTM
model, fixing command line for training
-- Alexander Pozdnyakov <censored> Thu, 10 Aug 2017 07:06:51 +0300
tesseract (4.00~git2076-61adbdf-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 61adbdfa4bb5f17b92f8cae30fec38e3519542a2
* Date: 1501112961
* git changelog:
* 61adbdf - Merge pull request #1054 from tdhintz/master
* 67314ea - Merge pull request #1 from tdhintz/tdhintz-stdmax-patch
* c5a861b - Define std::max under VS2017 x64
* 0e95e2c - Rewrote the recoder to use an encoding based on wubi
instead of radical-stroke index, changed from normalized to
unnormalized unichar representation
* b0ead95 - Changed the way unicharsets are handled to allow support
for the ™ character. Can find the issue where it was requested.
* 4efc539 - clang tidy on previous pull
* 4e8018d - Important fix to RTL languages saves last space on each
line, which was previously lost
* 3f77354 - Removed unnecessary using statements and cleaned up
google/non-google distinction
* cec1037 - Fixed BestPix to always return the highest resolution
available, even if a lower bit depth than the original
-- Alexander Pozdnyakov <censored> Thu, 27 Jul 2017 11:01:54 +0300
tesseract (4.00~git2067-66e686a-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 66e686a0e6748ba8bbebacf7f22a2647032d7cef
* Date: 1500217494
* git changelog:
* 66e686a - Merge pull request #1041 from stweil/leptonica
* 900bf60 - Merge pull request #1040 from stweil/clean
* 45fb7dd - Fixed regression of issue #644 again!
* ba95a68 - Use lept_free to free memory allocated by Leptonica
* 5a7b7ed - PangoFontInfo: Remove unused method is_italic
* 0cd71c6 - PangoFontInfo: Remove unused method is_bold
* fbfbf67 - PangoFontInfo: Remove unused method is_smallcaps
* 500f913 - PangoFontInfo: Remove unused method is_monospace
* 059e30d - PangoFontInfo: Remove unused method is_fraktur
* f4f66f8 - Fixed regression of issue #644
* 4b6f0b9 - Merge pull request #1039 from stweil/clean
* 4907a23 - Fix windows build.
* 9929587 - Remove extra semicolons
* fa9e43f - Fix wrong data type in argument for sscanf
* f527715 - Fix type of bit values (fixes compiler warning)
* dc8745e - Move LSTM unicharset and recoder to traineddata with
version string part1. Backwards compatible - maybe.
* 7588540 - Removed changes from last commit that didn't belong
* 3ec11bd - Deleted some dead LSTM code, making everything use the
recoder
* aee910a - Fixed build broken by previous commits that added use of
string in low-level code
* df41eab - Added script-specific validation and normalization for
virama-using scripts and updated normalization for others
* da03e4e - Fixes from pull of cleanups: clang tidied, reviewed,
fixed new bugs, undeleted needed code. Probably breaks the build,
due to some inclusion of changes in utf8/32 conversion
* f5c18f7 - Merge pull request #1018 from hotchkiss87/fix_file_names
* f057938 - fix filenames in comments
-- Alexander Pozdnyakov <censored> Sun, 16 Jul 2017 18:07:00 +0300
tesseract (4.00~git2044-10779bd-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 10779bd9e50de527c4eb8b49cbd04618ed67367f
* Date: 1498924078
* git changelog:
* 10779bd - Merge pull request #1017 from
hotchkiss87/correct_error_message_format
* 1d862a5 - Add new line to a few error messages.
* a9303a1 - Merge pull request #1014 from elopio/patch-1
* 91afb55 - Download the leptonica source from github
-- Alexander Pozdnyakov <censored> Sun, 02 Jul 2017 10:56:02 +0300
tesseract (4.00~git2040-2b854e3-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 2b854e3749d62012787dd4160fc30e86603cc540
* Date: 1497288765
* git changelog:
* 2b854e3 - Merge pull request #978 from stweil/lstm
* 8c29e68 - Merge pull request #980 from stweil/clean
* 1cf8fe5 - Remove mathfix.h
* 5f8ecdb - Remove local implementation of strtok_r
* 22bcf4d - Merge pull request #979 from stweil/update
* a2404ae - Fix Travis CI for Leptonica 1.74.2
* 44a5e3d - Update from Leptonica 1.74.1 to 1.74.2
* 34d1e73 - LSTMTrainer: Catch empty vectors
* 1e5522d - Merge pull request #975 from stweil/ocl
* 1bbcbd8 - opencl: Fix some compiler warnings
* 1cf098d - opencl: Remove unused code
* 34bdf99 - Merge pull request #970 from Shreeshrii/patch-1
* 59de660 - Merge pull request #969 from stweil/clean
* 1263941 - Make less verbose
* 2843739 - PangoFontInfo: Remove unused method is_italic
* e420417 - PangoFontInfo: Remove unused method is_bold
* 0d411cb - PangoFontInfo: Remove unused method is_smallcaps
* 8786e56 - PangoFontInfo: Remove unused method is_monospace
* 4950b7e - Merge pull request #964 from Shreeshrii/master
* 916da39 - Merge pull request #965 from Shreeshrii/docs
* 4ed4864 - Merge pull request #966 from rfschtkt/pen_color_
* d0a2f1c - Merge pull request #967 from leonoverweel/patch-1
* 945590d - Merge pull request #968 from stweil/autoconf
* 8ec67a9 - Remove strcasestr which is no longer needed
* 25e0c1a - PangoFontInfo: Remove unused method is_fraktur
* 3e10991 - Change Mac OS X -> macOS
* 2981c6c - StringRenderer::pen_color_: int[3]->double[3]
* 4506133 - Update readme for 3.05.01
* 79d866a - fix typo
* f17697b - Add badges for Doxygen and Wiki documentation
* 063d2ed - Add link to guidelines for this repository
* d2471e4 - Add link to ` the guidelines for this repository`
* 781c4c1 - Update Issue Template
* 47cc64a - Reorganize Readme.md
-- Alexander Pozdnyakov <censored> Fri, 16 Jun 2017 10:42:34 +0300
tesseract (4.00~git2006-42066ce-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 42066ce69057dc81ae6cbc176300bb20223c7d0b
* Date: 1495779398
* git changelog:
* 42066ce - Merge pull request #953 from stweil/doc
* add00ed - Update documentation for installation
* 5b43c9b - use correct name for Mac OS X, correct link to training
wiki; fix #818
* 6dd871b - Merge pull request #942 from stweil/openmp
* 15b3596 - Optimize LSTM code for builds without OpenMP
* 5a06417 - Merge pull request #937 from stweil/fix
* fb863c9 - UNICHARSET: Add missing initialization
* da1254d - Merge pull request #936 from stweil/opt
* e6d6839 - Reduce number of new / delete operations for class
LanguageModel
* 562de89 - Reduce number of new / delete operations for class
KDTreeSearch
* 95bf30d - Update README.md
* baf6cfe - Merge pull request #935 from stweil/coverity
* edeb0a4 - README: Add Coverity badge
* 84db453 - Merge pull request #934 from stweil/opencl
* df36c85 - opencl: Remove more unused code
* f581497 - Merge pull request #932 from stweil/dockerfile
* defb399 - Fix and improve Dockerfile
* 482cd82 - Merge pull request #930 from stweil/opt
* fef5972 - EquationDetect: Remove unneeded new / delete operations
* 8bd2fa7 - Merge pull request #927 from stweil/inttypes
* e05f4c6 - Remove obsolete comments and unused code from
ccutil/host.h
* 3a6a8d7 - Replace Standard C library header files by C++ header
files
* 697f842 - Merge pull request #925 from stweil/opt
* 0ba202f - Remove unneeded null pointer check
* 46ca830 - genericvector: Add overloaded LoadDataFromFile
* 852b678 - Merge pull request #922 from stweil/automake
* 5d60444 - automake: Enable all warnings and fix a warning
* 2a4483d - Merge pull request #920 from stweil/fix
* 079d6b9 - Improve robustness of TessdataManager
-- Alexander Pozdnyakov <censored> Sun, 28 May 2017 16:45:03 +0300
tesseract (4.00~git1977-ffb1ec3-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: ffb1ec353568af6068b03dd25500a6a171e6b314
* Date: 1494696826
* git changelog:
* ffb1ec3 - Merge pull request #918 from rfschtkt/issue529
* 5c8f88b - Merge pull request #917 from stweil/crashfix
* 8b939b0 - Merge pull request #915 from stweil/tessdatamanager
* b4cf466 - Issue #529: inside main() use return rather than exit
* 9a5ed19 - Issue #529: cleanup
* 8439670 - Fix crash if output file could not be opened
* db8750e - Remove unused method TessdataManager::LoadFileLater
* 65b839e - Remove unused method TessdataManager::OverwriteEntry
* 6bebe71 - Merge pull request #910 from stweil/opt
* 29f3de9 - Merge pull request #914 from stweil/clean
* 4e93259 - Merge pull request #912 from stweil/leak
* 81ad09b - Merge pull request #913 from stephengroat/patch-1
* 5dc4af6 - baseapi: Simplify code
* 69296f8 - Clean method UNICHARSET::add_script
* 7814259 - Fix order of destructor calls for DawgCache and
TessBaseAPI
* b4b1406 - shouldn't rely on different install
* 14baca3 - test brew installs but allow failures
* f37f858 - main: Fix two memory leaks
* af212af - Merge pull request #909 from stweil/include
* 3a67ff9 - Optimize code by replacing init_to_size with
resize_no_init
* bb2348b - genericvector: Fix and optimize function LoadDataFromFile
* 80f51c3 - ccutil: Remove unneeded include statement
* 21e739c - Merge pull request #907 from stweil/no-tiff
* 5e3665c - Remove most libtiff dependencies
* 2b373d1 - Merge pull request #896 from rfschtkt/toomanywarnings
* 8dad542 - Fewer g++ -Wunused-variable warnings
* 7f382df - Fewer g++ -Wsign-compare warnings (cont.)
* c335508 - Fewer g++ -Wsign-compare warnings
* 1bd561d - Fewer g++ -Wmaybe-uninitialized warnings
* da3c462 - Merge pull request #906 from stweil/casts
* 7831a35 - ccutil: Simplify code (removes type cast)
* 8c75d26 - Remove unneeded type casts when using Leptonica macro
GET_DATA_BYTE
* 8b65bb3 - Merge pull request #905 from stweil/formatstring
* 121a7c6 - ccstruct: Fix non portable and wrong format strings
* 9abbc4c - ccstruct: Fix wrong format string
* 0c88b72 - training: Fix format error and some compiler warnings
* 9266f01 - Remove macros which are no longer needed
* ef1d960 - Use standard macros for format strings
* f2252fd - Introduce standard macros for format specifiers
* 2008daf - Merge pull request #904 from stweil/rangecheck
* 64994a2 - Merge pull request #900 from rfschtkt/cast
* 9b998a7 - Merge pull request #897 from rfschtkt/RAII
* c273f85 - Improve index range check
* 7a99a41 - Merge pull request #903 from stweil/formatstring
* 3cccae6 - Fix wrong format string
* 190584f - RAII: PB_LINE_IT::get_line(): was leaked inside
POLY_BLOCK::fill()
* 8aa0a2d - RAII: *::GetUNLVText()
* 1dab239 - RAII: *::GetBoxText()
* b7b68a6 - RAII: *::GetTSVText()
* a1fff87 - RAII: *::GetHOCRText()
* 986970d - RAII: pdfrenderer.cpp: pdftext
* 3c6e18e - RAII: pdfrenderer.cpp: buffer
* 936ca00 - RAII: pdfrenderer.cpp: cidtogidmap
* 2772f78 - RAII: LTRResultIterator::GetUTF8Text
* f75665c - RAII: TessBaseAPI::GetUTF8Text()
* 4840c65 - RAII: ResultIterator::GetUTF8Text(): was leaked inside
TessBaseAPI::GetUTF8Text()
* 3983d2f - Reviewed uses of reinterpret_cast
* 3454061 - Update README.md
* d4b5136 - Merge pull request #899 from chongzhe/patch-1
* a9c1dde - Update README.md
* b86b4fa - Better fix for re-enabling training
* 0afd593 - Use NDEBUG macro instead of DEBUG.
* 2ea946d - Turn on building of text2image.
* 6ba14f3 - Update appveyor.yml
* 7dcd2ff - Update CMakeLists.txt
* 6d9243c - Update appveyor.yml
* 549cf27 - Update appveyor.yml
* 96ab9c3 - Update appveyor.yml
* afe64eb - Merge pull request #890 from stweil/ci
* 82b70aa - Add cache to Appveyor CI
* 4b83261 - Don't redirect build output to file for Appveyor CI
* d18931e - Fixed int types for imported tf networks
* 4fa463c - Corrected SetEnableTraining for recovery from a recognize-
only model.
* 006a56c - Merge pull request #885 from stweil/ci
* f5494a7 - Update and improve configuration for Travis CI
* 00d6d94 - Merge pull request #877 from stweil/opencl
* d53254e - opencl: Add 'static' attributes for local functions and
variables
-- Alexander Pozdnyakov <censored> Sun, 14 May 2017 11:37:12 +0300
tesseract (4.00~git1900-8e79297-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 8e79297dcefecdb929d753d28554fec51417ec39
* Date: 1493852984
* git changelog:
* 8e79297 - Final part of endian improvement. Adds big-endian support
to lstm and fixes issue 518
* 6ac31dc - Fixed DetectOS so it doesn't crash with a big image
* 926a066 - Merge pull request #867 from stweil/fix
* 46c887b - genericvector: Fix minimum size
* b2454d2 - Merge pull request #865 from stweil/posix
* 5cc8c05 - ccmain: Replace Tesseract data types by POSIX data types
* e7794c0 - arch: Replace Tesseract data types by POSIX data types
* c1d649e - api: Replace Tesseract data types by POSIX data types
* b4d7705 - Merge pull request #863 from stweil/warnings
* 048cf9d - Remove unused local variables
* 5eb9f0c - Merge pull request #862 from stweil/doc
* b8137d8 - Merge pull request #861 from stweil/malloc
* 2f48d69 - doc: Fix use of MAINTAINER_MODE
* 6bfde5d - Remove undefined macro MAC_OR_DOS
* 030d29a - cutil: Remove unused freelist.c and freelist.h
* e219ad1 - classify: Replace memfree by free
* 1d6dd03 - training: Replace memfree by free
* ca89a11 - cutil: Remove unused code using memfree
* 80fdb63 - classify: Remove unused ContextsSeen
* b9dff16 - Merge pull request #860 from stweil/malloc
* 300841f - Replace memalloc / memfree by C++ new / delete
* ebea04e - Merge pull request #859 from stweil/unused
* 85afda6 - blobs: Remove unused macro
* aebdcd8 - Remove unused global function memrealloc
* 445befd - Remove unused include statements for freelist.h
* 857d920 - Merge pull request #856 from stweil/doc
* 6e80812 - Merge pull request #857 from stweil/new_delete
* 6d19e7c - SVNetwork: Avoid unneeded new / delete operations
* 83588bc - Classify: Avoid unneeded new / delete operations
* bb75793 - ccstruct: Remove unneeded NULL checks
* aea0d9a - api: Remove unneeded NULL checks
* fd3f8f9 - Merge pull request #352 from pnordhus/reduce_mallocs
* a28b2a0 - Merge pull request #855 from stweil/lept
* eaf5629 - Merge pull request #744 from stweil/malloc
* 2794410 - doc: Remove generated files and add rules to build
manpages
* 1c59914 - Use Leptonica struct names L_Compressed_Data, Pix
* f8fba59 - Replace alloc_struct, free_struct
* 7a116ce - More formatting fixes from clang tidy
* 7701552 - Jeff's fixes to pdf rendering
* 13b7900 - Merge pull request #778 from cjmayo/singleopts
* 177ceff - Merge pull request #853 from stweil/doc
* 84f78f8 - Merge pull request #851 from stweil/typo
* 151a76e - doc: Remove unsupported font name
* 73db84d - Fix typo in comment
* 500bfaf - Added std:: to some stl types
* 1cc5111 - Added extra Init that takes a memory buffer or a
filereader function pointer to enable read of traineddata from
memory or foreign file systems. Updated existing readers to use
TFile API instead of FILE. This does not yet add big-endian
capability to LSTM, but it is very easy from here.
* 10e04ff - Merge pull request #849 from stweil/opencl
* 394162e - Merge pull request #848 from stweil/lept
* 72b86e0 - Merge pull request #847 from stweil/crash
* 582eaeb - opencl: Remove more unused functions and related code
* b5abfb5 - ccstruct: Fix Leptonica data type
* 1e11b16 - opencl: Fix crash on hosts with no OpenCL platform
* 50f92c8 - Merge pull request #843 from stweil/opencl
* e8ca29f - opencl: Remove unused function selectedDeviceIsNativeCPU
* bf9160c - opencl: Remove unused function pixConvertRGBToGray
* 7bb00d9 - Merge pull request #834 from stweil/master
* e2b1e9f - Fix ChangeLog for Leptonica 1.74
* a3e0c10 - Remove unneeded code for old Leptonica versions
* 325de57 - Update Leptonica version for Travis CI
* 11b244f - Merge pull request #831 from aleksey-nikolaev/cmake-
install
* be747a5 - Correct include path for installed project
* 6641989 - Cmake install
* e18a802 - Merge pull request #823 from RandomDSdevel/typo-fixes
* 6614b86 - Merge pull request #824 from stweil/typo
* 2be8676 - autogen.sh: Small Typo Fix
* 8f8651b - Fix typo
* 7231e67 - typo in comment
* 6393e61 - Merge pull request #816 from stweil/codacy
* 934e612 - testing: Fix warnings from shellcheck
* afd6b7d - Merge pull request #813 from jbarlow83/4.00-opencl
* f54577e - Fix #786 - 3.05 linkage fails on macOS Sierra with --
enable-opencl
* 36a995b - Merge pull request #812 from stweil/readme
* 98961ed - README: Update stable version
* 5baa8c8 - Merge pull request #808 from stweil/macos
* 31cb732 - opencl: Add missing TIFF library for macOS
-- Alexander Pozdnyakov <censored> Fri, 05 May 2017 09:07:29 +0300
tesseract (4.00~git1822-cf0b378-1ppa1~yakkety1) yakkety; urgency=medium
* Automated backport upload; no source changes.
-- Alexander Pozdnyakov <censored> Sun, 09 Apr 2017 22:20:14 +0300
tesseract (4.00~git1822-cf0b378-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: cf0b378577e7ed0c75bfaf97cae7e35d7634cf4d
* Date: 1491239260
* git changelog:
* cf0b378 - Merge pull request #801 from amitdo/readme-compilers
* 3357e25 - Update README.md
* 168e799 - Merge pull request #800 from atuyosi/fix-makefile
* 9038faf - Better escaping for PDF title; fixes #636
* c38eeda - Merge pull request #797 from stweil/warnings
* 82d62f8 - Update Makefile.am (add 'lstm.train')
* c1a01d0 - opencl: Fix some compiler warnings [-Wunused-function]
* 362b68e - Update .travis.yml
* ddd901b - Update .travis.yml
* b9dd8be - Update .travis.yml
* 0488a0c - Update .travis.yml
* f837cc0 - Merge pull request #783 from Shreeshrii/patch-1
* f7ca771 - Update ChangeLog
* 62bb7e2 - Fixed update date to 2017-03-24
* 366e1be - Update ChangeLog
* cce32f1 - Updated changelog for 2016-11-11 to 2017-March - V4.00.00-
alpha
-- Alexander Pozdnyakov <censored> Sat, 08 Apr 2017 20:08:57 +0300
tesseract (4.00~git1805-cf245f8-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: cf245f8f5c56d5d8af9eef43e821dc7432b253dd
* Date: 1490349583
* git changelog:
* cf245f8 - Merge pull request #787 from ipylypiv/master
* cea24b7 - Remove redundant condition from
TessBaseAPI::AdaptToWordStr()
* d2fcfca - Update appveyor.yml
* 8d7a2bc - Update appveyor.yml
* f58522a - Update appveyor.yml
* 1a4f61a - Update appveyor.yml
* 14b1de3 - Update appveyor.yml
* 6c3d8fa - Ignore bin dir.
* 2b52915 - add 3.05 to ChangeLog
* a51d0d4 - Merge pull request #770 from wilsonmar/typofix
* 446f5c0 - Update README.md heading markdown
-- Alexander Pozdnyakov <censored> Fri, 24 Mar 2017 20:29:44 +0300
tesseract (4.00~git1794-7c27088-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 7c27088b6498efbfe570c02485472bf60b6bed1d
* Date: 1489505132
* git changelog:
* 7c27088 - Update appveyor.yml
* e97ada8 - Update appveyor.yml
* 5a37a8b - Update CMakeLists.txt
* 5ca1e12 - Update appveyor.yml
* 019d16c - Update appveyor.yml
* 8349da8 - Update appveyor.yml
* 323f26f - Merge pull request #755 from stweil/doc
* becec34 - Fix some typos in comments (found by codespell)
* 31486f7 - Merge pull request #700 from elopio/snapcraft
* fe986df - Merge pull request #752 from stweil/warn
* ace9d2a - Merge pull request #750 from RandomDSdevel/autogen_sh-
fix_1
* df88730 - [`autogen.sh`:] Improve `libtoolize` invocation message.
* bcba09c - [`autogen.sh`:] Clarify `libtoolize`/`glibtoolize`
existence check error message.
* e08ed04 - [`autogen.sh`:] Reduce in-script comment block width to
80 characters.
* da4f7fd - [`autogen.sh`:] Abstract the absolute path of
`libtoolize` or `glibtoolize` away into `$LIBTOOLIZE`.
* b6eb8be - Update CMakeLists.txt
* dabf3f3 - classify: Remove unused local function
* 363f131 - ccutil: Remove unused variable
* 7b33dad - api: Remove unused variables
* dcc8666 - lstm: Remove unused variable
* ae53ed6 - Merge pull request #749 from stweil/warn
* cd925fd - Fix indentation after conditional [-Wmisleading-
indentation]
-- Alexander Pozdnyakov <censored> Fri, 17 Mar 2017 15:55:05 +0300
tesseract (4.00~git1771-b851d47-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: b851d47b9c9b20b0579690d85fbbb866d312960a
* Date: 1488492345
* git changelog:
* b851d47 - Merge pull request #742 from stweil/doc
* ef113d1 - Use camel case for GitHub in README.md
* d3a694a - Merge pull request #741 from solomennikm/fix-reading-
carriage-return-in-config-files
* ba4b603 - Correct reading config files with \r\n
* e68e487 - Merge pull request #738 from stweil/avx
* e663d00 - Support AVX for 32 bit platforms
* 6a7831b - Remove global sse define from cppan.
* 182c6bb - Fix cppan dir.
* e376ffc - Fix avx on windows.
* 4cd5e91 - Update cppan dependencies.
* 5118384 - Fix sse4.1 on windows.
* 0dcb6b3 - Rename cppan/cmake projects.
-- Alexander Pozdnyakov <censored> Fri, 03 Mar 2017 21:06:54 +0300
tesseract (4.00~git1759-a011b15-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: a011b15b0d5c0113920a6478af4e38a9b5640993
* Date: 1487174977
* git changelog:
* a011b15 - fix #712: Ghostscript mangling Tesseract-produced PDFs
* 2f10be5 - Update CMakeLists.txt
* d79c11b - Merge pull request #702 from stweil/typo
* f6eed01 - Fix typo in comment
-- Alexander Pozdnyakov <censored> Fri, 17 Feb 2017 21:27:49 +0300
tesseract (4.00~git1755-0ff26ee-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 0ff26ee3de166659970d80e50aef4000ff2557b2
* Date: 1486106115
* git changelog:
* 0ff26ee - Merge pull request #698 from stweil/configure
* b7ef3e0 - configure: Run AVX test only with 64 bit compiler
* bd45b3a - fix #537: Error in pixClone: pixs not defined
* fd0683f - remove obsolete OpenCl code from
TessBaseAPI::ProcessPagesMultipageTiff; fixes #635
* 5291ae9 - Merge pull request #680 from voyageur/disable_graphics
* 5de844f - Merge pull request #687 from jwilk/spelling
* bf9f40c - Fix typos
* 57b7236 - Provide SVSync::StartThread() with GRAPHICS_DISABLED
* 4c39775 - Fix Network declarations with GRAPHICS_DISABLED
* 8aeb73e - Partial fix for GRAPHICS_DISABLED build, issue #679
* f566a45 - clang-tidy changes from sync
* a1c22fb - Fixed issue #557
* b453f74 - Fixed issue #633 (multi-language mode
* ca16a08 - Removed dead TODO
* 9b604b1 - Fix possible warning when WIN32_LEAN_AND_MEAN is already
defined.
* d6f2ba8 - Update cppan.yml
* a8e8bac - Merge pull request #666 from solomennikm/err-err_exit
* 65b3dde - Merge pull request #675 from stweil/macos-simd-detect
* fa677f1 - Implement SIMD detection on macOS-gcc; complain if no
SIMD detection
-- Alexander Pozdnyakov <censored> Fri, 03 Feb 2017 21:03:54 +0300
tesseract (4.00~git1735-c768b58-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: c768b5867dc398d3c02c854717caa2f633935936
* Date: 1485012546
* git changelog:
* c768b58 - Merge pull request #668 from Wikinaut/chg-textonly-pdf-
parameter-description
* c03299e - Improve textonly_pdf parameter description
* 1602234 - Merge pull request #671 from stweil/warnings
* ef70865 - Merge pull request #669 from Wikinaut/fix-typo-in-
parameter-description
* 465e2de - lstm: Remove unused constant and unused local variables
* 134a253 - ccstruct: Remove unused local variable
* 98df78c - fix typo in parameter description
* 8ce58ac - Fix C-API
* 3d9fb3b - Merge pull request #667 from jbarlow83/slash-xobject
* bf638b9 - Fix PDF syntax error: "XObject" instead of "/XObject"
when textonly_pdf=false
* effa574 - Implement invisible text only for PDF
* a979494 - fix #665 process file list
* 170573f - Merge pull request #662 from amitdo/remove-hashfn2
* 080eb73 - Update cppan.yml
* 1920288 - Update appveyor.yml
* 5d627aa - Remove code that is no longer needed
* e2ee780 - Uncomment silent options for cppan.
* fd835d3 - Merge pull request #658 from Wikinaut/patch-1
* f06ef54 - typo correction "specific"
* 39274d8 - typo correction "specific"
* 89f33c5 - Update appveyor.yml
* 809e49a - Update appveyor.yml
* a79d0c9 - Update appveyor.yml
* ef9932a - Update appveyor.yml
* d2bcd00 - Update appveyor.yml
* f02027d - Update appveyor.yml
* dc97e92 - Merge branch 'master' of github.com-egorpugin:tesseract-
ocr/tesseract
* 7156a7e - Add text2image binary when building with cppan.
* 429347b - Update appveyor.yml
* 9bdb711 - Update appveyor.yml
* 4d9609d - Update appveyor.yml
* 6b3f20b - Update appveyor.yml
* 30e68f9 - Update appveyor.yml
* 5b45e5a - Update cppan.yml
* 8fd8cc7 - Merge pull request #643 from amitdo/autoconf-non-cpp11-
error
* e682954 - configure.ac: Exit if compiler does not have c++11
support
-- Alexander Pozdnyakov <censored> Sun, 22 Jan 2017 13:14:12 +0300
tesseract (4.00~git1699-263a4d2-2) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 263a4d2601bad3bfac9fa12001a214c08582b81a
* Date: 1483807566
* git changelog:
* 263a4d2 - Update README.md
* 6f83ba0 - Add include dirs to cppan config.
* 2a5a915 - Add training tool deps.
* 3817aa3 - Fix windows dll build.
* e6ccfb2 - Merge pull request #625 from stweil/lstm
* 534a237 - Move AVX / SSE messages to function PrintVersionInfo
(crash fix)
* 38033ce - Merge pull request #618 from stweil/lstm
* 19616b0 - lstm: Move class SIMDDetect to new source file and
improve code
* e949812 - Merge pull request #617 from stweil/lept
* 680bfdd - Remove code for old versions of Leptonica
* e8d477c - Merge pull request #616 from stweil/lstm
* 5cfe0c7 - lstm: Add AVX / SSE support for Windows
* b2a0262 - lstm: Update AVX / SSE support
* fc94820 - Update appveyor.yml
* 25fed52 - Merge pull request #614 from stweil/lept
* 9a4a321 - Fix build for non x86
* 21a5c51 - Update INSTALL.GIT.md
* f4ea71e - Update CMakeLists.txt
* 04f4370 - Update appveyor.yml
* 1127d01 - Update CMakeLists.txt
* 3566a1d - Merge pull request #613 from stweil/lept
* c160f80 - Add error message with cmake 3.6.
* 7a9a2f7 - Fix Leptonica version check for cmake
* c124f87 - Merge pull request #608 from amitdo/cmake-leptonica-1740
* 4332264 - CMake - Set minimum Leptonica version to 1.74.0
-- Alexander Pozdnyakov <censored> Sat, 07 Jan 2017 21:24:09 +0300
tesseract (4.00~git1674-c7caaaf-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: c7caaaf8cd8841b0156d6ee6e98b81d5fcaa66f8
* Date: 1482605055
* git changelog:
* c7caaaf - Update cppan.yml
* cbd4f54 - Merge pull request #605 from amitdo/travis-leptonica-174
* b0b4c57 - Travis CI - Update Leptonica to 1.74.0
* c1f191c - Travis CI - Update Leptonica to 1.74.0
* 7f14e17 - Travis CI - Update Leptonica to 1.74
* 11f2057 - Multi-page TIFF buffering is broken - fix #233
* 38cb4ac - require leptonica 1.74 or higher
* 29ad9ac - Add tesseractmain.
* e8b2e39 - Add training tools to cppan config.
* 1950a49 - Merge pull request #603 from stweil/opencl
* b262136 - opencl: Show up to four OpenCL platforms
* 02a6970 - autotools: test if compiler support -mavx and -msse4.1
* 54611c1 - increase min autoconf version (2.59). Fixes #598.
* 8b3c6ac - Merge branch 'master' of github.com-egorpugin:tesseract-
ocr/tesseract
* f0bbf1a - Update cppan config.
* c1ee2fe - Merge pull request #597 from techtonik/patch-1
* df8dcf1 - AppVeyor: add build version
* c8fcc89 - AppVeyor: add downloadable builds
* bf10925 - Merge pull request #595 from stweil/lept
* c07c465 - Add missing Leptonica linker flags (needed for macOS)
* 5bddb99 - Update appveyor.yml
* 7a9f74c - Update appveyor.yml
* cb91c2c - Update appveyor.yml
* 560978b - Update appveyor.yml
* 21d8686 - Update appveyor.yml
* e3491de - Update appveyor.yml
-- Alexander Pozdnyakov <censored> Sun, 25 Dec 2016 12:03:52 +0300
tesseract (4.00~git1648-2d1decb-2) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 2d1decbdcfbcfb8e92cde429a92386b4c702c938
* Date: 1481988821
* git changelog:
* 2d1decb - Disable training tools on appveyor because of installed
cmake 3.6 bug.
* 2a9e162 - Update appveyor.yml
* 26dfac7 - Update appveyor.yml
* 1305002 - Temporarily unsilent appveyor build.
* 442b5b7 - Fix building of training tools in shared configuration.
* fc13f96 - Merge pull request #587 from stweil/cube
* 5b23f71 - Remove support for VS2010
* e2e0b90 - Merge pull request #586 from stweil/cube
* de0aff1 - doc: Remove cube related documentation
* e11009e - .gitignore: Remove cube code
* f8dffec - fix training build addition to 7c684be7245a (Add missing
linker flags for Leptonica)
* cb886a0 - Merge pull request #568 from stweil/opencl
* 87a5b9b - Merge pull request #585 from stweil/build
* 7c684be - Add missing linker flags for Leptonica
* 9d4050f - Merge pull request #583 from neoneye/master
* d38cffc - Fixed typo
* 46da0ea - Update appveyor.yml
* a3f1227 - Update appveyor.yml
* 6c46cd7 - Update appveyor.yml
* ea37493 - Update appveyor.yml
* 27ecaf7 - Update appveyor.yml
* c1a0d19 - Update appveyor.yml
* a220204 - Update appveyor.yml
* f995adf - Update appveyor.yml
* 2be79ac - Update appveyor.yml
* 8ef28f1 - Update appveyor.yml
* dd91c1e - Turn on silent building for CIs with cppan.
* 9f763e5 - Update SourceGroups.cmake
* 393c725 - Merge pull request #580 from amitdo/android-remove-cube
* 30ad392 - Merge pull request #579 from stweil/master
* 06fb884 - Update Android.mk
* 23a7330 - Fix page range in log message
* ead87a7 - Fix build.
* 831e161 - Merge pull request #569 from stweil/nullptr
* d77a9b7 - Merge pull request #577 from stweil/config
* a020183 - Merge pull request #576 from stweil/shellcheck
* da4c064 - Merge pull request #531 from stweil/guards
* cb6e9e0 - training: Replace NULL by nullptr
* 9d6e4f6 - Fixed capi to remove cube part 2
* 4b0dae5 - Fixed capi to remove cube
* 0b76f26 - More makefile changes to remove cube
* 81ebba0 - More makefile changes to remove cube
* 5c3839b - Delete cube code
* 432684d - Makefile changes to remove cube
* 9f5ba91 - Removed dependency on cube from the code
* 5129c43 - Stopped error messages from pixaGetCount
* d70f3c3 - Simplify configuration for Leptonica
* b75beda - Fix some issues reported by shellcheck (SC2004, SC2006)
* 13e46ae - Made LSTM the default engine, pushed cube out
* dc12404 - Merge pull request #572 from stweil/mingw64
* 3a5446b - Use pkg-config for Leptonica compiler flags
* 9ec0c4f - api: Add missing dependency on libtiff
* a9b300d - Use pkg-config for icu compiler and linker flags
* aa964b5 - opencl: Fix runtime crash when no device was found
* 9234b4c - Merge pull request #565 from stweil/openmp
* 224eb8a - openmp: Fix OpenMP support
* faeb0d6 - Merge pull request #563 from stweil/java
* 92f2eda - java: Improve build rules
* 49401e6 - Merge pull request #558 from stweil/typo
* a87d073 - Fix two typos in comments
-- Alexander Pozdnyakov <censored> Sun, 18 Dec 2016 11:26:12 +0300
tesseract (4.00~git1585-0c7ada4-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 0c7ada4e1181a3633b82cf27d4c9de293cee17e2
* Date: 1481308896
* git changelog:
* 0c7ada4 - Merge pull request #551 from amitdo/del-unused-listio
* 1901aae - Remove 'listio.cpp' and 'listio.h' from vs2010 vcxproj
* d2d708c - Remove unused code.
* 3a47adc - Merge pull request #544 from jbarlow83/master
* 56b6f06 - Revise after code review
* 3c0c54f - Merge pull request #353 from
pnordhus/remove_dawgpositionvector_dtor
* fb7298e - Remove unsafe API TessBaseAPIDetectOS entirely
* bc95798 - Implement a new orientation and script detection API for
C and C++
* ed4c4c6 - Produce warning for invalid resolution. Fix #453
* 94aebb1 - Merge pull request #543 from stweil/leptonica
* 217a4dd - tesseract: Disable Leptonica messages
* 929d25c - Merge pull request #533 from stweil/crlf
* 7f7cea1 - Merge pull request #532 from stweil/openmp
* 8cf7539 - Merge pull request #539 from stweil/mingw-w64
* 7755e05 - training: Update Makefile for current Mingw-w64
* d55f462 - More clang-tidy from previous commits
* 025689f - Fixed damage to binary images when processing PDFs, issue
#535
* 7744da9 - Fixed Android build breakage
* 6551779 - Added missing lstm.train
* 5deebe6 - Fixed multilang for LSTM, pushed cube to one side without
actually deleting it
* 61d0e8f - doc: Fix line endings
* 6140be6 - openmp: Fix build with clang++ and compilers without
OpenMP support
* 798d79a - Update cppan.yml
* c1ec06c - Merge pull request #530 from stweil/clang
* 9ec5cd3 - Merge pull request #528 from stweil/opencl
* cefc420 - Remove extra semicolons after member function definitions
* 2bb0d9a - opencl: Add missing checks for OpenCL failures
* 3e11fc1 - Merge pull request #524 from stweil/coverity
* 7e3ff36 - cube: Fix coverity warning caused by unneeded null
pointer check
* 4704fca - cube: Fix use after free regression
* 4ac54a2 - Merge pull request #523 from stweil/casts
* a389b7c - opencl: Remove unneeded and potentially bad type casts
* e4faf95 - Merge pull request #515 from stweil/parameters
* 6906162 - Merge pull request #514 from stweil/free
* 875db24 - Merge pull request #503 from stweil/modernize
* 906438f - Merge pull request #506 from stweil/lstm
* dc06621 - opencl: Replace NULL by nullptr
* 397bcc6 - opencl: Replace Tesseract data types by POSIX data types
* 9e0da72 - lstm: Fix possible float division by zero
* dfd7082 - lstm: Fix explicit null dereferenced
* f3e8895 - lstm: Pass big parameter by reference (performance)
* bb6cfc1 - lstm: Initialize member variable beam_size_
* 06b28a1 - lstm: Initialize member variable input_width_
* afd069c - Fix build.
* 68aa285 - Update CMakeLists.txt
* ce76d1c - Fixes to training process to allow incremental training
from a recognition model
* 9d90567 - Added std:: to vector
* 53003f9 - Formatting changes from clang_tidy on latest pull
* 92d981b - Change tesseract parameter -psm to --psm
* d2f9264 - Change tesseract parameter -oem to --oem
* 78d9170 - Simplify new operations
* 03eec61 - cube: Simplify new operations
* 23e420a - Merge pull request #512 from NinnOgTonic/master
* 392e32d - Correcting link for 3rd party wiki pages
* 0d4d36f - Merge pull request #508 from stweil/cube
* 5d3926e - Merge pull request #507 from stweil/free
* dd9452c - Merge pull request #511 from stweil/mingw
* faea44c - mingw-w64: Fix compiler warnings caused by macro
redefinition
* 120a5db - Fix build for Mingw-w64
* 185a264 - Fixed the memory leak/double free cleanly
* 3d00d3b - Missing pdf font file from previous sync
* f60ff4d - cube/char_samp: Fix some memory leaks
* 614f44a - cube/char_bigrams: Fix some memory leaks
* c46e773 - cube: Simplify delete operations
* d2389a8 - Merge pull request #505 from amitdo/contributors-2
* ec99d9f - AUTHORS: Add more contributors
* 7b5b167 - Merge pull request #494 from stweil/free
* 0df77e3 - Merge pull request #501 from stweil/warn
* d0213fa - Switch leptonica back to master.
-- Alexander Pozdnyakov <censored> Fri, 09 Dec 2016 23:05:45 +0300
tesseract (3.05.00~git20161125-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: cf90e8569719a18aeed4d503fefa7688255430d7
* Date: 1480092343
* git changelog:
* cf90e85 - Merge pull request #502 from stweil/ocl
* ba6961e - opencl: Fix OpenCL kernel code assertion for newer
versions
* 786b482 - opencl: Format OpenCL kernel code
* 0020fbc - opencl: Clean whitespace issues in OpenCL kernel code
* a8f4441 - Fix build with leptonica 1.73.
* b4fcd0d - Set leptonica-1.73 as a dependency instead of master.
* 67deea5 - Fix unix build.
* 6444695 - Fix windows build.
* 64159c7 - Merge pull request #177 from stweil/posix
* ed81de9 - Merge branch 'master' of https://github.com/tesseract-
ocr/tesseract
* 3dddf37 - Increase version number in VS2010
* 60f6d6e - Update cppan.yml
* d869cd1 - Merge pull request #499 from amitdo/contributors
* 5b64942 - AUTHORS - Add community contributors
* 19978a2 - Merge pull request #498 from stweil/lstm
* b54894a - Fix 32 bit builds (missing _mm256_extract_epi64)
* addb67c - Merge pull request #496 from stweil/lstm
* 95df572 - Fix broken cmake builds
* 5bb97f9 - Merge pull request #495 from stweil/warn
* c882373 - Fix compiler warning (-Wmaybe-uninitialized)
* 51368c8 - Fixed failed merge of memory leak
* 14bd70d - Merge branch 'stweil-opt' Testing before pull.
* 0169969 - Merge branch 'opt' of https://github.com/stweil/tesseract
into stweil-opt Testing before pulling.
* a8cfc7e - Merge pull request #491 from stweil/lstm
* beb564d - lstm: Fix compilation (undeclared 'isnan')
* cdc2863 - Merge pull request #466 from stweil/opencl
* 871e500 - Merge pull request #471 from ciupicri/patch-1
* 6f302a9 - Merge pull request #489 from stweil/merge
* b0abed7 - add option "make training-uninstall"
* ac3b40d - Merge pull request #478 from stweil/w
* 4780110 - Merge pull request #488 from stweil/conflict
* 0c9235e - Fix typos in new LSTM code
* a7d2758 - opencl: Fix typo in name of local variable
* 2fbc8cf - Fix typo in documentation
* a0fc432 - Fix an unfixed merge conflict
* 9c7e99b - Merged with commit
4ca6ba985b54065146321fa7a540d056b3ff54ca
* dd216f6 - Added more missing license headers
* 5913d73 - Added missing license headers
* 4f45940 - training: Fix compiler warnings (deprecated register
keyword)
* 7e90200 - Fix some compiler warnings (unused function parameters)
-- Alexander Pozdnyakov <censored> Fri, 25 Nov 2016 22:17:16 +0300
tesseract (3.05.00~git20161113-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 8bff1e618ff4f14dfacd523ff0b57b944999f24f
* Date: 1479053869
* git changelog:
* 8bff1e6 - Merge pull request #475 from stweil/fix
* 4ca6ba9 - opencl: Fix type of parameter for clGetProgramInfo
* ec5b1bd - opencl: Fix type of parameter for clGetContextInfo
* a461592 - allow combination of enable/disable
* 182ca5b - Merge pull request #470 from stweil/fix
* 22d53e6 - Merge pull request #469 from stweil/opencl2
* 1e60a8d - Fix crash caused by undefined value of local variable
* a1b9e98 - opencl: Remove unused function getNumDeviceWithEmptyScore
* f8bc09a - Merge pull request #467 from stweil/opencl2
* 10886d3 - opencl: Add missing argument for L_WARNING
* 90dad1f - opencl: Fix wrong implementation of function
getNumDeviceWithEmptyScore
* 8972c0e - Merge pull request #463 from stweil/opencl
* 1a0aada - opencl: Move declaration of MORPH_BC from .h to .cpp file
* 1dbc8c1 - Merge pull request #461 from stweil/opencl
* aea2022 - opencl: Clean handling of lmask32, rmask32
* 610b2d2 - Merge pull request #459 from stweil/opencl
* 3f959e3 - opencl: Add tiff library needed by openclwrapper
* 44e6e87 - Merge pull request #457 from stweil/opencl
* ab8209c - opencl: Fix mismatched new[] / free
-- Alexander Pozdnyakov <censored> Mon, 14 Nov 2016 20:58:35 +0300
tesseract (3.05.00~git20161028-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 7f57ac4a947687972915cb68498a1e4ea5e159e3
* Date: 1477678122
* git changelog:
* 7f57ac4 - Merge pull request #456 from stweil/opencl
* f67381a - opencl: Fix compiler warning [-Wwrite-strings]
* bccf1c1 - opencl: Fix delete operation
* 3ac54b9 - opencl: Fix compiler warning [-Wconversion-null]
* f46dfdc - Fix a padding problem in ThresholdRectToPixOCL
* 5db7602 - Fix openCL crash at startup after device profiling
* 299fce5 - Merge pull request #449 from stweil/leak
* ea786e2 - api/baseapi: Fix memory leaks at program termination
* 6fad5fc - dict/dict: Fix memory leaks at program termination
* 55bcfb5 - Merge pull request #443 from jimregan/genlangdata
* 14c0549 - Merge pull request #448 from stweil/fixes
* 421e4c9 - cutil/cutil: Fix comment (copy+paste error)
* da89ff9 - Merge pull request #447 from stweil/leak
* 3eb044b - Merge pull request #446 from stweil/cov
* f1d3a3b - api/tesseractmain: Fix memory leak caused by exit()
* 53c572b - ccutils/params: Fix memory leak for static variable
global_params
* c7339c3 - viewer/svutil: Fix resource leak
* b1f03cb - classify/adaptmatch: Fix memory leak
* a351dae - ccutil/tessdatamanager: Fix resource leak
* 1327551 - classify/mastertraining: Fix memory leaks
* 963b935 - classify/adaptmatch: Fix memory leak
* bf334e0 - ccmain/paragraphs: Fix memory leak
* aa945bb - ccstruct/polyblk: Fix memory leak
* c12757b - viewer/svutil: Fix memory leak
* 3458e7c - helper script to generate dawg input files from text
* 37f568d - Update appveyor.yml
-- Alexander Pozdnyakov <censored> Sat, 29 Oct 2016 11:21:25 +0300
tesseract (3.05.00~git20161011-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 69b1a38426d193326c7e8f72fc4760195c6f4d0c
* Date: 1476195800
* git changelog:
* 69b1a38 - Merge pull request #439 from stweil/warning
* f9ce278 - Turn off macos travis build as it fails during bootstrap.
* 34af615 - training: Remove unnecessary const qualifiers
* 4b6e7af - Update .travis.yml
* 54fafc4 - improve multipage tiff processing (jbreiden patch from
2016-03-29)
-- Alexander Pozdnyakov <censored> Sat, 15 Oct 2016 17:51:40 +0300
tesseract (3.05.00~git20160929-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 57d28b2643a069fccbd8ac04b91f9f50ddfdb3fb
* Date: 1475148401
* git changelog:
* 57d28b2 - Update cppan.yml
* 5dac6f6 - Update cppan.yml
* 8d6dbb1 - Tesseract is now tested with CPPAN on appveyor.
* c943fc1 - sets justification for ParagraphInfo; fixes #429
-- Alexander Pozdnyakov <censored> Sat, 01 Oct 2016 17:14:47 +0300
tesseract (3.05.00~git20160908-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: a75ab450a8cc9a2b69cf05f5c4f7a39bc44cbacc
* Date: 1473357416
* git changelog:
* a75ab45 - Merge pull request #420 from stweil/warnings
* a5b61e2 - ccmain: Remove unused constants
* fcd5f7d - textord: Remove unused constants
* d40b28f - textord: Remove unused constants
* db2a8e9 - api: Remove unused constant kBytesPerBlob
* 5bce3f7 - classify: Remove unused constant kMinPCLengthIncrease
* 193032a - Update CMakeLists.txt
* 01c364d - Merge pull request #415 from stweil/warnings
* caffb31 - Remove unneeded 'struct' from TessBaseAPI::GetHOCRText
(issue #414)
-- Alexander Pozdnyakov <censored> Fri, 16 Sep 2016 22:57:01 +0300
tesseract (3.05.00~git20160901-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: a6871a8c91a224c224c7cb4cbccf442959b94ba6
* Date: 1472750490
* git changelog:
* a6871a8 - remove install-langs - fix #376
* 61032d9 - set fonts_dir to system default font location. Fixes #409
* 916897d - print text2image info to stdout instead of strerr
* 94e21c3 - add info OSD data file is need too
* b14f735 - you do not need download all tessdata repository
* 77af7cf - Merge pull request #406 from stweil/windows
* 4708ea3 - vs2010: Fix implementation of strcasestr
* 2660647 - Merge pull request #404 from stweil/warnings
* fdf950b - configure: Don't use -Wno-uninitialized for debug builds
* 7f8bd11 - Merge pull request #402 from stweil/windows
* 6ec1a0a - fileio: Replace assert with tprintf() and exit(1)
* d093ed4 - Merge pull request #401 from stweil/windows
* 1950fec - tlog: Remove unused macro TLOG_FATAL
* a1a4575 - Merge pull request #6 from jimregan/gcode_issue1316
* 0497dc0 - Merge pull request #17 from tesseract-ocr/gcode_issue1351
* 3e53237 - Merge pull request #400 from stweil/windows
* 1274874 - ccutil: Fix and simplify implementation of variadic macro
* b000dd2 - Merge pull request #398 from stweil/windows
* 3420aca - text2image: Add linefeed to error message
* a1f0f36 - Merge pull request #397 from stweil/warnings
* 34ed8dd - stringrenderer: Fix compiler warning (-Wwrite-strings)
-- Alexander Pozdnyakov <censored> Fri, 02 Sep 2016 22:03:07 +0300
tesseract (3.05.00~git20160815-1) unstable; urgency=medium
* Compile
* URL: https://github.com/tesseract-ocr/tesseract.git
* Branch: master
* Commit: 939023ffb95a10a228024bb64b9e760132966d4d
* Date: 1471284270
* git changelog:
* 939023f - Merge pull request #391 from vidiecan/issue_390
* f06314c - Merge pull request #389 from vidiecan/issue_388
* b69561c - fixed #390 by introducing new rotate_image flag
* 941e1c4 - fixes #388 by using raw bytes utf8 encoding
-- Alexander Pozdnyakov <censored> Sat, 20 Aug 2016 05:00:03 +0300
tesseract (3.05.00~git20160805-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 5610738be9455a71ba226a95d992e8655883e8f0
* Date: 1470429478
-- Alexander Pozdnyakov <censored> Sat, 06 Aug 2016 18:08:54 +0300
tesseract (3.05.00~git20160717-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 2bc4f94b71548375a6f4b4d3a783997751753d5c
* Date: 1468766737
-- Alexander Pozdnyakov <censored> Sat, 23 Jul 2016 18:22:51 +0300
tesseract (3.05.00~git20160708-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 669c7397aa69d7b01bbdeb1d2ea7f7e1d3d0d8ff
* Date: 1467999863
-- Alexander Pozdnyakov <censored> Sat, 09 Jul 2016 17:53:41 +0300
tesseract (3.05.00~git20160620-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 5ca73cca26ef72d087d19e2e46cd2697590f7d98
* Date: 1466411171
-- Alexander Pozdnyakov <censored> Fri, 24 Jun 2016 22:56:35 +0300
tesseract (3.05.00~git20160607-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 86acff5a036a90c1842ac12bb8d442b31963aee7
* Date: 1465292184
-- Alexander Pozdnyakov <censored> Sat, 11 Jun 2016 13:22:55 +0300
tesseract (3.05.00~git20160527-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 98e87d2e2279e314d880c8c92dc0b0135f086d46
* Date: 1464359956
-- Alexander Pozdnyakov <censored> Fri, 27 May 2016 23:18:33 +0300
tesseract (3.05.00~git20160325-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 60176fc5ae5e7f6bdef60c926a4b5ea03de2bfa7
* Date: 1458914304
-- Alexander Pozdnyakov <censored> Sat, 02 Apr 2016 11:49:02 +0300
tesseract (3.05.00~git20160318-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 66f37f0cd329db0471b76904eff29f889da09a2f
* Date: 1458326625
-- Alexander Pozdnyakov <censored> Sat, 19 Mar 2016 11:28:28 +0300
tesseract (3.05.00~git20160304-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 8bfaf84007fb9219fd3347f67bedf05e123217f2
* Date: 1457098508
-- Alexander Pozdnyakov <censored> Fri, 04 Mar 2016 17:59:25 +0300
tesseract (3.05.00~git20160218-2) unstable; urgency=medium
* lintian fix
-- Alexander Pozdnyakov <censored> Sat, 27 Feb 2016 14:29:25 +0300
tesseract (3.05.00~git20160218-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: c35a36cb83b90b66e37213f72218239cd915c085
* Date: 1455781680
-- Alexander Pozdnyakov <censored> Fri, 19 Feb 2016 22:35:57 +0300
tesseract (3.05.00~git20160204-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: b68be4426582d90a8ad3a272c6b7e1b5a1e667fd
* Date: 1454582662
-- Alexander Pozdnyakov <censored> Fri, 05 Feb 2016 23:09:36 +0300
tesseract (3.05.00~git20160105-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 6f6953a9724aca6c9317f53b328df3bcc2126bf8
* Date: 1452010977
-- Alexander Pozdnyakov <censored> Mon, 11 Jan 2016 20:25:52 +0300
tesseract (3.05.00~git20151222-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: a361e84de216bb2ebcc60117b0f403bc259ddc9b
* Date: 1450768845
-- Alexander Pozdnyakov <censored> Fri, 25 Dec 2015 23:20:13 +0300
tesseract (3.05.00~git20151207-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: d4e0c6459a48068254b45874c6d1d8ba837af925
* Date: 1449499024
-- Alexander Pozdnyakov <censored> Sat, 12 Dec 2015 11:32:30 +0300
tesseract (3.05.00~git20151125-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 198ee0a8206a7c2ca4f3b8ac4922153f8c97b486
* Date: 1448440133
-- Alexander Pozdnyakov <censored> Fri, 27 Nov 2015 22:54:01 +0300
tesseract (3.05.00~git20151114-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 9c13a157d3c713a92d3b7e13b9c00e332324393c
* Date: 1447498911
-- Alexander Pozdnyakov <censored> Sat, 14 Nov 2015 15:02:18 +0300
tesseract (3.05.00~git20151030-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 7089c7b38e7ad80cd626652316235f7458be80c3
* Date: 1446234884
-- Alexander Pozdnyakov <censored> Sat, 31 Oct 2015 00:00:38 +0300
tesseract (3.05.00~git20151011-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 86407964b70e51012ba79622d60a62765074e2a7
* Date: 1444576602
-- Alexander Pozdnyakov <censored> Sat, 17 Oct 2015 13:31:08 +0300
tesseract (3.05.00~git20151002-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: dd8c12997385cf7f5961093bcd44f0396b08f96f
* Date: 1443809411
-- Alexander Pozdnyakov <censored> Sat, 03 Oct 2015 17:31:09 +0300
tesseract (3.05.00~git20150915-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 0d61f0c05a93a4d5aa09a9ec74d7cf7a1e51a9fa
* Date: 1442302374
-- Alexander Pozdnyakov <censored> Sat, 19 Sep 2015 19:53:31 +0300
tesseract (3.05.00~git20150901-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 73b28982aacedcf400a3b1cfdfdd3028f891df25
* Date: 1441122265
-- Alexander Pozdnyakov <censored> Fri, 04 Sep 2015 22:20:58 +0300
tesseract (3.05.00~git20150814-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: bb19f2c16bc80dcaf3a1a42e22a0841d22c47189
* Date: 1439581180
-- Alexander Pozdnyakov <censored> Fri, 14 Aug 2015 23:31:41 +0300
tesseract (3.04.00~git20150731-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 66a76a94772343582a70783a712f6248a81879ab
* Date: 1438371883
-- Alexander Pozdnyakov <censored> Fri, 31 Jul 2015 23:30:16 +0300
tesseract (3.04.00~git20150711-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: 228317caa1ced217e6d264aafc901f361ecd7e90
* Date: 1436601192
-- Alexander Pozdnyakov <censored> Fri, 17 Jul 2015 22:16:00 +0300
tesseract (3.04.00~git20150629-1) unstable; urgency=medium
* Compile
* Branch: master
* Commit: d00d833b9baee36abcae05f076f8ac97b8662958
* Date: 1435574369
-- Alexander Pozdnyakov <censored> Sat, 04 Jul 2015 23:01:20 +0300
tesseract (3.0+svn504-1) unstable; urgency=low
* Initial release (Closes: #123456)
-- Alexander Pozdnyakov <censored> Mon, 04 Oct 2010 19:11:15 +0400