Skip to content

Commit

Permalink
Fix remove GOST grame
Browse files Browse the repository at this point in the history
  • Loading branch information
sunveil committed Nov 6, 2024
1 parent d0e960f commit 42988d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dedoc/readers/pdf_reader/pdf_base_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from collections import namedtuple
from typing import Dict, Iterator, List, Optional, Set, Tuple

import numpy as np
from dedocutils.data_structures.bbox import BBox
from numpy import ndarray

Expand All @@ -12,6 +13,7 @@
from dedoc.readers.pdf_reader.data_classes.line_with_location import LineWithLocation
from dedoc.readers.pdf_reader.data_classes.pdf_image_attachment import PdfImageAttachment
from dedoc.readers.pdf_reader.data_classes.tables.scantable import ScanTable
from dedoc.readers.pdf_reader.pdf_image_reader.table_recognizer.gost_frame_recognizer import GOSTFrameRecognizer

ParametersForParseDoc = namedtuple("ParametersForParseDoc", [
"orient_analysis_cells",
Expand Down

0 comments on commit 42988d8

Please sign in to comment.