drakosfire's picture
Reorganized the project into a module called document processing, and execute through a single entry file pdf_to_embeddings.py
824bd32
raw
history blame contribute delete
191 Bytes
[pytest]
# Add directories or files to ignore during test discovery
norecursedirs = docling/tests
pythonpath = .
markers =
dev: marks tests for development focus
allow_module_level = true