Skip to content

Commit

Permalink
File name change
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkinch committed Feb 13, 2024
1 parent 2f68b58 commit 4db9d48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/doms_databasen/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from ._constants import N_FILES_PROCESSED_CASE_DIR, N_FILES_RAW_CASE_DIR
from ._utils import load_jsonl, read_json, save_dict_to_json
from .text_extraction import PDFTextReader
from ._text_extraction import PDFTextReader

logger = getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion tests/processor/test_text_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import pytest
from PIL import Image

from src.doms_databasen.text_extraction import PDFTextReader
from src.doms_databasen._text_extraction import PDFTextReader


def read_image(image_path):
Expand Down

0 comments on commit 4db9d48

Please sign in to comment.