Open
Conversation
|
This pull request introduces 1 alert when merging 200313f into a30ce3b - view on LGTM.com new alerts:
|
This was referenced Mar 24, 2022
|
This pull request introduces 1 alert when merging b64e66a into a30ce3b - view on LGTM.com new alerts:
|
b64e66a to
5c362e2
Compare
Collaborator
Author
|
dammit, 8841abc contains accidentally commited parts that crash |
5c362e2 to
2cdfa79
Compare
…cs/punctuation, too
instead of detecting hlines and vlines independently, and via costly horizontal/vertical morphology operations, analyse image by medial axis transform (skeleton and distance transform of all connected components); then filter components that are too compact (inner vs outer size), also filter by statistics of distance along the skeleton: filter if too wide on average or too variant; then apply morphological closing to reconnect broken segments, linking only those components that roughly extend each other in the same direction; finally, sort by size and filter components that are too small in inner (skeleton length) or outer size (bbox diagonal), selecting only the topmost candidates; propagate from skeleton to full component and then spread a little into the background
…gradient maximum and percentile
Collaborator
Author
fix: levenshtein import (follow-up to 5282092)
Port to ocrd core version 3.0.0
947c9b1 to
f4a41ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.















































Some early fixes for the recent #77 – sorry to get back to you so soon @finkf (and thanks for merging so fast).
BTW, if you contemplate making a new release, here is a list of things that have changed since 0.1.5: