[AUR-432] Add layout-aware table parsing PDF reader (#27)

* add OCRReader, MathPixReader and ExcelReader

* update test case for ocr reader

* reformat

* minor fix
This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2023-09-26 15:52:44 +07:00
committed by GitHub
parent 6207f4332a
commit 6c3d614973
12 changed files with 888 additions and 2 deletions

View File

@@ -47,5 +47,5 @@ repos:
rev: "v1.5.1"
hooks:
- id: mypy
additional_dependencies: [types-PyYAML==6.0.12.11]
additional_dependencies: [types-PyYAML==6.0.12.11, "types-requests"]
args: ["--check-untyped-defs", "--ignore-missing-imports"]