File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "manuals-llm-extraction"
33version = " 0.1.0"
44description = " Simple example for cocoindex: extract structured information from a Markdown file using LLM."
55requires-python = " >=3.11"
6- dependencies = [" cocoindex>=0.1.79" , " marker-pdf>=1.5.2 " ]
6+ dependencies = [" cocoindex>=0.1.79" , " marker-pdf>=1.8.5 " ]
77
88[tool .setuptools ]
99packages = []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires-python = ">=3.11"
66dependencies = [
77 " cocoindex[embeddings]>=0.1.83" ,
88 " pypdf>=5.7.0" ,
9- " marker-pdf>=1.5.2 " ,
9+ " marker-pdf>=1.8.5 " ,
1010]
1111
1212[tool .setuptools ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires-python = ">=3.11"
66dependencies = [
77 " cocoindex[embeddings]>=0.1.79" ,
88 " python-dotenv>=1.0.1" ,
9- " marker-pdf>=1.5.2 " ,
9+ " marker-pdf>=1.8.5 " ,
1010 " psycopg[binary,pool]" ,
1111 " jinja2>=3.1.6" ,
1212]
You can’t perform that action at this time.
0 commit comments