8000 Adding an image transformer and corresponding pipeline component by JaMe76 · Pull Request #82 · deepdoctection/deepdoctection · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adding an image transformer and corresponding pipeline component #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Nov 3, 2022

Conversation

JaMe76
Copy link
Contributor
@JaMe76 JaMe76 commented Nov 3, 2022

This PR adds:

  • the package jdeskew to estimate the distortion angle of a skewed document and to rotate it accordingly so that text lines are horizontal lines and easier to consume for OCR systems.
  • an new class interface ImageTransformer, that accepts and returns an image as numpy array
  • a new pipeline component SimpleTransformService that accepts an ImageTransformer and updates the necessary meta data.

This PR will close #30.

@JaMe76 JaMe76 merged commit c0edd0e into master Nov 3, 2022
@JaMe76 JaMe76 deleted the image_transform branch November 15, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handling skew image
1 participant
0