-
Notifications
You must be signed in to change notification settings - Fork 679
Document vector graphics output #4849
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
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 adds documentation for vector graphics output in the TextPage extraction functionality. It describes how vector blocks (type 3) are now included in text extraction methods alongside existing text blocks (type 0) and image blocks (type 1).
- Documented vector block output format in the
extractBLOCKSmethod - Added comprehensive documentation for vector block dictionaries in the dict/JSON extraction methods
- Clarified that vector blocks require the
TEXT_COLLECT_VECTORSflag to be set
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e741336 to
a09bad6
Compare
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
Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
8ddd2ce to
68b8198
Compare
jamie-lemon
left a comment
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.
Found some syntax things.
68b8198 to
d18679f
Compare
No description provided.