feat(source): add pdf read adapter
This commit is contained in:
parent
24ee499b50
commit
0c9a418e85
8 changed files with 1176 additions and 13 deletions
|
|
@ -18,9 +18,11 @@ dev = [
|
|||
"pytest>=8",
|
||||
]
|
||||
epub3 = []
|
||||
pdf = []
|
||||
|
||||
[project.entry-points."markitect_tool.source_adapters"]
|
||||
epub3 = "markitect_filter.adapters:epub3_adapter_descriptor"
|
||||
pdf = "markitect_filter.adapters:pdf_adapter_descriptor"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue