Skip to content

Commit 70166d2

Browse files
committed
updates relative imports
1 parent 5b4611a commit 70166d2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ocrpy/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
__version__ = '0.3.1'
22

3+
from .io import *
34
from .parsers import *
5+
from .pipelines import *

ocrpy/pipelines/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .text_pipeline import TextPipeline

0 commit comments

Comments
 (0)