kotaemon/knowledgehub/documents/__init__.py
Tuan Anh Nguyen Dang (Tadashi_Cin) 6c3d614973 [AUR-432] Add layout-aware table parsing PDF reader (#27)
* add OCRReader, MathPixReader and ExcelReader

* update test case for ocr reader

* reformat

* minor fix
2023-09-26 15:52:44 +07:00

4 lines
51 B
Python

from .base import Document
__all__ = ["Document"]