-
Notifications
You must be signed in to change notification settings - Fork 27
feat: tweak pdf parser for corner cases and add 120s demo #259
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
Merged
YoungVor
merged 1 commit into
main
from
10-12-feat_tweak_pdf_parser_for_corner_cases_and_add_120s_demo
Nov 20, 2025
Merged
feat: tweak pdf parser for corner cases and add 120s demo #259
YoungVor
merged 1 commit into
main
from
10-12-feat_tweak_pdf_parser_for_corner_cases_and_add_120s_demo
Nov 20, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Oct 12, 2025
8e53f1d to
eef48d2
Compare
3ed6592 to
a9128d0
Compare
eef48d2 to
50bd971
Compare
a9128d0 to
9979dd2
Compare
50bd971 to
c5ef213
Compare
9979dd2 to
243194d
Compare
c407759 to
ce5e0d5
Compare
ce5e0d5 to
d5eba4c
Compare
yoni1887
reviewed
Oct 13, 2025
d5eba4c to
4667fdf
Compare
243194d to
a9891a0
Compare
9be1491 to
cd95675
Compare
a9891a0 to
fac3ee0
Compare
cd95675 to
9c58370
Compare
fac3ee0 to
5b33a7d
Compare
9c58370 to
772109a
Compare
5b33a7d to
b7be090
Compare
772109a to
547fb7e
Compare
b7be090 to
2ec97bf
Compare
547fb7e to
53a799d
Compare
2ec97bf to
651aaf1
Compare
53a799d to
f01dc4f
Compare
651aaf1 to
b4d4f04
Compare
f01dc4f to
260f2bc
Compare
b4d4f04 to
7e644ae
Compare
260f2bc to
9a281cd
Compare
7e644ae to
6c4fcee
Compare
9a281cd to
289ea48
Compare
Base automatically changed from
10-08-feat_add_pdf_parsing_to_openrouter
to
main
October 24, 2025 23:32
289ea48 to
eeb1d1d
Compare
bcallender
approved these changes
Nov 3, 2025
eeb1d1d to
d160b20
Compare
This was referenced Nov 20, 2025
Draft
d160b20 to
800af67
Compare
800af67 to
0f74568
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

TL;DR
Added a new PDF processing demo notebook and improved PDF parsing capabilities across multiple LLM providers.
What changed?
18_pdf_processing.ipynbthat demonstrates PDF to markdown conversion, content categorization, and structured extractionHow to test?
examples/fenic_in_120_seconds/18_pdf_processing.ipynb