How to use Riksarkivet/rtmdet_lines 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/rtmdet_lines"}, {} ), ])
The community tab is the place to discuss and collaborate with the HF community!