Instructions to use Riksarkivet/trocr-base-handwritten-swe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HTRflow
How to use Riksarkivet/trocr-base-handwritten-swe with HTRflow:
# CLI usage # see docs: https://ai-riksarkivet.github.io/htrflow/latest/getting_started/quick_start.html htrflow pipeline <path/to/pipeline.yaml> <path/to/image>
# Python usage from htrflow.pipeline.pipeline import Pipeline from htrflow.pipeline.steps import Task from htrflow.models.framework.model import ModelClass pipeline = Pipeline( [ Task( ModelClass, {"model": "Riksarkivet/trocr-base-handwritten-swe"}, {} ), ]) - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!