1
0
Fork 0
mirror of https://github.com/qurator-spk/page2tsv.git synced 2025-06-09 19:39:54 +02:00

install into qurator namespace

This commit is contained in:
Konstantin Baierer 2022-11-08 16:19:23 +01:00
parent abeca0df16
commit e1a440b91c
10 changed files with 17 additions and 12 deletions

View file

@ -6,7 +6,7 @@ from ocrd_utils import pushd_popd
from ocrd_models.ocrd_page import parse
from ocrd import Resolver
from tsvtools.ocrd_processors import OcrdNeatExportProcessor, OcrdNeatImportProcessor
from qurator.tsvtools.ocrd_processors import OcrdNeatExportProcessor, OcrdNeatImportProcessor
@fixture
def testws(tmpdir):