Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/TLDR-615_update_readme.md' into …
Browse files Browse the repository at this point in the history
…TLDR-615_update_readme.md
  • Loading branch information
oksidgy committed Mar 19, 2024
2 parents c0f4bb2 + 6521c6f commit c0ad0f8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ The system processes different document formats. The main formats are listed bel

## Examples of processed scanned documents
* Dedoc can only process scanned black and white documents, such as technical specifications, regulations, articles, etc.
![Document examples](https://github.com/ispras/dedoc/raw/master/docs/source/_static/doc_examples.png)
<img src="docs/source/_static/doc_examples.png" alt="Document examples" style="width:800px;"/>
<!--![Document examples](docs/source/_static/doc_examples.png){:height="150px"}-->
* In particular, dedoc recognizes tabular information only from tables with explicit boundaries. Here are examples of documents that can be processed by an dedoc's image handler:
![Table Example](https://github.com/ispras/dedoc/raw/master/docs/source/_static/example_table.jpg)
<img src="docs/source/_static/example_table.jpg" alt="Table parsing example" style="width:600px;"/>
<!--![Table Example](docs/source/_static/example_table.jpg)-->
* The system also automatically detects and corrects the orientation of scanned documents


Expand All @@ -68,9 +70,9 @@ You can try dedoc's demo: https://dedoc-readme.hf.space.

We have a video to demonstrate how to use the system: https://www.youtube.com/watch?v=ZUnPYV8rd9A.

![Web_interface](https://github.com/ispras/dedoc/raw/master/docs/source/_static/web_interface.png)
![Web_interface](docs/source/_static/web_interface.png)

![dedoc_demo](https://github.com/ispras/dedoc/raw/master/docs/source/_static/dedoc_short.gif)
![dedoc_demo](docs/source/_static/dedoc_short.gif)

# Some our publications

Expand Down

0 comments on commit c0ad0f8

Please sign in to comment.