Skip to content
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

[Fix] Fix invalid hOCR format & PDF/A compatiblity with the kie preditor #1870

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

felixdittrich92
Copy link
Contributor

This PR:

  • Fix invalid hOCR format
  • Fix xml export for kie_predictor
  • fix mypy (ignore these here)

@felixdittrich92 felixdittrich92 added type: bug Something isn't working topic: documentation Improvements or additions to documentation module: io Related to doctr.io ext: docs Related to docs folder labels Feb 11, 2025
@felixdittrich92 felixdittrich92 added this to the 0.12.0 milestone Feb 11, 2025
@felixdittrich92 felixdittrich92 self-assigned this Feb 11, 2025
@felixdittrich92 felixdittrich92 linked an issue Feb 11, 2025 that may be closed by this pull request
Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.60%. Comparing base (b84bb84) to head (c51f2aa).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1870      +/-   ##
==========================================
- Coverage   96.61%   96.60%   -0.02%     
==========================================
  Files         165      165              
  Lines        7941     7944       +3     
==========================================
+ Hits         7672     7674       +2     
- Misses        269      270       +1     
Flag Coverage Δ
unittests 96.60% <100.00%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felixdittrich92 felixdittrich92 marked this pull request as ready for review February 11, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: docs Related to docs folder module: io Related to doctr.io topic: documentation Improvements or additions to documentation type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XML element tree for export_as_xml is nested incorrectly?
1 participant