Skip to content

Conversation

@dependabot-preview
Copy link

Bumps pytesseract from 0.2.6 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.

v0.3.5

Removed pre-processing conversion - Pillow's image mode matrix doesn't support all use cases. Fix for the output data from tesseract Fix for dynamic I/O error handling

v0.3.4

Support for WebP images Support for python 3.8 (CI testing) Improved cli error reporting Fix for temp files under Windows

v0.3.3

Bug fixes for:

  • temp file read access on Windows
  • duplicate format argument upon image save

v0.3.2

Bug fix for proper cleaning of the temp files

v0.3.1

  • License changed from GPLv3 to Apache 2.0 ( for more info see #237 )
  • Additional documentation and examples
  • Extended config support for pandas
  • pre-commit config for the project
  • Bug fixes and refactoring

v0.3.0

  • Fix issue with leaking file descriptors.

v0.2.9

  • Additional documentation and exported new method run_and_get_output.
  • Improve image format handling, whenever using Pillow library manipulation.

... (truncated)

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [pytesseract](https://github.com/madmaze/pytesseract) from 0.2.6 to 0.3.8.
- [Release notes](https://github.com/madmaze/pytesseract/releases)
- [Commits](madmaze/pytesseract@v0.2.6...v0.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant