-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 26 May 2019 16:05:09 +0800 Source: tesseract Binary: tesseract-ocr libtesseract-dev libtesseract4 tesseract-ocr-all Architecture: source Version: 4.0.0-2~bpo9+1 Distribution: stretch-backports Urgency: medium Maintainer: Alexander Pozdnyakov <almipo@mail.ru> Changed-By: Paul Wise <pabs@debian.org> Description: libtesseract-dev - Development files for the tesseract command line OCR tool libtesseract4 - Tesseract OCR library tesseract-ocr - Tesseract command line OCR tool tesseract-ocr-all - Tesseract OCR with all language and script packages Closes: 898971 901750 903606 906922 913017 919810 Changes: tesseract (4.0.0-2~bpo9+1) stretch-backports; urgency=medium . * Rebuild for stretch-backports. . tesseract (4.0.0-2) unstable; urgency=medium . * Honour DEB_BUILD_OPTIONS=nocheck. (Closes: #919810) * Bump Standards-Version to 4.3.0 . tesseract (4.0.0-1) unstable; urgency=medium . * New upstream release. * moved sh scripts to usr/share/tesseract-ocr/ (closes: #913017) * URL: git://github.com/tesseract-ocr/tesseract.git * Branch: master * Commit: 51316994ccae0b48692d547030f26c0969308214 * Date: 1540803796 * git changelog: * 51316994 - 4.0.0 Release * ba64aaf2 - add lstmdebug config to distribution and installation process * 125fdc3f - Add debug configuration for LSTM . tesseract (4.00~git3241-1066f696-1) unstable; urgency=medium . * Compile * fix patch - man.diff * Bump Standards-Version to 4.2.1 * disable patch - shebang.diff * URL: git://github.com/tesseract-ocr/tesseract.git * Branch: master * Commit: 1066f696dd1439c61ec04ea341666439a97f49a5 * Date: 1540363862 * git changelog: * 1066f696 - Release candidate 4 * eefb8348 - Fix compiler warning * f7f5f410 - Fixed a mac compiler warning in recodebeam.cpp * e60318f9 - set PANGOCAIRO_BACKEND=fc to avoid crash; fixes #736 * 3d508a65 - set unlv_tilde_crunching to false; fixes #1449 #948 * 7ebbb737 - ColPartition: Fix CID 1164543 (Division or modulo by float zero) * eaabe4a3 - ErrorCounter: Fix CID 1164538 (Division or modulo by float zero) * 8f615d44 - osdetect: Fix CID 1164539 (Division or modulo by float zero) * be0cf037 - tesseractmain: Fix memory leak * 9c079931 - Add parenthesis in boolean expression * 0f973e1d - Add missing 'static' keyword * a71ad455 - Remove unused macros * eac2880c - avoid unbound variable TESSDATA_PREFIX * d75ef80f - Get sorted list of available languages * 95d9c8c5 - set default values for unset variables * 7b32e645 - add shebang * aefcbac8 - add info about unicharambigs file v2; fixes #165 * 32c1e4f4 - FLAGS_webtext_prefix: unbound variable; issue #2005 * 34a89e54 - Fix function ScrollViewCommand * 4d3b0bc7 - use <cstdio> instead of <stdio.h> * 8103d17c - use _strdup instead of strdup in MSVC * a033261f - add info about used backend in text2image * e2321140 - Fix use of undefined macro USE_DEVICE_SELECTION * 48694068 - Exit training script if run command failed; fixes #2005 * 1a523006 - install training script with autotools. * b0ace0e8 - ScrollView: Optimize local table_colors * d364750c - Remove type cast and fix compiler warning (-Wcast-qual) * 1b2bda65 - Revert "prefer to use FreeType for pango_cairo_font_map" * 276c6845 - Revert "free PangoFontMap; fixes #1999" * ebbd4e3e - fixes #426; define NOUNDEFINED for cygwin * b40151c2 - training: Don't hide global variables * bb181ec8 - Rename API function from GetBestLSTMChoices to GetBestLSTMSymbolChoices * df7d1e1f - Rename API function for getting LSTM choices * 0a42c0dd - Fix configuration for LGTM * 830b9c71 - BLOBNBOX: Declare signed bit field * d9c472b9 - cluster: Fix some potential overflows * d1d73b98 - free PangoFontMap; fixes #1999 * 849c2e98 - Add configuration for LGTM * b2abfc1e - Update test submodule * 49d7df6d - tesseractmain: Show error message when output file could not be created * b0b8dfbc - TessResultRenderer: Extend API to access status of renderer * d04133f0 - unittest: Add more files from Google * f0c9b753 - BlamerBundle: Add declaration for copy assignment operator * e3658bbc - C_OUTLINE_FRAG: Add declaration for copy constructor * 5585ed8d - ROW: Add declaration for copy constructor * a1f0c66b - BLOB_CHOICE: Add copy assignment operator * 7100a146 - ParamsTrainingHypothesis: Add copy assignment operator * 0bbd5c5d - LineHypothesis: Add copy assignment operator * c13371d6 - Renamed GetGlyphConfidences() to GetChoices() and glyph_confidences to lstm_choice_mode * 4b800cca - Fix sum computation in higher precision * fd84f7b6 - LLSQ: Replace sqrt by std::sqrt * 7c2af457 - Fix sum computation in higher precision * 1730b8cc - classify/cluster: Replace Emalloc by std::vector * 5fb461a5 - SVNetwork: Handle failed socket call (CID 1164597) * 2d2b269e - OpenclDevice: Catch negative index (CID 1395110) * 98843e0d - Fix uninitialized scalar variable (CID 1395880) * 146d2caa - Classify: Fix new resource leak (CID 1396163) * edbd07a5 - lstmtraining: Handle failed remove syscall (CID 1396166) * d8fdbdb9 - CycleTimer: Add missing initialization (CID 1396168) * 32e1e4b6 - TessPDFRenderer: Remove unused member variable jpg_quality_ (CID 1396172) * d89ec155 - Revert "Fix CID 1396172 (Uninitialized members)" * cbd09de7 - Fix CID 1396172 (Uninitialized members) * d0d73da6 - commontraining: Fix two comments * 4b9e0a82 - Fix cppan build. * d6950eb2 - Release candidate 3 * 10f2c45c - fix "mkdir -dt" for bds, mac and cygwin * 126ca805 - Do not build tests by default. * 14af3f72 - Add missing cerrno includes - fixes #1986 * 6cee0528 - turn off cmake test building * 6ffb53f8 - win32: Show TIFF errors on console * f5dfab15 - Add Leptonica lib for baseapi_test * 47343174 - fixes #408 - text2image: comma in font name * 5f4f9372 - revert debug message commited by mistake * f6fd9b3a - Handle null raw_choice - fixes #235, fixes #246 * 90403ef3 - update dist-hook * b0b5bd62 - build doc only for tesseract engine * 6359ba2e - add cmake files to autotools distribution package * 4edcbf11 - adapt info about ScrollView.jar build * 3f5c3619 - unittest: Disable build rules for tests which still fail to build * 2916dc86 - unittest: Add mastertrainer_test (only works partially) * f93fb9de - unittest: Add lang_model_test (only works partially) * de6a7597 - unittest: Add paragraphs_test * 53f0e765 - unittest: Add imagedata_test * d86d520f - Remove tab character in source files * d59f14c7 - Remove gradechop.h * 420a0286 - unittest: Add fileio_test * d3cf4237 - unittest: Add qrsequence_test * 11f82f5c - unittest: Add baseapi_test * db16fea6 - Add a basic implementation of class CycleTimer * 27bfaccf - Enhance LOG emulation * db07a69b - Add more hacks for use with Google unittests * b65b4afe - Update test submodule * 3318c9aa - Add Abseil as a submodule (needed for some of the new unit tests) * 9d84968d - fix building of ScrollView.jar with modern java version; fixes #1289 * 6e759243 - remove not existing directory from autotools distribution * b7098b3a - remove insight.io badge * 488cc49a - Use env variable in AppVeyor configuration * 7f911ac5 - Fix integer overflow in overlap calculation * ca5d285a - hocr: add ocrp_wconf to unconditional ocr-capabilities; fixes #1470 * 956525f5 - fix uninitialized variable, remove unused variable * 128422e7 - Remove virtual specifiers * f94b3fd9 - Remove code for _MSC_VER < 1900 * c375f4fb - keep API compatibility with #1265 * af02ac64 - Update googletest submodule to release v1.8.1 * eba1c81d - Update test submodule * dcd0377b - Always use isascii() with isspace() * 32e92def - Avoid crash with --psm 0 and LSTM traineddata * 1eeca175 - SVPaint: Remove empty block * 9c857ab9 - Classify: Don't hide debug parameter * 30b75cfc - UNICHARMAP: Remove comparison which is always false * 3ae765ec - svpaint: Change a variable from global to local * 7b595592 - pgedit: remove unused declaration of display_bln_lines * ae93b65b - Plumbing: Remove comparison which is always false * 944816ae - Release candidate 2 * f7945711 - use pdf L_FLATE_ENCODE only for png input; fixes #1961 * 67bf9062 - Rework check for readable input file * 4044ba82 - fix "mktemp -d --tmpdir" on Mac OS; see #1453 * 685abc91 - pgedit: Change some variables from global to local ones * 424dbd5d - improve description of min_characters_to_try variable * 18f7ab75 - WERD_RES: Remove comparisons which are constant * 238c8727 - GENERIC_2D_ARRAY: Pass parameters by reference * a7982185 - genericvector: Pass parameters by reference * 819c43d3 - chop: Use more efficient float calculations for sqrt * f264464e - rect: Use more efficient float calculations for ceil, floor * b26866bb - intproto: Use more efficient float calculations for floor * 06a8de0b - genericvector: Rewrite code to satisfy static code analyzer * c2a8aa00 - Fix constructor for class Dict (uninitialized member variables) * 8dc9e9fd - Fix use of wrong UNICHARSET * 0e71e5a7 - lstmtraining: Remove dead code for purified model name * f4e982e0 - combine_tessdata: Handle failures when extracting * 7434590b - lstmtraining: Check write permission for output model * 660dbaa9 - implement parameter min_characters_to_try for minimum characters to try to skip page entirely. fixes #1729 * 33159318 - Merge and enhance documentation on language and script models * 383dcf70 - Document some more config options for tesseract * b70a4567 - Add Makefile rule to build HTML manpages * 3e9b0acc - Update tesseract man page * c6f75914 - Don't set page segmentation mode for unlv config * 26bfd2b9 - Allow orientation detection with any traineddata * ecfee53b - Don't set page segmentation mode for hocr, pdf and tsv configs * d1600673 - Update README about both OCR engines in tesseract 4 * 0c39d344 - Update tesseract man page about both OCR engines in tesseract 4 * 1beeeee2 - fix version info in VERSION * 04703ca8 - Fix CID 1164579 (Explicit null dereferenced) * 7dbf5a03 - print help for tesstrain.sh; fixes #1469 * 9a1f14f2 - Fix CID 1395882 (Uninitialized scalar variable) * ce6ff209 - Fix comments * 8c56b8f5 - Move content of ipoints.h to points.h and remove ipoints.h * 57a6f1d2 - remove duplicate help from combine_lang_model * 6ee7f4ea - Fix typo. * 14b83d30 - use tprintf instead of printf to be able disable messages by quiet option (issue #1240) * d9372662 - add "sudo ldconfig" to install instruction. fixes #1212 * 4ec9c862 - unittest: Replace NULL by nullptr * 9e66fb91 - unittest: Format code * 1a096441 - tesseract app: check if input file exists; fixes #1023 * 0f3206d5 - Format code (replace ( xxx ) by (xxx)) * 63f87cac - Simplify boolean expressions * abe40f17 - Win32: use the ISO C and C++ conformant name "_putenv" instead of deprecated "putenv" * a0564fd4 - Allow user to specify dpi for input image * 345e5ee1 - prefer to use FreeType for pango_cairo_font_map * 5fe13907 - remove alpha channel from png: issue #1914 * 971fe500 - fixed #714: use binary mode when generating pdf to stdout on Windows * 5dfce747 - fix #1889: part 2 * f69af96d - Only print "Merging rows..." in debug mode * ea007d5b - fix version info for cmake build * c003a604 - remove outdated scripts/contrib dir * 01cf7402 - add header guard * 5338a5a8 - Don't trigger a deliberate SIGSEGV for fatal errors in release code * 4ca179d3 - remove condition because fontsize is always > 0 * 741ea00d - Don't call exit when parameter in file is unknown * d586b978 - Remove duplicate include statements * a387e1f7 - Add documentation for lists of images to the tesseract man page * d6d6f3d0 - Fix typo in cppan.yml affecting /openmp * 5d22fdfe - replace deprecated C++ headers (reported by clan-tidy) - partially supersedes PR #1605 * c98391d3 - fix #1192 bbox as the entire page * 92e29125 - Fix missing default parameter value cause compile to fail. * 31aeb534 - Fix merge conflicts Merge branch 'master' into jpg_quality_option * 59e42fce - fix issue #1889 * aa47a844 - Add badges for download , licence and lgtm * be1393b1 - Replace macro MINGW by __MINGW32__ * 4fa2a345 - EquationDetectBase: Define virtual destructor in .cpp file * f29a9496 - BlobGrid: Define virtual destructor in .cpp file * b3206d94 - GridBase: Define virtual destructor in .cpp file * 677198e3 - AlignedBlob: Define virtual destructor in .cpp file * c9d8e5e8 - TransposedArray: Define virtual destructor in .cpp file * 94d227bc - IndexMapBiDi: Define virtual destructor in .cpp file * 319de308 - Add missing include file (fixes linker error for Visual Studio) * 5178142a - NthItemTest: Add definition for virtual destructor * 80c1235c - HeapTest: Add definition for virtual destructor * 46d2273e - IcuErrorCode: Define virtual destructor in .cpp file * 68bcd6ba - Validator: Define virtual destructor in .cpp file * 0d211f9e - Dawg: Define virtual destructor in .cpp file * ac8afc57 - CUtil: Define virtual destructor in .cpp file * 32098b7d - IndexMap: Define virtual destructor in .cpp file * 5b8162f0 - CCUtil: Define virtual destructor in .cpp file * 14c23c9f - MATRIX: Define virtual destructor in .cpp file * bde8f080 - CCStruct: Define virtual destructor in .cpp file * 8317371f - LTRResultIterator * b612c2c5 - SVEventHandler * 1c9bd51d - SVEventHandler: Define virtual destructor in .cpp file * 8e551469 - MutableIterator: Define virtual destructor in .cpp file * d926655c - LTRResultIterator: Define virtual destructor in .cpp file * c635cdf5 - Do not define or use macro __UNIX__ * be443a5d - add langtests for Devanagari and Sanskrit * 9f8ed31a - api/pdfrenderer.cpp: Fix compiler warning * 08e25d41 - textord/cjkpitch: Fix mismatch between format string and argument * 2cc7839a - textord/makerow.cpp: Fix compiler warnings * e74c88a4 - ccstruct/werd.cpp: Fix compiler warnings * 4934b2e8 - ccstruct/polyblk.cpp: Fix compiler warnings * 4f32b8fd - ccstruct/ocrblock.cpp: Fix compiler warnings * 59b637ef - ccstruct/mod128.cpp: Fix compiler warnings * 31de2cf6 - Add newline at end of file * ccbda7a2 - Stage packages that provides the depending libraries * 2a61f6df - Fix compiler warnings in c_blob_comparator and make it a local function * 9c8a5851 - Add git tracking ignore rules for snap packaging * aa48247f - Assert removable-media interface in the snap * b5ff354d - Split app. command arguments into separate lines * 5ea8bf64 - Flip snap packaging's grade to stable * 554450c9 - Use automatic git-based versioning for the snap * 69a111a7 - Clean use of qsort function sort_floats * 92922b42 - Add langtests framework with frk example * a849860c - add prime test programs to gitignore * 4aaad7b7 - add /unittest/*_test to gitignore * b5d41b77 - Add leptonica-libs for apply-boxes test * 85b03723 - DISABLE some tests by default since they take long to run. They can be forced to run by --gtest_also_run_disabled_tests argument * 46f65bf0 - unittest: Fix and enable applybox_test * 70daecf2 - Javanese Validation works now - for the most part * 3e8e338c - taking as kCOnsonant in validate_grapheme * a6c6b34b - Workaround for Javanese Aksara's Taling, do not label it as a combiner * c1af1f66 - unittest: Fix and enable commandlineflags_test * ca7ae1c3 - unittest: Fix and enable validator_test * f7663c69 - Added detailed value description for glyph_confidences parameter * 70665721 - unittest: Fix and enable tfile_test * 8e404679 - unittest: Fix and enable tabvector_test * aac00836 - unittest: Fix and enable tablerecog_test * 7aef7a30 - unittest: Fix and enable tablefind_test * f95725af - unittest: Fix and enable stats_test * 6df28fb3 - unittest: Fix and enable rect_test * 3d38e8ce - unittest: Fix and enable nthitem_test * f876ddb0 - unittest: Fix and enable linlsq_test * aec9ce77 - unittest: Fix and enable intfeaturemap_test * c4eda838 - unittest: Fix and enable indexmapbidi_test * de7676c8 - unittest: Fix and enable heap_test * 77809283 - Add ARRAYSIZE macro for Google test environment * 2dc0b681 - unittest: Fix and enable denorm_test * bb101def - unittest: Fix and enable colpartition_test * 68db6aa5 - unittest: Fix and enable cleanapi_test * 0dc5c8ef - unittest: Fix and enable bitvector_test * 2b7df591 - Add more unittests from Google * f0337c2d - Add more portability hacks for Google test environment * 7a2f8d90 - Move class tesseract::File from training to ccutil * f24426cd - Convert CRLF line endings to LF * 63965bd7 - Fix new whitespace issues . tesseract (4.00~git2904-07acc2b2-1) unstable; urgency=medium . * Compile * Bump Standards-Version to 4.2.0 * URL: git://github.com/tesseract-ocr/tesseract.git * Branch: master * Commit: 07acc2b260187eebeb5aed4d063156612560fa24 * Date: 1534972118 * git changelog: * b08966ad - Fix assertion caused by access to default TBOX * 7910a766 - Fix CID 1164567 (Dereference after null check) * f3c7a17d - Fix CID 1395108 (Dereference after null check) * 6092a8f8 - Fix CID 1395109 (Logically dead code) * ac176630 - Fix CID 1395113 ('Constant' variable guards dead code) * 7e9dfefc - Fix CID 1395114 ('Constant' variable guards dead code) * 99efc13d - Fix CID 1395116 ('Constant' variable guards dead code) * 663be426 - Added the option for character accumulated glyph confidences. * 43e3f24b - add variable --save_box_tiff to Save box/tiff pairs along with lstmf files. * debe3da3 - remove duplicate include * b34cf9d4 - Javanese script training * e1c387c9 - Fix typo in comments and variable name * bf333011 - Fix typo in function name * 64123749 - Fix typo in comments and variable name * 95ed924d - Fix typo in function name * ce135de3 - scrollview: Clean include statements * 296309c1 - remove duplicate include. Fixes #1837 * 4cda775d - Revert Makefile.am to beta.2 * 7957288f - chamge validate javanese similar to indic * f93f9e8a - fix typo re Javanese * 0eb7be1c - Initial COmmit to add Aksara Jawa - Javanese script * 6a0f8e8c - ColPartition: Rename median_size_ -> median_height_ * 8af80b7b - Fix ImageThresholder::OtsuThresholdRectToPix for OpenCL * 27ce4726 - Fix potential crash with --psm 0 and use osd.traineddata automatically (closes: #906922) * 65997bed - Fix issue detected by Coverity Scan * d28631a2 - Fix issues detected by Coverity Scan * 6a28cce9 - Fix whitespace issues * 2d96c661 - Fix issue detected by Coverity Scan * eb69dd02 - TessPDFRenderer: Improve robustness of API (issue #1804) * d4490af0 - Fix issue reported by Coverity Scan * 83a4eb3b - Fix issue reported by Coverity Scan * 9cf170cb - Revert "Change default width for images output by text2image" * b19e6908 - training: Add new flag --workspace_dir to tesstraining_utils.sh * b50073ec - Minor formatting proposals * 2315fe2a - Minor formatting proposals * 91c7504a - Added a feature to enrich the hOCR output with glyph confidences . tesseract (4.00~git2844-607e8fd8-1) unstable; urgency=medium . * Compile * fix patch - man.diff, helptext * fixed build with dpkg-buildpackage -A (closes: #901750) * fixed path to phototest.tif * Update dependencie for tesseract-ocr, libtesseract4 - add "liblept5 >= 1.75.3"(closes: #903606) * URL: git://github.com/tesseract-ocr/tesseract.git * Branch: master * Commit: 607e8fd85c675d2348b80703665455a6fab1aeac * Date: 1532170875 * git changelog: * 132c540c - Increase limit for deserialization of large arrays * b15624eb - Fix regression (shared libraries no longer supported) * f577e292 - Increase limit and add assertions for deserialization of large arrays * ca25d885 - Add missing execute permission for script files * 58208522 - configure: Clean code for --enable-visibility * a07025c9 - configure: Clean code for --enable-opencl * 0ad6e3e7 - configure: Clean code for --enable-legacy * e47a9272 - configure: Clean code for --enable-graphics * cfc5ef65 - configure: Clean code for --enable-embedded * 11cafd76 - configure: Clean code for --enable-debug * 11d9d8e5 - configure: Remove macro AC_SYS_INTERPRETER * 0a4edf61 - configure: Remove large file support * 4bbebd3f - Remove tests for function getline * 3a7f5e4d - Merge pull request #1786 from stweil/serialize * b7b8dba5 - LSTMTrainer: Use new serialization API * 1dcda1aa - LSTMRecognizer: Use new serialization API * 45a7ccf2 - LSTM: Use new serialization API * f4449ba4 - Convolve: Use new serialization API * dfc3e969 - SquishedDawg: Use new serialization API * 6cf50896 - UnicharAndFonts, Shape: Use new serialization API * 07b363fe - MasterTrainer: Use new serialization API * 88b3d940 - TessdataManager: Use new serialization API * da0217fa - STRING: Use new serialization API * 5e05f2cb - IndexMap: Use new serialization API and optimize code * edff1d18 - BitVector: Use new serialization API * bb6c0123 - ICOORD: Use new serialization API * 66bc012d - UNICHARSET: Use new serialization API * eb90068b - RecodedCharID: Use new serialization API * 0ca7cdd2 - WordFeature, ImageData: Use new serialization API * 7133a6f4 - GENERIC_2D_ARRAY: Use new serialization API * ea660f83 - fontinfo: Use new serialization API and optimize code * 6ef267c4 - Use TFile::Serialize, TFile::DeSerialize * c383b1aa - TFile: Add helper functions for serialization of simple data types * bdd2a7ae - Use tesseract::Serialize, tesseract::DeSerialize * 16832f98 - Add helper functions for serialization of simple data types * 216c2b31 - Fix typo and add TODO comment * 2b6a356c - IntFeatureSpace: Remove unused DeSerialize method * f47daace - Update appveyor.yml * 14d8c74e - Update appveyor.yml * d330eeae - Update appveyor.yml * 9eed164a - Update appveyor.yml * 9ff65386 - Update appveyor.yml * cfd72ff3 - Fix --print-parameters (regression) * 88ebfea4 - opencl: Fix crash and clean code a bit * 0d497593 - Replace tprintf_internal by tprintf and clean tprintf code * 24bf8c33 - Add include statements (needed for following commit) * 8bd95673 - Fix some comments * 44415a70 - Remove unused EXTERN macros * 7e80a850 - Remove unused macros * 609edd46 - Add missing include statement * 55f0ca58 - Add missing include statements and clean some include statements * cdc7db70 - unlvtests: Fix typo in documentation (found by codespell) * 0eb239ee - Fix typo in comments * 001f536c - Fixed "Invalid F spec" error while building FullyConnected layer. * 18edac40 - Fix CID 1164623 (Uninitialized scalar field) * 66b71e6b - Fix CID 1164621 (Uninitialized scalar field) * 8582ee09 - Fix CID 1164618 (Uninitialized scalar field) * 37f82824 - Fix CID 1164616 (Uninitialized scalar field) * 430dc5c0 - Fix CID 1164612 (Uninitialized scalar field) * 19a99450 - Fix CID 1164611 (Uninitialized scalar field) * 4bb41b89 - Fix CID 1164693 (Untrusted value as argument) * 992031e8 - Fix CID 1164702 (Untrusted value as argument) * c1da5fba - Fix CID 1164704 (Untrusted value as argument) * 8871f4d6 - Fix CID 1164686 (Use of untrusted scalar value) * 92e2ad04 - Fix CID 1164703 (Untrusted value as argument) * bfe2a795 - Fix CID 1164566 (Dereference after null check) * 036c72ca - Fix CID 1164733 (Resource leak) * 8d60a184 - Remove unused iterator * d2febafd - Fix compiler warnings [-Wmissing-prototypes] * 8ad7f049 - Fix empty statements * ffb50193 - Fix prototype for API function TessBaseGetBlockTextOrientations * 790b410f - Remove unused API function TessBaseAPIDetectOS * f107f116 - Fix compiler warnings [-Wconditional-uninitialized] * a74d467e - Fix compiler warnings [-Wcomma] * 296a836f - Fix compiler warnings [-Wunused-const-variable] * 787bde56 - Fix syntax errors introduced by last commit (regression) * d960a50c - Fix compiler warning [-Wshadow-field-in-constructor] * c1be1024 - Fix compiler warning [-Wtautological-undefined-compare] * 52d392da - Fix compiler warning [-Wunused-function] * 6cc35646 - Fix compiler warning [-Wunreachable-code-break] * bdf09f40 - Fix compiler warnings [-Wzero-as-null-pointer-constant] * 60fcff5e - Fix build with legacy engine disabled (part 2) * 081793ff - Fix build with legacy engine disabled * c8b5a29c - Remove unneeded type casts * 62c7b796 - Merge branch 'master' into disable-legacy * 15fb491b - Add missing #ifdef in tesseractmain.cpp * 134779f7 - Fix duplicate #ifndef in blobclass.cpp * aa9f4b48 - Add an option to compile tesseract without the code of the legacy OCR engine * 6d170a15 - Replace tabs by blanks in source code * c9efe5f5 - Merge pull request #1737 from stweil/nwmain * 626a229c - Remove nwmain.h * f8684cb0 - Fix syntax error (regression) * bb7bb1f0 - Remove old comments for exceptions * 889f7eaa - Remove blckerr.h * 87281324 - Replace function DoError and remove danerror.cpp, danerror.h * 6a553f9f - Clean up cutil.h * 9325fbe3 - Remove unused include files * 2cd2d320 - Remove functions open_file, exists_file * 84f315db - Update tesseract.1.asc * cbd7b157 - Remove unneeded macro definition for M_PI * f7b61891 - Replace macro PI by macro M_PI * 3840a769 - Remove unused function long_rand * b57afc7c - Replace Efopen by fopen and remove efio.cpp, efio.h * faae87be - Replace FLOAT32 by float data type * f6c3c8cf - Replace MAX_FLOAT32 by standard FLT_MAX and remove unused MIN_FLOAT32 * 919901eb - Replace FLOAT64 by double data type * abbd78a0 - Fix CID 1340271, 1340272, 1340273, 1340274 (Use after free) * 52b44c5e - Fix CID 1164530 (Logically dead code) * 57970443 - Fix CID 1393661 (Arguments in wrong order) * 09da044a - Fix CID 1164553 (Division or modulo by float zero) * 1b303e5d - Fix CID 1393662 Resource leak * d3c4642d - Fix CID 1393662 (Resource leak) * 98758fb3 - opencl: Use std::vector and clean code * 53795a88 - Fix CID 1158180 Argument cannot be negative * 68010853 - pdfrenderer: Fix ClipBaseline and optimize code * 1011e001 - Update rules for clang-format * e8e94d37 - Fix CID 1340287 (Unchecked return value) * a49b8f1d - Fix CID 1297960 (Dereference after null check) * 86eb4dfc - Fix CID 1164646 (Uninitialized pointer field) * 6b250b58 - Remove autoconf-archive dependency * de072cc0 - Format OpenCL code * 368fa189 - Fix CID 1386106 (Explicit null dereferenced) * 740a821c - Fix CID 1393673 (Ignoring number of bytes read) * 075dc984 - Fix CID 1393671 (Uninitialized scalar variable) * 8f33d10b - Fix CID 1393670 (Resource leak) * 12a601ff - Fix CID 1393669 (Resource leak) * 1de55c86 - Fix CID 1393668 (Uninitialized scalar variable) * 1e1f35cd - Fix CID 1393667 (Copy into fixed size buffer) * 85794ca1 - Fix CID 1393666 (Big parameter passed by value) * 3d2f7350 - Fix CID 1393665 (Uninitialized scalar variable) * a95917a6 - Fix CID 1393664 (Uninitialized scalar variable) * c9737c7f - Fix CID 1393663 (Big parameter passed by value) * 53596f78 - Fix CID 1393662 (Resource leak) * fcff2f2c - Fix CID 1242849 (Unused value) * eabd10d8 - Fix CID 1158180 (Argument cannot be negative) and clean code a bit * 4cc103cd - Fix CID 1157757 (Logically dead code) * 36c985b7 - Fix CID 1164746 (Big parameter passed by value) * 244b54bf - Fix CID 1386083 (Dereference null return value) * 2a30d77d - Fix CID 1386104 (Dereference null return value) * 4bebf3a5 - Fix CID 1386098 (Dubious method used) * 0686cbed - Fix CID 1386094 (Unread field) * 93a9a9dc - Update VERSION * 20cd6d23 - dotproductsse: Fix include statements * 9bb5a877 - Remove stderr.h and its include statements * db7f2009 - Remove memry.cpp, memry.h * cda04b1d - tordmain: Replace alloc_mem, free_mem by C++ std::vector * 3032b65b - pithsync: Replace alloc_mem, free_mem by C++ std::vector * cb9eec35 - oldbasel: Replace alloc_mem, free_mem by C++ new, delete, std::vector * 77db9b43 - makerow: Replace alloc_mem, free_mem by C++ new, delete, std::vector * 556a1c1e - qspline: Replace alloc_mem, free_mem by C++ new, delete * 52218c3d - pitsync1: Remove unneeded include statement * 9b2dc5c2 - gap_map: Replace alloc_mem, free_mem by C++ new, delete * 20e243d5 - strngs: Replace alloc_mem, free_mem by standard functions * 8953f414 - qspline: Remove unneeded include statement * b282d2cb - adaptions: Remove unneeded include statement * f99be62c - coutln: Replace alloc_mem, free_mem by standard functions * 7768f9b3 - Clean more include files and include statements * a32d24fa - Remove empty tessbox.h * 91522dfb - Remove memry.h from public API * 1a151781 - Clean some include statements * 15f64e02 - Remove recursive header. * 484a1be9 - Remove unneeded include statements for scanutils.h * 11f2b12f - Remove arch header files from public API * 2bafff4c - Remove LSTM header files from public API * 1371980f - Replace string.h by standard C++ cstring * 112aeb98 - Clean usage of assert.h * a9e2574e - Remove public API file ndminx.h * 0cb128d5 - Remove errcode.h from public API * 44450094 - Replace ASSERT_HOST in genericvector.h * 2a5a0924 - Fix CID 1393241 (Dereference null return value) * 09976e61 - Fix CID 1393238 (Dereference null return value) * 27a5908a - Fix CID 1393239 (Dereference null return value) * f482ebdc - Fix CID 1393243 (Uninitialized scalar field) * 2ceb2001 - Fix CID 1393244 and CID 1393244 (Uninitialized scalar variable) * d6391ee8 - Fix CID 1393540 (Explicit null dereferenced) * c8dd4456 - Fix CID 1393240 (Missing return statement) * e87e8967 - Remove more header files from public API . tesseract (4.00~git2481-555f6ffc-1) unstable; urgency=medium . * Compile * Added version in tesseract-ocr-eng build-dep (closes: #898971) * URL: git://github.com/tesseract-ocr/tesseract.git * Branch: master * Commit: 555f6ffc0191fdd481e792be5afacc5644012bb9 * Date: 1526933494 * git changelog: * 555f6ffc - Merge pull request #1593 from stweil/fix * cdf035d9 - Fix compilation with g++-5 * 0a93ad2a - Merge pull request #1590 from mduk/patch-1 * b4b33dda - Update README.md * e9197f30 - Merge pull request #1589 from stweil/fix * fedae914 - ColPartition: Add missing initialisation for median_left, median_right * 7c8ab184 - Merge pull request #1587 from stweil/clean * c749d461 - Update build rules for Android * bb34351f - Remove remaining deprecated "register" keyword * a80a8f17 - Merge pull request #1585 from ZaMaZaN4iK/small_fixes * 6e568b02 - Merge remote-tracking branch 'my_repo/small_fixes' into small_fixes * 6049225d - Merge remote-tracking branch 'my_repo/small_fixes' into small_fixes * 3ce2cab7 - Merge remote-tracking branch 'my_repo/small_fixes' into small_fixes * d54d7486 - Use std::max/std::min instead of MAX/MIN macros. * 14ae0b87 - Use std::max/std::min instead of MAX/MIN macros. * c34e145b - Use numeric_limits instead of INT_MAX. * 7d08e117 - Added more const. * e7e8e201 - Remove deprecated in C++11 'register' keyword (removed since C++17). * a50b966a - Added more const and one small fix. * 0697235b - Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuide lines.md#Rt-using * 0248c7ff - Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). * 96f8f853 - Small enhancements (adding const, etc.) * 6f4e1954 - Merge pull request #1581 from Shreeshrii/patch-1 * a9c12334 - Merge pull request #1584 from RNCTX/master * 663b4d2d - Update Makefile.am * 684e8756 - Update Makefile.am * 1b8ab8e4 - Merge pull request #1583 from stweil/warn * c8f8f636 - TabFind: Change order of initialization code * 6436a696 - BLOCK: Change order of initialization code * 6c08ec02 - Copy .box and .tif files along with .lstmf files from /tmp * 45a65463 - Merge pull request #1569 from noahmetzger/winfix * 43d47f35 - Added downward compatibility for older APIs * 8a7f3a9c - Merge pull request #1568 from amitdo/authors * af1af22f - Update AUTHORS * d0570502 - Merge pull request #1567 from stweil/utf8 * 932a108b - Revert "fixes #388 by using raw bytes utf8 encoding" * 2236caec - Merge pull request #1563 from Shreeshrii/Shreeshrii- unittest-logging * 07a6e641 - remove non-essential logging function * 8e2344a4 - Merge pull request #1561 from stweil/cid * 7cf7d629 - Fix CID 1390821 (Uninitialized variable) * 7dea6717 - Merge pull request #1557 from stweil/cid * 11609f95 - Fix CID 1386109 (Logically dead code) . tesseract (4.00~git2439-c3ed6f03-2) unstable; urgency=medium . * Added dependency on tesseract-ocr-grc * Added dependency on tesseract-ocr-kmr * Remove dependency on tesseract-ocr-kur-ara. . tesseract (4.00~git2439-c3ed6f03-1) unstable; urgency=medium . * Compile * Bump Standards-Version to 4.1.4 * set "Multi-Arch: same" to binary packages libtesseract-dev, libtesseract4 * fix patch - fix-up-headers, helptext, shebang.diff * fix libtesseract-dev.install * set executable flag on sh files * added simple test * URL: git://github.com/tesseract-ocr/tesseract.git * Branch: master * Commit: c3ed6f036064e54e34f75275f66c70dd924527bf * Date: 1525362324 * git changelog: * c3ed6f03 - Merge pull request #1556 from noahmetzger/winfix * 2193f817 - Fixed CID 1164537 (possible division by zero) * 2645f72c - Merge pull request #1555 from stweil/msvc * c9b585cf - Don't disable compiler warnings for Visual Studio * fd5c93e6 - Merge pull request #1554 from stweil/msvc * f54800f1 - Add /utf-8 for MSVC * 9ae97508 - Merge pull request #1551 from stweil/bigendian * f53290ac - Merge pull request #1552 from stweil/override * dc3d28cc - Use more override specifiers * 21d5ce57 - Fix issue with big endian handling * 9c1fe092 - Add assertion to detect wrong endianness handling * bf9b72c6 - Merge pull request #1546 from noahmetzger/winfix * a7d1402e - Fixed access to uninitialized variable * 984a9817 - Merge pull request #1540 from stweil/strings * 0efc5286 - Remove unneeded include statements for string / strings.h * de78ef87 - Merge pull request #1539 from stweil/msvc * 950469e6 - Remove old hack for Visual Studio * 45bb9427 - Merge pull request #1534 from UniQP/override * 938bba3d - Add missing file. * 4ac3063c - Add missing override specifiers * 37d2088d - Merge pull request #1533 from stweil/cov * fbeb55cd - Fix CID 1164526 (Resource leak in object) * b87fc523 - Fix CID 1386084 (Uninitialized scalar variable) * e2135de0 - Fix CID 1385633 (Dereference before null check) * af72ad77 - Merge pull request #1531 from stweil/cov * 62df5ae6 - java: Fix CID 1386112 (Resource leak) * 63d57099 - java: Make SVWindow more robust (fix three CID issues) * 64e2efff - java: Remove unused field (fix CID 1386094 UrF: Unread field) * 3c269c9a - Merge pull request #1529 from stweil/fix * a2a12a44 - Fix unittest for autotools configuration after source tree reorganisation * 4f9493c4 - Partial fix for autotools configuration after source tree reorganisation * d15558b9 - Merge pull request #1528 from stweil/crlf * dabf3c29 - Fix file endings * 8139ad9f - Merge pull request #1526 from stweil/crlf * 9ceb0c64 - Fix line endings * 104fe793 - Move training to src. * ca5c15e6 - Set correct rc name. * cfe15b9d - Remove wrong src dir from configure. * 8ae22b9e - Remove wrong src dir from configure. * e95ff115 - Move sources into src dir. Update build scripts. * e8fceb58 - Merge pull request #1523 from stweil/test * 95f39142 - Fix unittest (missing include path) * 79ab597b - Merge pull request #1522 from ic/master * 4ded0d06 - Revert failed attempt to support MacPort's g++ * b6c6cd7a - Merge pull request #1521 from stweil/coverity * 3b69c2bc - Fix CID 1164613 (Uninitialized pointer field) * d5fb4041 - Merge pull request #1519 from stweil/winfix * d5226551 - Merge pull request #1518 from amitdo/subdir-objects * 17f29d00 - Fix linker regression for Visual Studio * c0f9699e - Merge pull request #1514 from stweil/cid * acbd333c - Merge pull request #1516 from ic/master * 0774069d - Merge pull request #1517 from stweil/ignore * c3e6083e - Remove 'AUTOMAKE_OPTIONS' from all Makefile.am files * 4df706e7 - Update .gitignore * 54b048fa - Fix wrong environment test that breaks clang++ builds. * 68450d86 - Fix CID 1164709 (Copy into fixed size buffer) * cb77067f - Fix CID 1164710 (Copy into fixed size buffer) * d3f6382b - Merge pull request #1512 from stweil/cube * 763b7841 - Merge pull request #1511 from stweil/nullcheck * e07414f4 - training: Remove some cube relicts * 1b2677a2 - Remove nullptr checks before destructor * e2ab6997 - Merge pull request #1506 from stweil/version * 577f6f76 - Merge pull request #1507 from stweil/nullptr * d67df9ee - Merge pull request #1510 from Shreeshrii/Shreeshrii- tesstrain-msg * 86275c21 - Clarify message to indicate additional LSTM training required for 4.0.0 * 0f3d33f6 - Change max_pages to zero * 58d95930 - wordrec: Replace NULL by nullptr * 8374e373 - vs2010: Replace NULL by nullptr * f785d5c0 - viewer: Replace NULL by nullptr * 39cfbd04 - unittest: Replace NULL by nullptr * 5eca9143 - training: Replace NULL by nullptr * 222f5b9d - textord: Replace NULL by nullptr * 6e2750ce - lstm: Replace NULL by nullptr * 16e00b59 - dict: Replace NULL by nullptr * 800b290d - cutil: Replace NULL by nullptr * 72ac460f - classify: Replace NULL by nullptr * 57755a27 - ccutil: Replace NULL by nullptr * e74d9976 - ccstruct: Replace NULL by nullptr * 5b4ce243 - ccmain: Replace NULL by nullptr * 17e01ee9 - api: Replace NULL by nullptr * 3b3216e8 - Support version names starting with non numeric characters * 6d311cc9 - Merge pull request #1504 from stweil/readme * 8dd56a79 - Merge pull request #1505 from stweil/winfix * 701bac90 - Fix tessdata prefix from executable path for Windows * e8946f9e - Separate build status badges from other status badges * 4f56abba - Merge pull request #1501 from stweil/cmdline * d68ab9f1 - training: Support new command line option -v (short form for --version) * 5435c9c7 - Merge pull request #1498 from noahmetzger/winfix * 7dcfd688 - Fixed possible division by zero * c67a7c6e - Merge pull request #1496 from amitdo/obsolete-autoconf- macros * 822082ee - configure.ac: Remove obsolete macros * 621f9e20 - Merge pull request #1495 from amitdo/autoconf-1.63 * 20254ae5 - configure.ac: Update minimum required autoconf version to 2.63 * 815bab66 - Merge pull request #1492 from noahmetzger/winfix * a474fd05 - Merge pull request #1493 from stweil/train * f95041fa - lstmtraining: Fix handling of --max_iterations * 34efcd40 - Fixed a resource leak detected by Coverity * 21e25d18 - Fixed a memory corruption, detected by Coverity * 36d6cb3a - Merge pull request #1488 from stweil/cmdline * 9e69ecaa - Merge pull request #1484 from noahmetzger/coverity * 8f656e49 - training: Fix dubious parsing of command line * 4b468e11 - improve readability of commit 198664fb0b78f03d9741657d77b1fe9a519684ed * cd0a3e00 - Merge pull request #1486 from amitdo/pango1.22 * 002e7a4c - Merge pull request #1487 from amitdo/obsolete-pango-1.18 * 88a13646 - Remove obsolete code * cf7c88dc - configure.ac: Check for the presence of pango 1.22.0 or higher * 808a10f7 - Merge pull request #1483 from noahmetzger/winfix * 67804a2d - Merge pull request #1485 from amitdo/icu52 * 98747b37 - configure.ac - check for the present of icu 52.1 or higher * 7ff766c4 - Fixed Resource Leak detected by Coverity * 69c8292d - Merge pull request #1481 from stweil/version * 0998bcf1 - training: Support new argument --version for remaining executables * a07ee5c4 - Merge pull request #1479 from stweil/version * 9f4f7157 - Merge pull request #1477 from stweil/autotools * c5e3b203 - Merge pull request #1478 from stweil/typo * a440bd8b - training: Support new argument --version * 8c3045f1 - Check library version for training executables * a6fef12b - training: Add 'static' to some local functions * 3f967d2a - training: Remove unused function prototypes * 03b0cb91 - training: Format code * 9612ca4a - Fix compiler errors when including baseapi.h and capi.h * 5e9e22c7 - training: Fix typo in help text * c89b1129 - configure: Remove optimize option for preprocessor * 147c3dea - Merge pull request #1475 from dschoerk/master * 2bdee5c5 - cmake switch to turn off test building * da65617d - cmake switch to turn off test building * d5975707 - Fixed compiler warning * 83f311f0 - Merge pull request #1405 from Shreeshrii/patch-2 * c8694788 - Merge pull request #1406 from Shreeshrii/patch-1 * de48cac8 - Merge pull request #1473 from noahmetzger/winfix * 1d4959c2 - Merge pull request #1474 from ic/build_4.0_macOS_compiler_options * 1642d882 - Remove useless echo statement. * 708f5542 - Add flag to build compiler options with G++ on macOS. * d88a6b5c - Replace unsecure _splitpath by secure _splitpath_s * b7b6b28e - Fixed Tessdata directory for Windows * 742a0875 - Merge branch 'master' of github.com-egorpugin:tesseract- ocr/tesseract * 7dd2ecd0 - Move cmake packages detection after compiler settings. * 9e1ecdb9 - Merge pull request #1467 from FernandoGOT/master * 3917a192 - fix for mktemp bug on MAC OS X * 0ddfac85 - Merge pull request #1466 from FernandoGOT/master * 7a5033d1 - added sleep 1 before generate_font_image to fix the problem of not finding fonts * 81821da7 - Merge pull request #1457 from stweil/asciidoc * 09212daf - Merge pull request #1458 from stweil/cov * ef31eaa7 - Don't try to build manpages if asciidoc is missing * d9156f2d - WorkingPartSet: Remove unused constructor * 4b50f3f4 - Merge pull request #1455 from stweil/cov * 7cf2e2a4 - Overload method ForwardTimeStep (CID 1385636 Explicit null dereferenced) * 437bf851 - Merge pull request #1454 from stweil/autotools * f9157fd9 - configure: Don't use AM_MAINTAINER_MODE by default Checksums-Sha1: e1e9df812245b03e8cdaaa7dc019297886422483 2323 tesseract_4.0.0-2~bpo9+1.dsc f57be9df82c7f8d6285abd789d35916a72d40e1e 37756 tesseract_4.0.0-2~bpo9+1.debian.tar.xz Checksums-Sha256: 37058e2e7ab95defdbd5332f3136f616f78a2e67c4ecd75169d676e19f0af112 2323 tesseract_4.0.0-2~bpo9+1.dsc f978dcd78463a449aaf9d9a9073da92075df4a8b0255fbf05a9c68e409b71de4 37756 tesseract_4.0.0-2~bpo9+1.debian.tar.xz Files: 8ae83fd0c47f5dd56696b207251201ae 2323 graphics optional tesseract_4.0.0-2~bpo9+1.dsc b60f243e96e124c4e5fb5a519591039f 37756 graphics optional tesseract_4.0.0-2~bpo9+1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEYQsotVz8/kXqG1Y7MRa6Xp/6aaMFAlzty/AACgkQMRa6Xp/6 aaPiRw/+I9vhf0yP2Tusmb+Hn8ANHdqYhv2QMw4R/BDgzslc93kq3Oaap5Bc2qLD RP8k3TdIOfKtJTf0/7tPVrbKKuXu7l6n6VuaN1N/WlpwGYF2llilmc9s0CfTrsc5 UeqxUoNV2oP4DofHuATYKoZ/dsQ5WDquk+6b/68fdq4iJKRiN93QmE06TSchGlM2 EDAjgKogOrlxhO4kj6fp/i4TnAs+izfFbJSamunQ6/ZY1FFMVUDfkKz+n2KYuk7k FyepeFPRscGfakoc9qpZGq7RQuW5E27Ugi9uYC2Q/IjTaFnsU8XFDIZpvdcc+prW 0kUdYq8DV+mLKnZ3uEQyUWT6Bi0R4ueavcWrRz1xxFB3vQxzUiF8yUalIUYrarkc ej1HnxjcdGY3rT0gWnT/WbSO1unhB+6QKCr4fg70eP2Xbc9JW2v7VVg4GBu3VZ8N +o3slqbXRlO0s2gquanMx9mCqWDGioXghFQRrJoG6HwbsLrN7ogJaLBP1sI0wPow V/ZvqRm8lLk9OaW2v+DXcJn3BeWtn9xgjmK4KXjK87nPQhw+TGg6xA07HCf7feUo apCTb9cN/8F/i29vg6l9wOkRdBrVqeli7ATzToJ6XS7C9IUXTZdmGyJGGCnd0Ae6 tmEbovhFJicMuS+Wyl79xSeNbPpKrmW9fFkSaVyb2moizfab+mk= =9gqZ -----END PGP SIGNATURE-----