mindee / doctr

docTR (Document Text Recognition) - a seamless, high-performing & accessible library for OCR-related tasks powered by Deep Learning.
https://mindee.github.io/doctr/
Apache License 2.0
3.31k stars 397 forks source link

feat:Alignment during recontruction of image #1657

Open SkaarFacee opened 1 week ago

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.40%. Comparing base (1cea7d8) to head (b912996).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1657 +/- ## ========================================== + Coverage 96.35% 96.40% +0.04% ========================================== Files 164 164 Lines 7773 7780 +7 ========================================== + Hits 7490 7500 +10 + Misses 283 280 -3 ``` | [Flag](https://app.codecov.io/gh/mindee/doctr/pull/1657/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mindee) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/mindee/doctr/pull/1657/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mindee) | `96.40% <100.00%> (+0.04%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mindee#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

felixdittrich92 commented 1 week ago

Hi @SkaarFacee :wave:,

Thanks for the PR.