Ocrd

Latest version: v2.65.0

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

Scan your dependencies

Page 4 of 36

5.0.0

414 verbose addNamed ">=4.8.5 <5.0.0" is a valid semver range for csv-parse
415 silly addNameRange { name: 'csv-parse', range: '>=4.8.5 <5.0.0', hasData: false }
416 silly mapToRegistry name csv-parse
417 silly mapToRegistry using default registry
418 silly mapToRegistry registry https://registry.npmjs.org/
419 silly mapToRegistry uri https://registry.npmjs.org/csv-parse
420 verbose addNameRange registry:https://registry.npmjs.org/csv-parse not in flight; fetching
421 http fetch 200 https://registry.npmjs.org/csv-stringify/-/csv-stringify-5.6.5.tgz
422 verbose afterAdd /home/lena/.npm/cson-parser/4.0.9/package/package.json written
423 verbose get https://registry.npmjs.org/csv-parse not expired, no request
424 silly addNameRange number 2 { name: 'csv-parse', range: '>=4.8.5 <5.0.0', hasData: true }
425 silly addNameRange versions [ 'csv-parse',

5.0.0alpha20210401

> * Add Image::operator&=().
> * Add Image::operator|=().
> * Remove arg from Image::copy().
> * Init variable.
> * Add Image::isZero().
> * Add Image::clone().
> * Add Image::copy().
> * Add new files ccstruct/image.cpp and ccstruct/image.h to Makefile
> * Fix name conflict between class and function named Image
> * [misc] Update header guard.
> * Revert 4fa05b9147b957344bf94df1e0fb781acc2c84a6. Make a note.
> * Basic usage of new Image class. Only pixDestroy is wrapped at the moment.
> * Initial tesseract Image wrapper.
> * Remove unused ifdef.
> * Partially fix issue 3374
> * Fix some compiler warnings
> * Improve some structs further (fixes several CID issues)
> * lstm: Include missing header
> * Fix compilation for Tensorflow code
> * Fix some compiler warnings
> * Merge pull request 3368 from stweil/master
> * Merge pull request 3367 from stweil/master
> * Merge pull request 3366 from stweil/master
> * Add more list tests
> * Misc.
> * Remove default locale setting in debug config. Any locale errors must be fixed separately (if any).
> * Merge pull request 3365 from Shreeshrii/fix
> * Replace some snprintf by std::to_string and modernize more code
> * Merge pull request 3364 from stweil/master
> * Merge pull request 3363 from Shreeshrii/split
> * Don't convert for loop after 'pragma omp parallel' with clang-tidy
> * Remove TessBaseAPI::SetThresholder (API change)
> * Modernize code for OTSU and reduce public API further
> * Merge pull request 3358 from stweil/master
> * Merge pull request 3356 from Shreeshrii/ciupdate
> * Merge pull request 3355 from eighttails/output_training_command_line

5.0.0alpha20201231

> * [ci][appveyor] Also build debug config.
> * [cmake] Make pango include dirs public.
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * [cmake] Make pango deps public.
> * Remove deleted util.h header.
> * [cmake] Fix build.
> * Fix broken autotools build for unittest
> * Fix broken autotools build
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * [cmake] Implement shared builds.
> * [sw] Remove deleted file.
> * Move training lib sources into their own dirs.
> * [cmake] tessopt is a static library.
> * [cmake] Set hidden visibility by default.
> * Add missing includes.
> * Fix linux build.
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * Remove GenericVector::compare_callback. This fixes several tests after previous commit.
> * Use TESS_API for every public symbol. Public symbol is exported from the library. This also applies to unit test and training symbols. Users will be limited to public api, but set of exported symbols will be wider still. Remove TESS_LOCAL. Fix several symbol issues that made visible with these changes.
> * Remove custom string hasher.
> * Misc.
> * Remove GOOGLE_TESSERACT ifdefs.
> * Misc.
> * Use template instead of overloads.
> * Make automake builds less noisy by default
> * Replace more GenericVector by std::vector
> * Remove helpers.h from public API
> * [test] Fix intsimdmatrix test. Update result value based on updated TRand engine.
> * Export all simd matrices.
> * Fix linux build.
> * Correctly use DEBUG macro. C++ compilers do not define it. Instead they define NDEBUG in optimized compilations.
> * Removed unused fwd decl.
> * Remove unused fwd decls.
> * Remove unused typedefs.
> * Remove unused fwd decl.
> * Remove comment.
> * Move MAX_PATH def out from public header.
> * Use linear congruential random number generator from C++11.
> * Use std::swap instead of manual function.
> * Remove empty DLLSYM macro.
> * Remove public empty header.
> * [sw] Add new unit tests.
> * Merge pull request 3208 from stweil/unittest
> * Fix TFile::DeSerialize, TFile::Serialize for empty vectors
> * Add missing dependencies for dawg_test
> * Merge pull request 3206 from stweil/api
> * Merge pull request 3205 from stweil/api
> * [test] Create tmp dir in more tests.
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * [test] Remove set locale as it causes errors on some systems. It includes grouping for numbers, then pid and some other numbers in gtest are formatted incorrectly.
> * Fix more lstm tests. 6 failing tests left.
> * [test] Fix params model test.
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * [test] Fix shapetable test.
> * [test] Disable loading equ.traineddata in equationsdetect test until IdentifySpecialText is turned back on.
> * [test] Reorder includes.
> * Fix declaration for C_BLOB
> * avx2: Remove unused local variables
> * Fix dependency for fuzzer-api
> * Remove unused function CompareSTRING
> * Merge pull request 3203 from stweil/std-vector
> * Merge pull request 3202 from stweil/fix2
> * [test] Fix bitvector test by creating tmp dir. 15 failing tests left.
> * [test] Reorder includes.
> * [test] Fix mkdir on unix in dawg test.
> * [sw] Test updates. 18->17 failed tests left.
> * [test] Fix dawg.
> * Fix trie's word sort comparator.
> * [test] Fix unicharset. 21->18 failed tests remaining.
> * [sw] Build targets with utf-8 flag on msvc.
> * Fix baseapi test. Use C++ regex instead of gtest ones.
> * Update appveyor.yml
> * Merge pull request 3199 from stweil/serialis
> * Remove unused DocumentData::SaveToBuffer
> * Merge pull request 3198 from stweil/new-api
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * [ci] Build unit tests on github ci on linux/macos.
> * [sw] Do not build unit tests by default.
> * [test] Fix include order.
> * Export symbol for unit test.
> * Better symbol visibility fix for unit test.
> * Move training tools into their own dir.
> * Make symbol visible to fix unit test.
> * [test] Correctly use assert instead of expect.
> * [sw] Add unit tests.
> * Move doubleptr.h to unittests as it is used only there.
> * Revert kdpair, genericheap changes.
> * Improve some unit tests.
> * Allow to construct STRING from nullptr.
> * Use resize() instead of reserve() in resize_no_init() to match std::vector behavior. Using memory after reserve() is UB.
> * [sw] Misc.
> * Fix some compiler errors for heap_test (more remaining)
> * Add / fix namespace tesseract for unittest
> * Fix gitignore pattern.
> * Merge pull request 3195 from stweil/pdf
> * More fixes for namespace tesseract
> * Fix build with --disable-graphics
> * Restore C++17.
> * [cmake] Try to disable C++17.
> * Merge pull request 3176 from softana/master
> * Add missing merge_unicharsets training tool to cmake and sw build.
> * Add missing namespace prefix for GlobalParams() (fix build for some unit tests)
> * Update .travis.yml
> * Add missing namespace prefix (fix build for merge_unicharsets)
> * Another msvc/macos fix attempt.
> * Fix macos build. Add missing header.
> * Try to fix macos build.
> * [travis] Update macos image.
> * [cmake] Enable C++17 temporarily.
> * [travis] Upgrade to Ubuntu 18.04.
> * Fix some of vector<bool> cases for msvc.
> * Fix linux build.
> * [sw] Bump minimal C++ standard to C++17.
> * Inherit STRING from std::string.
> * Call base vector::insert() explicitly.
> * Inherit GenericVector from std::vector. Inherit kdpairs from std::pair. Rewrite some move ctors to modern C++ style.
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * Move all tesseract symbols into tesseract namespace. Fix include order in many places.
> * Delete .rc from tesseractmain.
> * Reorder includes.
> * [cmake] Move include dirs into target include dirs.
> * Remove .rc files. No need to add them into dll/exe.
> * [cmake] Use source groups for libtess sources.

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

[ocrd_fileformat](https://github.com/OCR-D/ocrd_fileformat) [ae52a2e](https://github.com/OCR-D/ocrd_fileformat/commits/ae52a2e)..[df95fd7](https://github.com/OCR-D/ocrd_fileformat/commits/df95fd7)

5.0.0alpha20201224

> * Fix dependency on tmp directory for unittest programs
> * Fix tar command for variants which require -j or -z
> * Simplify code for equationdetect_test
> * Simplify code for cleanapi_test
> * Remove unwanted at EOL
> * Merge pull request 3191 from stweil/unittest
> * Merge pull request 3190 from stweil/pango_font_info_test
> * Merge pull request 3189 from stweil/pango_font_info_test
> * Fix configure for flat training build without asciidoc
> * Fix installation of training tools for flat training build
> * Add XML_CATALOG_FILES for MacOS with Homebrew (3188)
> * Fix unittest for flag training build
> * Merge branch 'master' of github.com-egorpugin:tesseract-ocr/tesseract
> * Add include headers to cmake target.
> * Fix git submodule 'test'
> * Merge pull request 3179 from Shatur95/fix-cmake-issues
> * Merge pull request 3181 from stweil/m1


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

[core](https://github.com/OCR-D/core) [2298662](https://github.com/OCR-D/core/commits/2298662)..[135acb6](https://github.com/OCR-D/core/commits/135acb6)

5.0.0alpha

> * Remove old unused code from imagedata.h
> * Fix crash caused by missing thread synchronization (issues 757, 1168 and 2191)


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

[core](https://github.com/OCR-D/core) [cd7be4e8](https://github.com/OCR-D/core/commits/cd7be4e8)..[2e4c16e5](https://github.com/OCR-D/core/commits/2e4c16e5)

4.0.0

365 verbose addNamed ">=3.13.1 <4.0.0" is a valid semver range for js-yaml
366 silly addNameRange { name: 'js-yaml', range: '>=3.13.1 <4.0.0', hasData: false }
367 silly mapToRegistry name js-yaml
368 silly mapToRegistry using default registry
369 silly mapToRegistry registry https://registry.npmjs.org/
370 silly mapToRegistry uri https://registry.npmjs.org/js-yaml
371 verbose addNameRange registry:https://registry.npmjs.org/js-yaml not in flight; fetching
372 verbose get https://registry.npmjs.org/coffeescript not expired, no request
373 silly addNameRange number 2 { name: 'coffeescript', range: '>=2.5.0 <3.0.0', hasData: true }
374 silly addNameRange versions [ 'coffeescript',

Page 4 of 36

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.