A pipeline for NER using OCR
This project is developed in collaboration with the Centre for Advanced Research Computing, University College London.
Mack Nixon ([email protected])
Centre for Advanced Research Computing, University College London ([email protected])
ner-ocr requires Python 3.13–3.11.
uv is used for Python dependency management and managing virtual environments. You can install uv either using pipx or the uv installer script:
curl -LsSf https://astral.sh/uv/install.sh | shOnce uv is installed, install dependencies:
uv syncsource .venv/bin/activateInstall pre-commit locally (in your activated venv) to aid code consistency (if you're looking to contribute).
pre-commit install- Initial Research
- Minimum viable product <-- You are Here
- Alpha Release
- Feature-Complete Release