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 4 commits into
base: main
Choose a base branch
from

Conversation

felixdittrich92
Copy link
Contributor

@felixdittrich92 felixdittrich92 commented Feb 11, 2025

This PR:

  • Fix invalid hOCR format
  • Fix xml export for kie_predictor
  • Extend xml output test to check that the output is well-formed hOCR format

@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.58%. Comparing base (3e21320) to head (dee867b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1870      +/-   ##
==========================================
- Coverage   96.63%   96.58%   -0.05%     
==========================================
  Files         166      166              
  Lines        7987     7990       +3     
==========================================
- Hits         7718     7717       -1     
- Misses        269      273       +4     
Flag Coverage Δ
unittests 96.58% <100.00%> (-0.05%) ⬇️

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.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@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