Skip to content

docs: Add Case Study 02 to Documentation and Update Parser Usage#99

Merged
AdemBoukhris457 merged 2 commits intomainfrom
docs/add_case_study_02_notebook
Nov 29, 2025
Merged

docs: Add Case Study 02 to Documentation and Update Parser Usage#99
AdemBoukhris457 merged 2 commits intomainfrom
docs/add_case_study_02_notebook

Conversation

@AdemBoukhris457
Copy link
Owner

Summary

This MR adds the case_study_02_scanned_document_restoration notebook to the documentation tables and updates the notebook to use the appropriate parser for already-restored PDFs.

Changes Made

Documentation Updates

  • ✅ Added case_study_02_scanned_document_restoration to Interactive Notebooks table in README.md
  • ✅ Added case_study_02_scanned_document_restoration to Interactive Notebooks table in docs/en/index.md
  • ✅ Added case_study_02_scanned_document_restoration to Interactive Notebooks table in docs/zh/index.md

Notebook Improvements

  • ✅ Updated PDF parsing section to use StructuredPDFParser for already-restored PDFs instead of EnhancedPDFParser
    • This avoids redundant restoration since the PDF is already processed by DocRes engine
    • Improves parsing efficiency and accuracy

Context

The Case Study 02 notebook demonstrates:

  • DocRes image restoration capabilities across all 6 restoration tasks (appearance, dewarping, deshadowing, deblurring, binarization, end2end)
  • Comparison of PDF parsing results before and after restoration
  • Visual comparison of original vs restored document pages

Testing

  • Verified notebook runs successfully
  • Confirmed documentation links are correct
  • Tested parser changes with restored PDFs

Related

  • Part of ongoing documentation improvements
  • Enhances discoverability of restoration capabilities

- Add case_study_02_scanned_document_restoration to documentation tables
- Update notebook to use StructuredPDFParser for already-restored PDFs
- Update README.md, docs/en/index.md, and docs/zh/index.md
@AdemBoukhris457 AdemBoukhris457 self-assigned this Nov 29, 2025
@AdemBoukhris457 AdemBoukhris457 added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 29, 2025
@AdemBoukhris457 AdemBoukhris457 merged commit 044db76 into main Nov 29, 2025
1 check passed
@AdemBoukhris457 AdemBoukhris457 deleted the docs/add_case_study_02_notebook branch November 29, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant