Ocrd

Latest version: v2.63.3

Safety actively analyzes 613797 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 36

20210324.1

> * Update README.md
> * Remove an arbitrary limit for the image size
> * Fix compiler warning in binarization code (uninitialized local variable)
> * Optimize code for binarization
> * Fix compiler warning
> * Fix autoconf build for latest MacOS (Intel and M1)
> * Add conditional compilation with GRAPHICS_DISABLED
> * Fix warning from autoconf
> * Merge pull request 3422 from nickjwhite/lstmevalmoreinfo
> * Postfix for 3418.
> * Merge pull request 3418 from amitdo/thresholder
> * Allow explicit casts of Image to Pix**.
> * [misc] Fix variable type. Fixes warning.
> * Remove unneeded header.
> * Revert d6cdc52. Fixes 3412.
> * Merge pull request 3410 from ulb-sachsen-anhalt/fix/fix-typo-icu
> * Merge pull request 3408 from GerHobbelt/patch-2
> * Merge pull request 3406 from Lucas-C/add-print-fonts-table-arg
> * Update cmake-win64.yml
> * Improved fix for issue 3405
> * Revert "Fix double free. Closes 3405."
> * Misc.
> * Fix double free. Closes 3405.
> * Remove unneeded ctor.
> * Make FontSet just a vector.
> * Properly init font set.
> * Replace FontSet struct with vector. It may be improved further (remove pointer?).
> * Remove unused headers.
> * Fix issue 3404 (empty page regression)
> * Remove two assertions which are triggered by fuzzing
> * Fix some compiler warnings with GRAPHICS_DISABLED
> * Fix memory leak (OSS-Fuzz issue 33220)
> * Merge pull request 3401 from adaptech-cz/fix-wrong-param
> * Fix old TODO for struct EDGEPT
> * Add SVSemaphore destructor to avoid system objects leaks
> * Replace pointer by value for ScrollView mutex
> * Fix NULL pointer access (issue 3394)
> * Merge pull request 3396 from zdenop/v5.clang.cmake.win
> * Fix OSS-Fuzz issue 32142 (container-overflow write)
> * Clean, format and optimize code in edgblob.cpp / edgblob.h
> * Fix headers.
> * Remove unneeded header.
> * [edgblob] Replace unique ptr with vector. Fix possible index issues.
> * Fix another use-after-free (issue 3394)
> * Merge pull request 3395 from amitdo/amitdo-patch-1
> * Fix use-after-free (issue 3394)
> * Merge pull request 3393 from eighttails/fix_zero_division
> * Fix some typos (most found by codespell)
> * automake: Add build rule for fuzzer-api-512x256
> * Update URLs for Google groups
> * Fix memory leak (OSS-Fuzz issue 32246)
> * Fix broken build for fuzzer
> * Merge pull request 3389 from amitdo/authors
> * lstmrecognizer.cpp: Call OutputStats() only when 'invert' is true (3387)
> * Change message from 'Found SSE' to 'Found SSE4.1'
> * Add const attribute to some functions (API change)
> * Simplify class REJ by replacing two std::bitset<16> by one std::bitset<32>
> * Make more functions in class REJ inline
> * Remove bits16.h and BITS16 data type
> * Format public API files with modified rules for clang-format
> * clang-format: Clean formatting rules
> * Modernize and optimize list_rec a little bit
> * Modernize code
> * Remove mfdefs.cpp from CMakeLists.txt and Makefile.am
> * Refactor microfeatures a bit.
> * Replace microfeatures from oldlist to std::forward_list.
> * Correct template args.
> * Fix new / delete class mismatch
> * Add missing TESS_API.
> * Reorder list templates.
> * Misc.
> * [elist2] Convert macros to template. Remove source file macro ELIST2IZE.
> * [elist] Rework macro into template and small macro. Move common iterator template into 'list_iterator.h'.
> * Misc.
> * Remove unused methods.
> * [elist] Remove unused macros QUOTE_IT.
> * [clist] Remove unused methods.
> * Rework big clist macro into template and small macro. Remove unused macros QUOTE_IT and CLISTIZE (source file macro).
> * Merge pull request 3382 from Shreeshrii/windows
> * RAII: TessBaseAPI::GetIterator()
> * RAII: TessBaseAPI::AnalyseLayout()
> * Clean code for hOCR renderer
> * Merge pull request 3380 from stweil/gridsearch
> * Remove unnecessary pointer hasher for uset.
> * Fix CI and update package list before installation
> * Merge pull request 3376 from stweil/master
> * Merge pull request 3375 from amitdo/viewer

20201022.1

Added:

* https://github.com/qurator-spk/sbb_binarization

[v2020-10-22](https://github.com/OCR-D/ocrd_all/releases/v2020-10-22)

[core](https://github.com/OCR-D/core) [ac86b8e](https://github.com/OCR-D/core/commits/ac86b8e)..[6ca42f1](https://github.com/OCR-D/core/commits/6ca42f1)

20200923.3

> * Fix some compiler warnings
> * Merge pull request 3354 from stweil/master
> * Merge pull request 3351 from stweil/master
> * Use more smart pointers.
> * Merge pull request 3350 from stweil/master
> * Merge pull request 3349 from stweil/master
> * Remove unused function UnicharIdArrayUtils::find_in
> * Disable unused WriteMemoryCallback if libcurl is not used
> * Use smart pointers.
> * Misc.
> * Fix double free caused by commit f33e80e (fixes issue 3348)
> * Rename GenericVector::get
> * Rename UnicityTable::get, UnicityTable::get_mutable
> * Replace std::array by std::vector to avoid stack overflow
> * Merge pull request 3345 from stweil/vector
> * Merge pull request 3344 from stweil/vector
> * Merge pull request 3342 from stweil/master
> * Fix new alert reported by LGTM
> * Merge pull request 3341 from stweil/vector
> * Merge pull request 3340 from stweil/vector
> * Partially revert "Replace more GenericVector by std::vector for src/ccutil"
> * Partially revert "Replace remaining GenericVector by std::vector for src/training"
> * Merge pull request 3338 from stweil/vector
> * Merge pull request 3337 from stweil/vector
> * Fix new alerts reported by LGTM
> * Add missing reference & for loop iterator
> * Make only locally used functions row_y_order and row_spacing_order static
> * Merge pull request 3336 from stweil/vector
> * Merge pull request 3335 from stweil/genericvector
> * Merge pull request 3330 from Sintun/master
> * Fix build system macro. Fixes 3334.
> * Fix alerts reported by LGTM
> * Fix removal of duplicates in StructuredTable::FindLinedStructure
> * Merge pull request 3332 from stweil/vector

[v2021-07-21](https://github.com/OCR-D/ocrd_all/releases/v2021-07-21)

[cor-asv-ann](https://github.com/ASVLeipzig/cor-asv-ann) [e919020](https://github.com/ASVLeipzig/cor-asv-ann/commits/e919020)..[1b8c120](https://github.com/ASVLeipzig/cor-asv-ann/commits/1b8c120)

20200908.1

[core](https://github.com/OCR-D/core) [3d4e7f2](https://github.com/OCR-D/core/commits/3d4e7f2)..[8dafbac](https://github.com/OCR-D/core/commits/938a907)

20200617.2

Fixed:

* `make fix-pip` correct the tensorflow logic, 115

20200617.1

[core](https://github.com/OCR-D/core) [574bbad](https://github.com/OCR-D/core/commits/574bbad)..[f708420](https://github.com/OCR-D/core/commits/f708420)

Page 1 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.