Skip to content
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

how to use this repo as python dependency? #207

Open
videni opened this issue Feb 27, 2025 · 0 comments
Open

how to use this repo as python dependency? #207

videni opened this issue Feb 27, 2025 · 0 comments

Comments

@videni
Copy link

videni commented Feb 27, 2025

What I did

poetry

poetry add git+https://github.com/opendatalab/PDF-Extract-Kit.git@main

Not working because the pyproject.toml not valid , check this line

#" opencv-python >4.6.0"
 opencv-python = "^4.6.0"

also

# change to  license = { file="LICENSE.,d" }
license = { file="LICENSE" }  

Fixed all above mentioned problems, then got errors:

pip install

Got following error

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant