fix: add pypdf to Docker requirements for PDFContentScrapingStrategy - #2170
Closed
Battleplus wants to merge 1 commit into
Closed
fix: add pypdf to Docker requirements for PDFContentScrapingStrategy#2170Battleplus wants to merge 1 commit into
Battleplus wants to merge 1 commit into
Conversation
Docker image was missing pypdf dependency, causing PDFContentScrapingStrategy to fail at runtime. Added pypdf>=5.0.0 to deploy/docker/requirements.txt. Fixes unclecode#2127 Signed-off-by: Battleplus <3559424769@qq.com>
Battleplus
force-pushed
the
fix/2127-add-pypdf-docker
branch
from
August 21, 2026 16:24
cc26081 to
095679b
Compare
Author
|
此 PR 包含了其他 PR 的改动(stacked PR 问题)。请从最新 upstream/main 重建分支,只保留此 PR 相关的 commit。 |
Author
|
Superseded by clean PR #2184 from upstream/main base. |
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
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.
这次改了什么
Fixes #2127
Docker image was missing
pypdfdependency, causingPDFContentScrapingStrategyto fail at runtime.修法: Added
pypdf>=5.0.0todeploy/docker/requirements.txt.怎么验证的
docker build -t crawl4ai .docker run -p 8000:8000 crawl4aiPDFContentScrapingStrategy风险
Low risk — adds a required dependency that was missing from the Docker image.