Skip to content

Commit

Permalink
TLDR-783 Add notebooks page to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NastyBoget committed Sep 2, 2024
1 parent cbaa665 commit d5437d1
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/notebooks_data/table_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/notebooks_data/table_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ This type of structure is configurable (see :ref:`using_patterns`).
:maxdepth: 1
:caption: Tutorials

tutorials/notebooks
tutorials/add_new_doc_format
tutorials/add_new_structure_type
tutorials/add_new_language
Expand Down
32 changes: 32 additions & 0 deletions docs/source/tutorials/notebooks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Notebooks with examples of Dedoc usage
======================================

.. _table_notebooks:

.. flat-table:: Notebooks with Dedoc usage examples
:widths: 70 30
:header-rows: 1
:class: tight-table

* - Task description
- Link to the notebook

* - Document text preprocessing for the following document classification:
* automatic detection of document format: DOC, DOCX, PDF or any image format;
* text extraction and its structuring;
* saving the result to JSON file.
- `Notebook 1 <https://colab.research.google.com/drive/1shZwKu-RMf5RgZIHvufO1XKk7Lb7I7xI?usp=sharing>`_

* - Tables text and structure extraction from images of scanned documents:
* automatic detection of document format: PDF or any image format;
* tables extraction including multi-paged tables;
* grouping tables by document page where they are located;
* saving each page to CSV file.
- `Notebook 2 <https://colab.research.google.com/drive/10dCQAtg9tmiANNnLF0PEyJ3hy0hRXTxK?usp=sharing>`_

* - ADVANCED: Extract text from scanned documents and get its location on the document image:
* automatic detection of image format;
* text extraction from image;
* text location visualization;
* text recognition confidence visualization.
- `Notebook 3 <https://colab.research.google.com/drive/1W3WK7L7qRUXLU8X1mM_wUqGovEzBILer?usp=sharing>`_

0 comments on commit d5437d1

Please sign in to comment.