-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 24 Oct 2018 21:41:11 +0300 Source: tesseract Binary: tesseract-ocr libtesseract-dev libtesseract4 tesseract-ocr-all Architecture: source amd64 all Version: 4.00~git3241-1066f696-1 Distribution: unstable Urgency: medium Maintainer: Alexander Pozdnyakov <almipo@mail.ru> Changed-By: Alexander Pozdnyakov <almipo@mail.ru> 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 Changes: 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 Checksums-Sha1: f2fd4aeac095aa46264fde639beaa527c81aa53a 2428 tesseract_4.00~git3241-1066f696-1.dsc 586567e572f8fad2958b64637bed5e9e7e404a5b 8212300 tesseract_4.00~git3241-1066f696.orig.tar.xz ae7f7ebcff395ce35cbd45f10b6a82e1a56d8fa1 37492 tesseract_4.00~git3241-1066f696-1.debian.tar.xz 898cb09a6f327020a90285a5eee7e8a6169a8624 1488016 libtesseract-dev_4.00~git3241-1066f696-1_amd64.deb 92c4766003d5d57ccafa14aab74b8ca97579be02 14552736 libtesseract4-dbgsym_4.00~git3241-1066f696-1_amd64.deb c50f9ded9c30d8797a83baaa6f0d49965f6ee62f 1234456 libtesseract4_4.00~git3241-1066f696-1_amd64.deb a1787b09a73de2794a4ed4836bb59fa643b14369 46292 tesseract-ocr-all_4.00~git3241-1066f696-1_all.deb 6170b21f08cbd13209a85d6d2c06d77af5f99793 5292644 tesseract-ocr-dbgsym_4.00~git3241-1066f696-1_amd64.deb 5bf002b0c51d3a829bd3e17fa78acd4282a97f7e 273664 tesseract-ocr_4.00~git3241-1066f696-1_amd64.deb cefd38f2f773d2f5d42f8e2a59cca705dd44f508 11956 tesseract_4.00~git3241-1066f696-1_amd64.buildinfo Checksums-Sha256: 86f369c558ed25a8551ee190ef02e278dac31a13046764704ba0ef82d96208b0 2428 tesseract_4.00~git3241-1066f696-1.dsc 792b63b40e7bc57d66ebf7172310dc4f0677633b508ba323501dda3a0ff83507 8212300 tesseract_4.00~git3241-1066f696.orig.tar.xz 7f1ee692cc0650ea489a0f16930202501079c5512ecb342e03d01bea0650fabd 37492 tesseract_4.00~git3241-1066f696-1.debian.tar.xz 8728a42863d87f4157d8a10e3b1964d12147a52ab18ef212c9285dd358500352 1488016 libtesseract-dev_4.00~git3241-1066f696-1_amd64.deb 08372418482dcf2273e7478fad08fb313db01149b02b241ad1c0082ce243eeb8 14552736 libtesseract4-dbgsym_4.00~git3241-1066f696-1_amd64.deb aad0b0e3863f4bc08080974ba037899b96519a0bcae0965c1ff6a2afd573ba12 1234456 libtesseract4_4.00~git3241-1066f696-1_amd64.deb 813eff0b1bb1ef665029d912450360c800315196377d04ed712e3f2b343e26a5 46292 tesseract-ocr-all_4.00~git3241-1066f696-1_all.deb 0705d3b9460fb6ea65de4defe35aeae86226b349d8a1a24040c1836480d2b5d8 5292644 tesseract-ocr-dbgsym_4.00~git3241-1066f696-1_amd64.deb 522d052ad239c242f0d959620a5b0ef65d839b7f9752eef9b031fe7b92cc996a 273664 tesseract-ocr_4.00~git3241-1066f696-1_amd64.deb 191ce73e6bfde3891d78917c650306c7a32bb56d140eab0d9d8145abeb424eb8 11956 tesseract_4.00~git3241-1066f696-1_amd64.buildinfo Files: 0bb9625c62a6a89e7ae8f7882df122f3 2428 graphics optional tesseract_4.00~git3241-1066f696-1.dsc 33bfb951997c4a5dc8ed875740641a4e 8212300 graphics optional tesseract_4.00~git3241-1066f696.orig.tar.xz 9f4c78886b0a6f121a879fa968b01d7c 37492 graphics optional tesseract_4.00~git3241-1066f696-1.debian.tar.xz dad43f86734c47f46f54ef2a9f423279 1488016 libdevel optional libtesseract-dev_4.00~git3241-1066f696-1_amd64.deb 21bd066941f1ed0ff09d4f0934bf6aab 14552736 debug optional libtesseract4-dbgsym_4.00~git3241-1066f696-1_amd64.deb b581c25bed236007870b12afede17748 1234456 libs optional libtesseract4_4.00~git3241-1066f696-1_amd64.deb 08ec25cf0d869dce60ff31316231f52d 46292 graphics optional tesseract-ocr-all_4.00~git3241-1066f696-1_all.deb 754b637508e211375dd4e72b6e582d77 5292644 debug optional tesseract-ocr-dbgsym_4.00~git3241-1066f696-1_amd64.deb cba279239c7c36492d86a5029b722d6d 273664 graphics optional tesseract-ocr_4.00~git3241-1066f696-1_amd64.deb 34c8a27adcc9ae098e5c48a9c985ddbf 11956 graphics optional tesseract_4.00~git3241-1066f696-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEfzii+Ck3m3QwNJ0yqHaugwpJrNMFAlvSJW4PHGphYkBkZWJp YW4ub3JnAAoJEKh2roMKSazTRFQQAMHerTRe7E1wOULN/XLjJUXy4Qju7ER1PfK5 sa9I4A8lW5T7cCWTscHo7hq1l4/lYft9c5qUHhkFmVTttE0O+4R8h9BUsS5B3sfB nxWGix71ctLOdAwRF4X84QjQDakRuiPIwG0baSxIopbIhbH5Ykq45OeGrPYhVaLh PqCT9kZs0jD0x9W41RnrFgot8BY2/Z++6uKCLqVOK0g+rOvhsLfsbppKfiZhazW6 S8yQFtUBjH7mPiJDQwsn0Xx1Q8fzzwqXJ+VkFmY6InWJfG67Fu2G/zBdyL+X/QtP ME2B/VVMadsWPPmk/vrFEO6IoAjiy+MbJyKmpCebRAOXevwoH8aiZFYRif+vb0/R ahThKd61iwTC8XmSWcKQqywJJ9w7UJkH6iWIa01Era6e7hy954ecLsx38k+3G6AY olcm7gB7bhLiLxfouzvm45RIlt/wCs8OxIBJzA6zEbfjf4b+jIb+RPwR1UcAK4sg 5GJTvCo8h2lxZsDN6aWkRM+6TdXhAVVtgMa/pv1z/PhNqoHTvI1cUF0aPSNCsZ8Q k9/NdbY3Vtk/R9gk/fy1co24xrvhPJiHwcGuAnogn1qpygUOZUNitLEgWRf4LjHp tdxMlr04wMuWKfdSAEhx+XK6bQou2JKddBjrVvmH1uusg+QeebQ6gd8+RxN+J3Uc Vp1OE3tS =uskD -----END PGP SIGNATURE-----