-
Notifications
You must be signed in to change notification settings - Fork 674
More docs updates #4817
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
More docs updates #4817
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates documentation across multiple files to improve clarity and consistency regarding PyMuPDF Layout integration. The changes focus on terminology standardization, reference fixes, and enhanced OCR documentation.
Key Changes:
- Standardized terminology from "PyMuPDF-Layout" to "PyMuPDF Layout" and from "layout mode" to more explicit "PyMuPDF Layout" references
- Added visual badges/indicators for PyMuPDF Layout mode parameters in API documentation
- Enhanced OCR support documentation with decision tree and flow diagram
- Fixed reStructuredText reference labels (missing colons)
Reviewed changes
Copilot reviewed 8 out of 11 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/recipes.rst | Reorganized toctree entries, moved recipes-ocr.rst to earlier position |
| docs/pymupdf4llm/index.rst | Fixed reference label, updated terminology from "PyMuPDF-Layout" to "PyMuPDF Layout" |
| docs/pymupdf4llm/api.rst | Added HTML indicators for layout mode parameters, added use_ocr parameter, updated terminology throughout |
| docs/pymupdf-pro/index.rst | Fixed reference label (added missing colon) |
| docs/pymupdf-layout/index.rst | Fixed reference label, added new reference anchors, enhanced OCR section with decision tree, corrected "photographies" to "photographs" |
| docs/installation.rst | Added note with link to official Tesseract documentation (contains typo "documention") |
| docs/locales/ja/LC_MESSAGES/* | Updated Japanese translations to match English changes |
| docs/images/layout-ocr-flow.png | Added new flowchart diagram for OCR decision process |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.