notesalexp.org

 /Packages  /sid /all  / pkg  / ChangeLog
ChangeLog of package tesseract-ocr-all in sid of architecture all
tesseract (5.5.2+git6609-eee0109c-1) unstable; urgency=medium

  * Compile
  * URL: https://github.com/tesseract-ocr/tesseract.git
  * Branch: main
  * Commit: eee0109c1148f83c6a6692cd3f36f42384ae4743
  * Date: 1772280807
  * git changelog:
  *  eee0109c - Update versions of GitHub actions (#4522)
  *  39788793 - Correct mutex call to prevent multiple instances (#4517)
  *  602fc522 - Add GitHub Copilot instructions (#4508)
  *  bd0412c2 - fix(nsi): mask LANGID to 16-bit for reliable auto-
    detection (#4513)
  *  d38fac3a - Update Slovak language string in tesseract.nsi (#4518)
  *  91c1871a - Add Portuguese language support and section descriptions
    (Windows installer) (#4516)
  *  c9a0fb95 - docs: document memory ownership and lifecycle in C-API
    (#4511)
  *  7feafb3d - Remove outdated docker-compose.yml (Fixes #4492) (#4509)
  *  52567992 - Fix several compiler warnings in PAGE renderer
  *  3f6d9710 - Fix some compiler warnings in PAGE renderer
  *  86f1a7c7 - Replace old-style casts in PAGE renderer
  *  e4b7f519 - Add missing  to some local PAGE renderer functions
  *  f2758bdc - Fix memory leaks in local PAGE renderer functions
  *  5bdead8a - Fix memory leak in TessBaseAPI::GetPAGEText
  *  95cd7305 - Merge pull request #4503 from ppavacic/fix/apple-
    crosscompilation
  *  a6dac7d3 - Fix missing closing tags in multi-page PAGE XML output
    (#4506)
  *  bafb1fc7 - Add CI test for PAGE XML multi-page closing tags
  *  962f2264 - Fix malformed PAGE XML: add closing Page tag for each
    page
  *  9c393bbe - Fix typo in issue-bug.yml
  *  d0531df6 - Fix Apple CMAKE_SYSTEM_PROCESSOR not set when
    crosscompiling
  *  6d1735e7 - Fix formatting in issue-bug.yml
  *  d2ed0e2c - Fix formatting in issue-bug.yml
  *  b263a693 - Update issue-bug.yml
  *  21f1b393 - Fix typos (#4497)
  *  6e1d56a8 - Create new release 5.5.2
  *  0174c8bc - Remove empty statements
  *  bb7eb84b - Bump actions/upload-artifact from 5 to 6
  *  f1234239 - Bump mikepenz/action-junit-report from 4 to 6
  *  f973f3c5 - Bump actions/upload-artifact from 4 to 5
  *  c05f2563 - Bump github/codeql-action from 2 to 4
  *  e4da4902 - Bump actions/checkout from 5 to 6
  *  87c62350 - Update package-ecosystem to github-actions
  *  b082f952 - GA: cmake-win64 - increase version of libpng and libtiff
  *  af2cab75 - Update README.md
  *  c1d66376 - Merge pull request #4467 from stweil/update_cmake_ci
  *  12120750 - CI: Remove unneeded export statements from cmake
    workflow for macOS
  *  cb8b1457 - GA: macos: install curl and icu4c only if there are not
    installed
  *  9aa699c0 - Update bug issue template for OS options
  *  08012510 - Move version info to appropriate ALTO element
  *  b1e1c249 - reject.cpp: Remove unneeded  included header in disable-
    legacy mode
  *  e15aba4c - Clean up .mailmap
  *  71ed79da - chore: fix cyrillic typo
  *  76a452d9 - chore: update checkout action
  *  17b4d9e5 - Merge pull request #4452 from zdenop/improve_cmake
  *  6733a9ae - Update vcpkg.yml
  *  6d3ef92d -  Fix cmake macos build: Change the macro definition from
    classify_enable_adaptive_matcher to
    CLASSIFY_ENABLE_ADAPTIVE_MATCHER_OVERRIDE to avoid conflicts with
    the BOOL_MEMBER parameter declaration in classify.cpp
  *  196622dd - set kMaxMsgSize in svutil.h to fix macos build error:
    redefinition of 'kMaxMsgSize'
  *  90333e43 - cmake: Don't use GLOB in CMake files - fixes #4442
  *  fe5c522e - cmake: solve macos warning about installed ninja and
    icu4c
  *  116aaa5c - cmake: build optimization
  *  d3e50cfb - More signed/unsigned fixes
  *  5490081c - Fix some signed / unsigned mismatches
  *  7fca6907 - cmake: Set required PKG_CONFIG_PATH for builds with
    Homebrew on macOS
  *  39b01350 - cmake: Fix include statement for allheaders.h
  *  6c845dca - cmake: Fix linker warning (duplicate libraries)
  *  d359d89c - Simplify code for osdetect
  *  647da296 - Update cmake-win64.yml
  *  6edcba60 - Update cmake.yml
  *  de095fc0 - GA: replace windows-2019 with windows-latest
  *  3b7c70e3 - Create new release 5.5.1
  *  d1dd5ed3 - Use links to the git history and online release notes
    instead of local ChangeLog
  *  ade0dfaa - Fix two compiler warnings in tesseract.cpp
  *  68caca69 - Remove unused include statements for tprintf.h
  *  2f3b3778 - Convert ALTO XML ID generation to conditional code based
    on the current pge
  *  4ed117a0 - Fix alto xml duplicates IDs when multiple pages are
    present
  *  4a39a496 - Restore non templated tprint() using va_args.
  *  d6805c26 - Avoid error in pixSauvolaBinarizeTiled (issue #4390)
  *  7474a0fd - Fix function addAvailableLanguages (issue #4416)
  *  d39177e5 - Merge pull request #4404 from EnodoGH/punct_stripped-fix
  *  17e0c3bf - Fix invalid empty interval in punct_stripped() for all-
    punctuation words
  *  f96cb8d9 - GA: remove unsupported ubuntu version
  *  3157ff0e - Fix building elf_aux_info() support on OpenBSD/arm
  *  a5fa1bdf - Merge pull request #4376 from brad0/bsd_elf_aux_info
  *  92b2f37a - Extend elf_aux_info() support for RISC-V
  *  f657ec22 - cmake: allow unittest (windows & linux)
  *  770d9e13 - Merge pull request #4378 from zdenop/fix_UT_main
  *  57769d93 - use constexpr for kDawgMagicNumber
  *  08f531aa - Pulled down update for submodules
  *  014b9d00 - use ubuntu 24.04 LTS with g++14 instead of 20.04 with
    g++9
  *  13c966b7 - Windows: workaround for mutex crash when building with
    VS 2022 17.10 or newer.
  *  65e864bb - mute pango warning about depreciation of
    pango_coverage_unref for pango>=1.50.4
  *  dcb2ef91 - Update README.md
  *  2a944fbe - tprintf: pacify clang warning.
  *  d95e9f79 - Add mandatory format argument to tpritnf().
  *  8cb04183 - Convert tprintf() to C++ style without va args and
    attributes.
  *  3299901b - handle colormaps correctly - fixes #4127
  *  d1fbbb88 - Update cmake-win64.yml
  *  ede08698 - Update cmake-win64.yml
  *  0a9df94f - Wrap main() into try catch.
  *  2e5a114b - add cli  parameter(s) to init vectors (#4363)
  *  6f67d263 - cmake: get rid off warning D9025: overriding /openmp
    with /openmp:llvm (cmake >= 3.30 needed)
  *  c1bb752e - Simplify and clean code related to class TRand
  *  9f17a3fd - Move small function into a header.
  *  6d7ec87e - Rename lists internally.
  *  363bf4e0 - Update unittest.yml
  *  60c1c26d - unittest.yml: Add path filters for PRs
  *  a9b012bb - unittest.yml: run this also on PRs
  *  5af6cacf - Restore original congruential random number generator
  *  66cf74f2 - Make one-time comparator a lambda.
  *  b3e0c8e3 - Add missing  header for std::sort().
  *  1526cf16 - Make lists classes again.
  *  1355287d - Update sorting routines for lists.
  *  1ceb14e2 - list.h is now unnecessary and removed.
  *  0e139fa9 - Update Makefile.am.
  *  15635203 - Fix msvc warning.
  *  63be2168 - Convert ELIST2 into template.
  *  4991295a - Convert ELIST into template.
  *  ffb33795 - Fix warnings.
  *  1bc983a0 - Fix msvc warning.
  *  07d50ef4 - [sw] Fix build.
  *  45af23d9 - Update test.
  *  bb774797 - Rename CLIST_ITERATOR to ITERATOR and CLIST_LINK to
    LINK, so they can be accessed as CLIST::ITERATOR etc.
  *  dad0fefc - Make simple classes simpler.
  *  5adf0c8a - Use real CLASSNAME type for list. Update sorting
    callback signatures.
  *  3088d2ee - Make CLIST templated. Move member methods inside the
    class. Move helper classes (CLIST_LINK and CLIST_ITERATOR inside the
    list class).
  *  32fee194 - Fix linear congruential random number generator
  *  5c78037b - Add missing library for pango_font_info_test
  *  43b8d743 - [sw] Update build.
  *  64eab6c4 - Create new release 5.5.0
  *  d30f45fb - Remove broken GitHub action msys2-4.1.1
  *  1e8640a0 - Fix CID 1534938 (COPY_INSTEAD_OF_MOVE)
  *  3fedc6cd - Fix CID 1534939 (COPY_INSTEAD_OF_MOVE)
  *  02409f57 - Fix CID 1534945 (COPY_INSTEAD_OF_MOVE)
  *  e83f7802 - Fix stringToOEM and stringToPSM
  *  49cbe2b4 - Fix compiler warning for argument of getaddrinfo
  *  cdb7ff90 - Update submodule googletest to release v1.15.2
  *  2a1ce80a - Fix compilation of unittest/third_party/utf/rune.c
  *  16fc9d90 - Add RISC-V V support (#4346)
  *  d7c0a05f - Remove Tensorflow support
  *  daaa902a - Update documentation on history of development
  *  d1b89204 - Update README.md: Remove CI badges
  *  e3ac3fce - Run GitHub action sw less often
  *  d2f311bf - Get the right compiler DLL files for the Windows
    installer
  *  4bd94c61 - Make sure that required packages are installed for build
    of Windows installer
  *  708621a2 - Remove unneeded pkg-config-crosswrapper
  *  3ec34f17 - Don't install tesseract.exe twice in Tesseract installer
    for Windows
  *  914a9589 - Reduce size of Tesseract installer for Windows
  *  eed339b3 - Replace some tprintf by tesserr stream (fixes Windows
    compiler warnings)
  *  60ed2995 - Make downloads with curl silent in build process
  *  b7c7540b - Fix download of jar files for scrollview
  *  e8a9a56f - Support symbolic values for --oem and --psm options
  *  827a4e7c - Add Python script which finds Windows dependencies
  *  d0d43dfb - Update NSIS installer
  *  b7c59962 - Update installer for Windows
  *  c886e3b6 - Update NSIS configuration
  *  678e427d - add NSIS script for Windows installer
  *  7fd6d238 - Fix more typos in code comments and variable name
  *  9f8e07cd - Merge pull request #4337 from stweil/typos
  *  3633e88b - Update README.md: Fix OSS-Fuzz link
  *  3400ce76 - Fix more typos in code comments
  *  31e864b4 - Fix Settup -> Setup in method names
  *  688f8283 - Fix some code comments
  *  638868ed - Modernize code for renderers and remove filename
    conversion for Windows (#4330)
  *  3020c14a - CI: Install libtool as required dependency for macOS
    build
  *  e9fc2af0 - CI: Install curl and icu4c as required dependencies for
    macOS build
  *  2976eb16 - Revert use variable instead of hardcoded name for pkg-
    config file
  *  b4adf246 - Replace deprecated runner macos-12 by macos-latest in
    GitHub actions
  *  3ebed578 - Merge branch 'main' of https://github.com/tesseract-
    ocr/tesseract
  *  b4a4f5c6 - use variable instead of hardcoded name for pkg-config
    file
  *  aacc9052 - Update cmake.yml
  *  61ed4d9f - Do not export PDBs for static libraries. Fixes #4279.
  *  900c721f - Merge pull request #4319 from Conan-Kudo/fix-soversion
  *  280779c6 - cmake: Correctly set the soversion based on SemVer
    properties
  *  4f435363 - Merge pull request #4314 from stweil/optimize
  *  37d1c650 - Add TESS_API in declaration for tesserr (fix sw build)
  *  7ef8e3c7 - Print time for ErrorCounter::ComputeErrorRate in
    milliseconds
  *  bd7b3571 - Print time for tessedit_timing_debug in milliseconds
  *  33d673c4 - tprintf: Add C++ stream for log messages
  *  a63e7ec2 - tprintf: Modernize and simplify the code
  *  3a4a013d - tprintf: Remove unused macro and update comment
  *  1b222452 - Remove unnecessary assignment and assertions
  *  027ad18a - Fix several format strings
  *  6be58e54 - Initialize variables in initialization list
  *  4ea8495d - Replace std::string::substr by std::string::resize
  *  5fd7870c - Fix location of namespace statement
  *  d50600a6 - Remove old comment in Makefile.am
  *  67aad9ed - Compile src/lstm/tfnetwork.cpp only in builds with
    TensorFlow
  *  4e42f9de - Modernize code for list of available models (#4308)
  *  fc503249 - Replace access/_access by std::filesystem::exists
    (#4307)
  *  ee80dfe5 - Merge pull request #4305 from Balearica/issue-4304
  *  3b9d1195 - Reduce clock syscalls (#4303)
  *  ba8dfcec - Calculate row bounding box in single-word mode per #4304
  *  215b023c - Set hOCR capabilities ocrp_dir and ocrp_lang
    unconditionally
  *  ecf0622a - Fix comment
  *  46b99041 - CI: Clean more GitHub action (remove unneeded mkdir)
  *  620d8281 - CI: Clean GitHub action for autotools on macOS
  *  c6b00827 - CI: Clean GitHub action for unittest on macOS
  *  e563e83e - CI: Replace macOS 11 runner which is no longer supported
    by macOS 14 runner
  *  e1fea070 - Fix whitespace issues (space at line endings)
  *  c5030ea1 - Add missing include statement
  *  dd08a7aa - Fix confidence output for the PAGE XML renderer.
  *  bc490ea7 - Ignore illegal TESSDATA_PREFIX (not existing filesystem
    entry, issue #4277)
  *  2991d36a - Make regular usage of CMAKE_INSTALL_LIBDIR and
    GNUInstallDirs
  *  93c9be7a - Merge pull request #4271 from hglee/fix-static-linking-
    TARGET_PDB_FILE
  *  1476a591 - Fix TARGET_PDB_FILE error for static linking.
  *  b5f279ec - Create new release 5.4.1
  *  130b8a1c - Remove unused variable assignments
  *  08e9ba8b - Add double quotes to prevent globbing and word splitting
  *  6cb49dce - Fix more code style issues (reported by Codacy)
  *  f251a0da - use c++17 instead of c++11
  *  96772c57 - Reduce scope of some local variables (reported by
    Codacy)
  *  56052933 - Fix more code style issues (reported by Codacy)
  *  ec829cd9 - cmake: remove config option from build to avoid GA wrong
    build
  *  694cd16c - cmake: add timestamp to artifacts
  *  a387624e - cmake: use RelWithDebInfo instead of Release
  *  09e003f8 - cmake: improve png version handling
  *  4bd125b0 - cmake: install pdb files only for MSVC build
  *  0f815d5d - Merge pull request #4263 from stweil/codacy
  *  3edf3b41 - Merge pull request #4262 from stweil/gh_actions
  *  651f172c - Fix more code style issues (reported by Codacy)
  *  cde0576f - Fix small code style issues (reported by Codacy)
  *  896f9053 - Remove unused .github/ISSUE_TEMPLATE.md
  *  59bda085 - Update deprecated Node.js 16 GitHub actions
  *  cb177c05 - cmake: msvc: install also pdb files
  *  dac6b18a - Avoid FP overflow in NormEvidenceOf (fixes issue #4257)
  *  b0a10bbe - Update cmake-win64.yml
  *  6db748d1 - Update cmake-win64.yml
  *  1be261dc - Create new release 5.4.0
  *  34693cd7 - Make function Network::spec pure virtual
  *  a7c0a952 - Update issue-bug.yml
  *  c5b0c2f4 - Replace strcpy and strncpy by new inline helper function
  *  ea82f919 - Merge pull request #4249 from stweil/codacy
  *  6e73a80e - Avoid redundant conversion from std::string to char * to
    std::string
  *  5712e169 - Add nullptr check in for statement of function
    RecodeBeamSearch::ContinueContext
  *  cf7231f3 - Fixes #4247: remove unnecessary nullptr checks
  *  5d5a633a - Fix compiler warnings [-Wdeprecated-declarations]
  *  bdc64229 - Fix compiler warnings [-Wmaybe-uninitialized]
  *  f1a45db9 - Remove unused xmlns:xlink from ALTO renderer
  *  03666135 - Avoid some float / double conversions in class Classify
  *  d0b3d091 - Fix compiler warnings [-Wunused-but-set-variable]
  *  1644205d - Fix compiler warnings [-Wold-style-cast]
  *  24dd7260 - Fix compiler warnings [-Wunreachable-code-return]
  *  36d44a14 - Fix compiler warnings [-Wzero-as-null-pointer-constant]
  *  531597fb - Merge pull request #4244 from stweil/buildfix
  *  d72567ad - Use AM_CPPFLAGS also for compilation of all sources
  *  9a308167 - Create new release 5.3.5-rc1
  *  74e43816 - Fix FP exception in Wordrec::angle_change (issue #4242)
    (#4243)
  *  bcfdd5e5 - Fix setup of datadir on installations with Conda (issue
    #4230)
  *  f3974d42 - Update sw.yml
  *  0ad6efc9 - Replace release 5.3.5-rc1 by 5.4.0-rc1
  *  cab56586 - Create new release 5.3.5-rc1
  *  0418ec28 - Create new release 5.3.5-rc1
  *  c23792bc - Allow for text angle/gradient to be retrieved (#4070)
  *  6a31e36e - Improve CCUtil::main_setup (fixes issue #4230)
  *  6648d5bc - Fix some issues which were reported by GitHub code
    scanning
  *  0f9d5077 - Update documentation
  *  dff5ebd2 - Fix CID 1544762 and CID 1544763 (Uninitialized scalar
    variable)
  *  4a49e034 - Remove trailing whitespace from PAGE XML 
    output
  *  d4618678 - Refactor function Textord::clean_noise_from_row (#4225)
  *  a1837f18 - Remove the variable
  *  77c99e07 - A few typo fix
  *  072b5d47 - Apply the change
  *  6802705c - Apply the changes
  *  d6f0073c - Remove unused local variables in PAGE renderer
  *  549b8767 - Support training without lstmf files
  *  88771ca4 - Add missing new function prototypes for PAGE renderer to
    C API
  *  577e8a8b - Add PAGE XML renderer / export (#4214)
  *  bae520ea - Facilitate vectorization for generic build (#4223)
  *  d5e000bc - Remove unsupported OpenCL code and related API functions
    (#4220)
  *  912deb39 - Fix comments for function ReCachePages
  *  87a152c0 - cmake: target_compile_features instead of  set_property
  *  2b07505e - issue-bug.yml: Add a link to Supported Operating Systems
    page
  *  cc3c5070 - Update autotools.yml
  *  872ca6db - Update cmake.yml
  *  d9ae5c35 - Merge pull request #4205 from stweil/docker
  *  398ea8a8 - Remove broken Dockerfile
  *  baf8e800 - Fix CID 1534954 (COPY_INSTEAD_OF_MOVE)
  *  4c0f9110 - Fix CID 1534957 (COPY_INSTEAD_OF_MOVE)
  *  151cf070 - Fix CID 1534940 (COPY_INSTEAD_OF_MOVE)
  *  f00d4b22 - Fix CID 1534933, 1534937 (COPY_INSTEAD_OF_MOVE)
  *  479789b3 - Fix CID 1534948 (COPY_INSTEAD_OF_MOVE)
  *  d172f9b8 - Fix CID 1534956 (COPY_INSTEAD_OF_MOVE)
  *  ddd2ec24 - Fix CID 1534932, 1534942 (COPY_INSTEAD_OF_MOVE)
  *  7465da90 - Fix CID 1510987 (COPY_INSTEAD_OF_MOVE)
  *  aa02fb30 - Fix CID 1534944 (COPY_INSTEAD_OF_MOVE)
  *  5a9a841f - Fix CID 1534941, 1534950, 1534952 (COPY_INSTEAD_OF_MOVE)
  *  bee3b016 - Fix CID 1534943, 1534947, 1534949, 1534955 (Use of auto
    that causes a copy)
  *  8dfa2dee - Fix CID 1534953 (COPY_INSTEAD_OF_MOVE)
  *  77fc53c5 - unittest-macos.yml: Install libtool (fixes macos-arm-14-
    clang-unittest)
  *  bcc1a3b4 - Rename frk -> deu_latf (ISO 639-3, ISO 15924)
  *  a76ca9b5 - README.md: Add a link to the 'supported compilers' page
  *  6cce24fa - unittest-macos.yml: Add a job that will run on Apple
    silicon
  *  8f667335 - Update unittest-disablelegacy.yml
  *  bd3c1a2a - Update unittest-disablelegacy.yml
  *  cdd783ec - Update unittest-disablelegacy.yml
  *  8690d5ac - Remove unneeded constant kNumSingleQuoteUnicodes
  *  6a608e52 - Remove unneeded constant kNumDoubleQuoteUnicodes
  *  6b99ec61 - Remove unneeded constant kNumHyphenPuncUnicodes
  *  a08a6ac2 - fix initializer syntax
  *  2fbb8107 - normstrngs: add more hyphens and quotes
  *  f7d4b391 - Update unittest-disablelegacy.yml
  *  6231549b - cmake.yml: Remove the clang++ 14 on Linux job
  *  cb9afbd8 - autotools.yml: Remove the clang++ 14 on Linux job
  *  dfb2b226 - Update msys2.yml: Drop the 32-bit job
  *  aa7c3422 - Update GitHub actions/checkout to v4
  *  94bd98b7 - [pdfrenderer] Add some debugging capabilities. Do not
    compress symbol table and text data during debug.
  *  b8961a73 - [pdfrenderer] Do not include space symbol into the word
    pdf box.
  *  5f40a2e2 - Move include line.
  *  fbff9362 - Fix some typos
  *  8e6af37d - [ci][appveyor] Switch to VS2022.
  *  becd3954 - Merge pull request #4189 from sjbronner/main
  *  304014f2 - Simplify variable declaration.
  *  209cf5c4 - Fix grey result of indexed PNG in pdfrenderer.
  *  a7f860a4 - Merge pull request #4188 from softwaretirol/main
  *  0b3b6e5c - Update appveyor.yml
  *  8ee020e1 - Create new release 5.3.4
  *  1bb72501 - Set User-Agent: header field in HTTP request for curl
    downloads
  *  bcd6144c - Merge pull request #4178 from sadra-barikbin/patch-1
  *  10f1d95e - Update publictypes.h
  *  637be531 - Merge pull request #4174 from stweil/warnings
  *  4a6efcd9 - Avoid unnecessary conversions from std::string to char
    pointer
  *  061e3861 - Fix compiler warnings
  *  04c33090 - Remove unused assignments (fix compiler warnings)
  *  ea0b245c - Update status badge for GitHub workflow sw (add missing
    line break)
  *  35d3a9c3 - Update status badge for GitHub workflow sw
  *  7c178276 - Correct indefinite articles before vowels
  *  67438fad - Update issue-bug.yml
  *  317a274b - Merge pull request #4162 from tfmorris/3000-tcp-
    scrollview
  *  994a4db3 - Force TCP v4 for socket to Java server. Fixes #3000
  *  d2d1ff56 - Avoid conversions from std::string to char* to
    std::string
  *  c69065c3 - Remove unnecessary conversions from std::string to C
    string
  *  6518489c - Remove whitespace at line endings
  *  5530cb7f - Update sw.yml
  *  aa671beb - Update README.md
  *  e97dfad1 - Update sw.yml
  *  d522f3bd - Update sw.yml
  *  640a39bc - Update sw.yml
  *  53da1170 - Update sw.yml
  *  127292fa - Update sw.yml
  *  4dea21b1 - Update sw.yml
  *  764464e0 - Update sw.yml
  *  87db4e26 - Update sw.yml
  *  1ec39570 - Update sw.yml
  *  a3b62762 - Update sw.yml
  *  36f3efdf - Fail on curl download errors
  *  dd1c85dc - Add new parameter curl_cookiefile for curl_easy_setopt
  *  bb2af570 - ci: Fix clang build for Ubuntu 22.04
  *  3a408245 - ci: Allow manual trigger of unittest
  *  670672d5 - Move bail_out function before libtoolize check
  *  eb612f07 - Merge pull request #4150 from tfmorris/4149-directory-
    to-stdout
  *  07174708 - Document hidden combo flags
  *  8cee06da - Output directory list to stdout. Fixes #4149
  *  dc228edc - Update cmake-win64.yml
  *  e082522c - Create new release 5.3.3
  *  d366e1e9 - Fix loading of sublangs (regression)
  *  dfcd4857 - Update SVPopupMenu.java
  *  4e3518a1 - Update SVImageHandler.java
  *  834127c5 - Update SVEventHandler.java
  *  faa06cc7 - Update ScrollView.java
  *  d26fbab6 - Update ScrollView.java
  *  195045e6 - Update test submodule
  *  063ad31a - Fix regression in layout detection since 5.0.0 (fixes
    issue #4014)
  *  7e0c1d70 - Fix typo in stepblob.h
  *  39222a00 - initDSProfile: correct std::vector usage (#4124)
  *  566f97a2 - sw.yml: Remove Ubuntu 20.04
  *  84318ed3 - Update autotools.yml
  *  74fa1c5b - Update cmake.yml
  *  544dff44 - fix typos
  *  8b4284d2 - add missing commas
  *  fa50115e - fix citation links
  *  ce936923 - Merge pull request #4115 from stweil/citations
  *  7c7498c3 - Rename BibTex file to please GitHub
  *  3852f4c8 - Optimize function ImageFind::FindImages
  *  2b375fc3 - Fix comment for function
    UNICHARSET::set_black_and_whitelist
  *  77e4eab5 - Fix comment for function HOcrEscape
  *  0768e4ff - Fix comment
  *  8fdf2034 - Provide more disk space for GitHub action unittest
  *  a7260209 - Update ScrollView.java
  *  54b9fe4d - cmake: check_leptonica_tiff_support() works with
    cmake>=3.25
  *  d1abdf35 - Remove whitespace at line endings
  *  b86afd63 - Merge pull request #4097 from UB-Mannheim/main
  *  82c7999f - Merge pull request #4099 from pkubaj/patch-1
  *  9bf4b310 - Fix build without git clone in cloned directory
  *  f49b6e9f - Merge pull request #4098 from hesmar/main
  *  d7c07119 - Disable -mfpu=neon for aarch64
  *  8df11a6a - Avoid passing objects by value
  *  675b21cf - Add missing initialisation in DENORM copy constructor
  *  489f101c - Create new release 5.3.2
  *  cf235ccf - Fix typos
  *  63639750 - Update issue-bug.yml
  *  bb8803aa - Update .mailmap
  *  24da4c71 - Create config.yml
  *  c8abff8d - Remove old broken GitHub action vcpkg-4.1.1 (fixes issue
    #4078)
  *  58b75b3f - cmake: check if leptonica was build with tiff support
  *  d999957f - cmake: provide info about disabled LibArchive and CURL
  *  37a9fa95 - cmake: allow to disable tiff (-DDISABLE_TIFF=ON)
  *  3e911e4c - Merge pull request #4073 from stweil/osd
  *  fbba190d - Merge pull request #4071 from stweil/clean
  *  92999505 - Abort with error message if OSD is requested with LSTM-
    only model
  *  a9ad3601 - Avoid conversions from std::string to char* to
    std::string
  *  6cb82d8b - Avoid 32 bit overflow in multiplication (fixes 3 CodeQL
    CI alerts)
  *  c9895dba - Merge pull request #4066 from stweil/lstmtraining
  *  62962e08 - Merge pull request #4068 from stweil/sprintf
  *  6b4eb8cf - Remove unused code in function fix_rep_char
  *  f2452a68 - Replace deprecated sprintf
  *  7cc215c9 - Merge pull request #4067 from stweil/misc
  *  38a49e45 - Use less digits in filenames of checkpoints written by
    lstmtraining
  *  41c5db90 - Replace bool array by more compact vector
  *  0f563401 - Improve format of logging from lstmtraining
  *  ed69e574 - Support for Sgaw and W Pwo Karen languages in the
    Myanmar validator. (#4065)
  *  9422915e - issue-bug.yml:  Windows versions 7, 8, 8.1 are not
    supported anymore
  *  b48f08e2 - snap: Update from leptonica 1.74.2 to latest 1.83.1
  *  7b05f947 - fix: Fix snap package building
  *  71af4542 - Create new release 5.3.1
  *  f833491d - Remove whitespace at line endings
  *  fa4d4449 - Fix issue #4010 (#4041)
  *  bbc2dfcf - cmake: add missing HAVE_NEON to config_auto.h
  *  de6d99db - Merge branch 'main' of https://github.com/tesseract-
    ocr/tesseract
  *  8045cbb7 - cmake: adjust build to autotool settings
  *  4c59535e - cmake: adjust build to autotool settings
  *  a0708eaf - Merge branch 'main' of https://github.com/tesseract-
    ocr/tesseract
  *  426ed87c - cmake: improve NEON build
  *  c7a55c1e - Fix some typos (partially found by codespell)
  *  1569e508 - textord: Catch empty rows in block iterator (fixes
    #4039)
  *  691de2b9 - cmake: sync with autotools (OPENMP_SIMD, fast-math)
  *  484d427c - cmake: improve style
  *  f779c434 - cmake: disable -march=native by default
  *  a6e0aa7f - Update issue-bug.yml
  *  a7e51c2e - Update issue-bug.yml
  *  19fe1a67 - autotools.yml: Update compilers
  *  c38471b9 - Update cmake.yml
  *  3245322d - Update cmake.yml
  *  2aed93fa - cmake.yml: Update compilers
  *  98e61a7e - Improve the DebugDump output by slightly adjusting the
    format. (#4022)
  *  ae3bfec7 - Link to list of supported languages in docs (#4027)
  *  0977ded2 - Update autotools.yml
  *  066fc2e1 - Update cmake.yml
  *  79065a03 - Update cmake.yml
  *  9d71da78 - Merge branch 'main' of https://github.com/tesseract-
    ocr/tesseract
  *  392e56cd - Update cmake.yml
  *  9bac701d - cmake: fix gcc-7 fatal error: filesystem: No such file
    or directory
  *  f1e3697d - Fix some typos in comments (found by codespell)
  *  02210942 - Merge pull request #4015 from stweil/spelling
  *  1e04be84 - Replace 'can not' by 'cannot'
  *  7becbbd6 - Update cmake-win64.yml
  *  efa89c6d - Merge pull request #4013 from ferdnyc/patch-1
  *  5e116fa5 - Fix libdir in tesseract.pc from CMake
  *  1c097823 - msvc debug: fix wrong lib name in generated pkgconfig
    file (#4008)
  *  e3fb0c65 - Merge pull request #4009 from kraj/gcc13
  *  2025b53d - Fix build with gcc 13 by including 
  *  a3b9acfa - Merge pull request #4006 from autoantwort/fix-linkage
  *  680d1e23 - Fix linkage of icu and pango
  *  3bedea1b - Fix FP division by zero in
    LanguageModel::ExtractFeaturesFromPath (issue #3995)
  *  1852afe9 - Remove unneeded type cast in
    LanguageModel::ExtractFeaturesFromPath
  *  4142b328 - Fix some whitespace issues in source code and text files
  *  2a7ed8b6 - Merge pull request #3992 from seupedro/patch-1
  *  1851e5a1 - Update README.md
  *  0ef19205 - fix cannot pass non-trivial object of type std::string
  *  804b6364 - show out filename on successful created of traineddata
    (combine_lang_model)
  *  005bfe49 - fix cannot pass non-trivial object of type std::string
  *  8a263296 - unicharset_extractor: - run ReadMemBoxes only for box
    files - do not write unicharset in case of broken box file
  *  da3737d3 - Update issue-bug.yml
  *  a0f06e20 - Update issue-bug.yml
  *  65b8a3b0 - Update issue-bug.yml
  *  dbedbad2 - Update issue-bug.yml
  *  95e84735 - Update issue-bug.yml
  *  98837f83 - Update issue-bug.yml
  *  b76b5be6 - Create an issue template for a feature request
  *  ce0ed917 - Create a new issue template

 -- Alexander Pozdnyakov <censored>  Sun, 22 Mar 2026 11:34:48 +0000

tesseract (5.5.1-1) unstable; urgency=medium

  * New upstream release

 -- Alexander Pozdnyakov <censored>  Wed, 04 Jun 2025 20:44:26 +0000

tesseract (5.5.0-1) unstable; urgency=medium

  * New upstream release
  * Update patch and rename - helptext
  * Update patch and rename - disable_NEON
  * Update debian/copyright:
    - Updated year
    - Added licenses for nsis/find_deps.py
    - Added licenses for test/*
  * Bump debhelper version to 13:
    - Added debian/not-installed
  * Bump Standards-Version to 4.7.0
  * Update debian/rules:
    - update - override_dh_auto_clean
  * Update debian/control:
    - Replacing the libcurl4-dev virtual
      package with libcurl4-openssl-dev
  * Fix build vs host confusion (Closes: #1088908).

 -- Alexander Pozdnyakov <censored>  Sun, 19 Jan 2025 13:53:37 +0300

tesseract (5.3.4-1.4) unstable; urgency=medium

  * Non-maintainer upload.
  * No changes; just poking MIPS and RISC-V autobuilders.

 -- Jeff Breidenbach <censored>  Sun, 06 Oct 2024 13:41:00 -0700

tesseract (5.3.4-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * (Closes: #1081970), leptonlib transition

 -- Jeff Breidenbach <censored>  Sat, 05 Oct 2024 02:55:57 +0000

tesseract (5.3.4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Remove B-D on libjpeg-dev, libtiff-dev and git, removed in 5.3.0-2 but
    reintroduced in 5.3.3-1 (Closes: #980991).

 -- Andrey Rakhmatullin <censored>  Wed, 20 Mar 2024 11:45:47 +0500

tesseract (5.3.4-1) unstable; urgency=medium

  * New upstream release
  * Update debian/copyright:
    -  Updated year
  * Update upstream/metadata:
    -  Unknown field deleted - Homepage

 -- Alexander Pozdnyakov <censored>  Thu, 18 Jan 2024 20:00:18 +0000

tesseract (5.3.3-1) unstable; urgency=medium

  * New upstream release
  * Update debian/control:
    -  Drop build dependency on dh-autoreconf
  * Update patch - disable_NEON
  * Update debian/copyright:
    -  Updated year
  * Bump debhelper version to 12

 -- Alexander Pozdnyakov <censored>  Wed, 29 Nov 2023 14:36:56 +0300

# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog tesseract-ocr-all`.