mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
11 lines
262 B
Python
11 lines
262 B
Python
|
|
import pytest
|
||
|
|
from PIL import Image
|
||
|
|
from eynollah.cli import (
|
||
|
|
layout as layout_cli,
|
||
|
|
binarization as binarization_cli,
|
||
|
|
enhancement as enhancement_cli,
|
||
|
|
)
|
||
|
|
from ocrd_modelfactory import page_from_file
|
||
|
|
from ocrd_models.constants import NAMESPACES as NS
|
||
|
|
|