Files
kg-scr/tests/conftest.py
Aman a32b7508c7 OCR-to-RAG pipeline for life science screenshots
PaddleOCR with preprocessing, scispaCy NER, figure/table detection,
citation extraction, and chunked Markdown output with frontmatter.
Includes watch mode and notebook reprocessing.
2026-07-18 19:35:21 +00:00

4 lines
98 B
Python

import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent.parent / "src"))