Skip to content

Commit

Permalink
Remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
NastyBoget committed Jan 26, 2024
1 parent 1403898 commit e6c70c9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
Empty file.
9 changes: 0 additions & 9 deletions dedoc/scripts/text_blob_correction.py

This file was deleted.

3 changes: 1 addition & 2 deletions scripts/calc_tesseract_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import re
import time
import zipfile
from tempfile import TemporaryDirectory
from typing import Dict, List, Tuple

import cv2
Expand All @@ -12,8 +11,8 @@
from texttable import Texttable

from dedoc.config import get_config
from dedoc.scripts.text_blob_correction import TextBlobCorrector
from scripts.ocr_correction import correction, init_correction_step
from scripts.text_blob_correction import TextBlobCorrector

WITHOUT_CORRECTION = ""
SAGE_CORRECTION = "_sage-correction"
Expand Down
Empty file.

0 comments on commit e6c70c9

Please sign in to comment.