freelawproject / doctor

A microservice for document conversion at scale
https://free.law/projects/doctor
BSD 2-Clause "Simplified" License
54 stars 14 forks source link

build(deps): bump pytesseract from 0.3.5 to 0.3.8 #102

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps pytesseract from 0.3.5 to 0.3.8.

Release notes

Sourced from pytesseract's releases.

v0.3.8

Bugfix release:

  • Header handling in file_to_dict function by @​igor-ma
  • Proper raising behavior in case of timeout by @​amenezes
  • __version__ attribute support by @​amenezes
  • Couple of bug fixes

v0.3.7

[breaking change] Python 2 and 3.5 support dropped - reason, End of Life. Migration to GitHub Actions CI workflow and pre-commit.ci for linting. Added new function get_languages. A couple of bug fixes.

v0.3.6

Added support for ALTO XML output (by @​eivtho) Minor bugfix with TSV parsing. More graceful timeout termination under Unix-like environments.

Commits
  • 805d395 Bump version to 0.3.8
  • 03d97de Add version attribute support
  • 8f032bd Merge pull request #361 from madmaze/ci_workflow_update
  • 87bf7e1 Update ci.yaml
  • 21bff26 Merge pull request #359 from madmaze/pre-commit-ci-update-config
  • ecb2a07 [pre-commit.ci] pre-commit autoupdate
  • 5f71f9b Merge pull request #357 from amenezes/master
  • a24d835 Fix timeout_manager
  • 0a3b6df Merge pull request #352 from madmaze/pre-commit-ci-update-config
  • 24658d0 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.