Library for highlighting how text matter has been extracted. Some sample output is available here
Install the python dependencies with: pip install -r requirements.txt
- Run the unit test suite with:
coverage3 run -m unittest discover -v
- View the unit test coverage with:
coverage report
Live view of Jupyter Notebook here
Track the Kanban for this project here