To install the package simply write the following command in your favorite terminal:
pip install alexandra-ai-data
The processing part of the Domsdatabasen API depends on poppler. To install it on macOS, run the following command:
brew install poppler
This is only necessary if you use the API to get cases that are not in the cached dataset.
from alexandra_ai_data.domsdatabasen import Domsdatabasen
domsdatabasen = Domsdatabasen()
case = domsdatabasen.get_case(case_id="100")
print(case)
If you feel like this package is missing a crucial feature, if you encounter a bug or if you just want to correct a typo in this readme file, then we urge you to join the community! Have a look at the CONTRIBUTING.md file, where you can check out all the ways you can contribute to this package. ✨
- Your name here? 🎉
The following are the core maintainers of the alexandra_ai_data
package:
- @saattrupdan (Dan Saattrup Nielsen; [email protected])