-
Notifications
You must be signed in to change notification settings - Fork 678
feat: Support image extraction & retrieval for office/PDF documents #2720
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
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
a76c71d
✨add_image_retrieval
yzAiden bd3813e
✨add_image_retrieval
yzAiden 8665e23
✨add_image_retrieval
yzAiden 3239e72
✨add_image_retrieval
yzAiden a7afc8d
✨add_image_retrieval
yzAiden e896398
✨add_image_retrieval
yzAiden cce0ca6
✨add_image_retrieval
yzAiden f1ea782
✨add_image_retrieval
yzAiden c1b6acb
✨add_image_retrieval
yzAiden d424353
✨add_image_retrieval
yzAiden 55f8e79
add_image_retrieval
yzAiden 1000cf6
add_image_retrieval
yzAiden f7336f3
add_image_retrieval
yzAiden 5f94b7d
Merge branch 'develop' into image_retrieval
yzAiden 7d6612d
Merge branch 'develop' into image_retrieval
yzAiden c9afb4f
add_image_retrieval
yzAiden 85c4cd2
add_image_retrieval
yzAiden 534c9af
add_image_retrieval
yzAiden edd9a08
Merge branch 'develop' into image_retrieval
yzAiden 79c82a3
modify unit test file
yzAiden e955dc9
Merge branch 'develop' into image_retrieval
yzAiden 377fe4b
Merge branch 'develop' into image_retrieval
yzAiden aa70e2a
Merge branch 'develop' of https://github.com/yzAiden/nexent into imag…
yzAiden 0d20448
modify unit test file
yzAiden ecc5b9e
modify fix the bug
yzAiden 0296788
modify test file
yzAiden 514fd4c
Merge branch 'develop' of https://github.com/yzAiden/nexent into imag…
yzAiden 526b4d4
modify test files
yzAiden c0b223d
cancel downloading models and modifying test files
yzAiden 2827b4c
modify the image configuration file
yzAiden 5171100
Merge branch 'develop' of https://github.com/yzAiden/nexent into imag…
yzAiden 40429c5
resolve conflict
yzAiden 4e5e375
modify test files
yzAiden d2d063d
modify test file
yzAiden 77c692e
improve test coverage
yzAiden f9125e1
remove unnecessary input parameter
yzAiden f1657af
Merge branch 'develop' into image_retrieval
yzAiden d975190
modify test file
yzAiden 1acb935
Merge branch 'develop' into image_retrieval
yzAiden 2b944f6
modify test files
yzAiden eca9d66
Merge branch 'develop' into image_retrieval
yzAiden dc67588
modify test file
yzAiden 228a837
Merge branch 'develop' into image_retrieval
yzAiden beecffb
modify test file
yzAiden cdcdfc1
Merge branch 'develop' of https://github.com/yzAiden/nexent into imag…
yzAiden 1fd6661
modify test files
yzAiden 1e750f2
modify test file
yzAiden 3004ee6
Merge remote-tracking branch 'origin/develop' into image_retrieval
yzAiden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
_append_image_chunks函数在每次调用时都会upload_fileobj,但没有处理上传失败的情况。如果upload_fileobj返回None或抛出异常,会导致后续build_s3_url失败。建议添加错误处理和日志记录。