You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# pylint: disable=unused-import
|
|
|
|
|
|
|
|
import os
|
|
|
|
import sys
|
|
|
|
|
|
|
|
from test.assets import assets
|
|
|
|
from ocrd_utils import initLogging
|
|
|
|
|
|
|
|
PWD = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
sys.path.append(PWD + '/../ocrd')
|
|
|
|
|
|
|
|
initLogging()
|