-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tensorlake submodule commit to latest mainline
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tensorlake
updated
16 files
+88 −37 | README.md | |
+ − | examples/appliance-repair-invoice-2.pdf | |
+34 −0 | examples/parse_documents_folder.py | |
+28 −0 | examples/readme_documentai.py | |
+49 −1 | poetry.lock | |
+1 −1 | pyproject.toml | |
+34 −12 | src/tensorlake/cli.py | |
+2 −0 | src/tensorlake/data_loaders/__init__.py | |
+1 −0 | src/tensorlake/data_loaders/url_loader.py | |
+18 −0 | src/tensorlake/documentai/__init__.py | |
+71 −0 | src/tensorlake/documentai/api.py | |
+76 −0 | src/tensorlake/documentai/common.py | |
+56 −0 | src/tensorlake/documentai/file.py | |
+32 −0 | src/tensorlake/documentai/jobs.py | |
+124 −0 | src/tensorlake/documentai/parser.py | |
+1 −2 | src/tensorlake/functions_sdk/image.py |