rename vision, add layour and tsr recognizer (#70)

* rename vision, add layour and tsr recognizer

* trivial fixing
This commit is contained in:
KevinHuSh
2024-02-22 19:11:37 +08:00
committed by GitHub
parent 5a0f1d2b84
commit d32322c081
17 changed files with 1055 additions and 1039 deletions

View File

@ -0,0 +1,4 @@
from .ocr import OCR
from .recognizer import Recognizer
from .layout_recognizer import LayoutRecognizer
from .table_structure_recognizer import TableStructureRecognizer