Skip to content

Commit

Permalink
new demos (#1668)
Browse files Browse the repository at this point in the history
* new demos

* Update demoitem.html
  • Loading branch information
agsfer authored Dec 16, 2024
1 parent fd2f732 commit 4f837e2
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/demos/demoitem.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{%- if child.image.is_row -%}
{%- endif -%}
<figure class="tab_fig_blue">
<img src="{{ _item_image_src }}" alt="" />
<img src="{{ _item_image_src }}" alt="{{ child.title }}" />
</figure>
{%- if child.image.is_row -%}
{%- endif -%}
Expand Down
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.
1 change: 1 addition & 0 deletions docs/assets/images/Relation_Extraction.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/demos/extract_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,16 @@ data:
- text: Colab
type: blue_btn
url: https://colab.research.google.com/github/JohnSnowLabs/spark-ocr-workshop/blob/master/jupyter/SparkOcrImageTableRecognitionWHOCR.ipynb
- title: Pretrained pipeline for table extraction
id: pretrained_pipeline_table_extraction
image:
src: /assets/images/Pretrained_pipeline_for_table_extraction.svg
excerpt: Pretrained pipeline based on our pre-trained Spark OCR models, pipeline for conducting Table Extraction on mixed scanned and digital PDF documents.
actions:
- text: Live Demo
type: normal
url: https://demo.johnsnowlabs.com/ocr/PP_DIGITAL_PDF_TABLE_EXTRACTOR/
- text: Colab
type: blue_btn
url: https://github.com/JohnSnowLabs/visual-nlp-workshop/blob/master/jupyter/Cards/SparkOcrPretrainedPipelinesDigitalPdfTableExtractor.ipynb
---
24 changes: 24 additions & 0 deletions docs/demos/visual_document_understanding.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,28 @@ data:
- text: Colab
type: blue_btn
url: https://github.com/JohnSnowLabs/visual-nlp-workshop/blob/master/jupyter/SparkOcrImageTableRecognitionWHOCR.ipynb
- title: Pretrained pipeline for table structure recognition
id: pretrained_pipeline_table_structure_recognition
image:
src: /assets/images/Pretrained_pipeline_for_table_structure_recognition.svg
excerpt: Pretrained pipeline for conducting Table Structure Extraction on mixed scanned and digital PDF documents. It ensures precise and efficient table structure extraction from PDFs of various origins and formats.
actions:
- text: Live Demo
type: normal
url: https://demo.johnsnowlabs.com/ocr/PP_BASIC_TABLE_EXTRACTOR/
- text: Colab
type: blue_btn
url: https://github.com/JohnSnowLabs/visual-nlp-workshop/blob/master/jupyter/Cards/SparkOcrPretrainedPipelinesBasicTableExtractor.ipynb
- title: Relation Extraction
id: relation_extraction
image:
src: /assets/images/Relation_Extraction.svg
excerpt: This model detects key-value pairs in documents using our pre-trained Spark OCR model.
actions:
- text: Live Demo
type: normal
url: https://demo.johnsnowlabs.com/ocr/RELATION_EXTRACTION/
- text: Colab
type: blue_btn
url: https://github.com/JohnSnowLabs/visual-nlp-workshop/blob/master/jupyter/FormRecognition/FormRecognitionGeo.ipynb
---

0 comments on commit 4f837e2

Please sign in to comment.