Skip to content

feat: normalize OCR tables#6

Merged
atsyplenkov merged 2 commits into
mainfrom
feat-normalize
Mar 23, 2026
Merged

feat: normalize OCR tables#6
atsyplenkov merged 2 commits into
mainfrom
feat-normalize

Conversation

@atsyplenkov
Copy link
Copy Markdown
Owner

Adds optional OCR table normalization behind --normalize-tables.

Summary:

  • writes raw table HTML artifacts under tables/
  • replaces indexed tables with compact Markdown blocks
  • skips code fences and inline code
  • adds managed-output cleanup and logging stats for table processing

Verification:

  • cargo test --features internal-testing

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 23, 2026

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 81.46487% with 124 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.97%. Comparing base (fd78353) to head (e224f0a).

Files with missing lines Patch % Lines
src/core/table_normalization.rs 83.50% 97 Missing ⚠️
src/core.rs 52.17% 22 Missing ⚠️
src/core/output.rs 72.22% 5 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   85.45%   83.97%   -1.48%     
==========================================
  Files           8        9       +1     
  Lines         990     1629     +639     
==========================================
+ Hits          846     1368     +522     
- Misses        144      261     +117     

☔ 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.

@atsyplenkov atsyplenkov merged commit b9576c7 into main Mar 23, 2026
11 checks passed
@atsyplenkov atsyplenkov deleted the feat-normalize branch March 25, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants