OCR-D / ocrd_tesserocr

Run tesseract with the tesserocr bindings with @OCR-D's interfaces
MIT License
39 stars 11 forks source link

common: no conversion to unsigned in coordinates_for_segment #68

Closed bertsky closed 5 years ago

bertsky commented 5 years ago

Fixes #67.

@kba Feel free to close this PR if you instead want to apply it in OCR-D/core#268 directly (making it available here via #66).

codecov[bot] commented 5 years ago

Codecov Report

Merging #68 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   50.24%   50.24%           
=======================================
  Files           9        9           
  Lines         828      828           
  Branches      149      149           
=======================================
  Hits          416      416           
  Misses        370      370           
  Partials       42       42
Impacted Files Coverage Δ
ocrd_tesserocr/common.py 60.15% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 04b6fbc...eb05643. Read the comment docs.

kba commented 5 years ago

Let's merge it here first for reference :)