Skip to content

Commit

Permalink
Add BBoxAnnotation to TabbyPDF reader (#312)
Browse files Browse the repository at this point in the history
* Add BBoxAnnotation to TabbyPDF reader

* Fix import and add test

* Remove unused import
  • Loading branch information
sunveil committed Aug 29, 2023
1 parent b8aa02e commit 71adc19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api_tests/test_api_format_pdf_tabby_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from dedoc.data_structures.concrete_annotations.bbox_annotation import BBoxAnnotation
from dedoc.data_structures.concrete_annotations.bold_annotation import BoldAnnotation
from dedoc.data_structures.concrete_annotations.confidence_annotation import ConfidenceAnnotation
from dedoc.data_structures.concrete_annotations.spacing_annotation import SpacingAnnotation
from tests.api_tests.abstract_api_test import AbstractTestApiDocReader

Expand Down

0 comments on commit 71adc19

Please sign in to comment.