dominguesm commited on
Commit
df4e3bc
·
1 Parent(s): 18c38fe

Update README

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -84,15 +84,17 @@ An example looks as follows:
84
 
85
  The Canarim database employs the [`Trafilatura`](https://trafilatura.readthedocs.io) library for extracting textual content from HTML data, converting it into Markdown format. This tool focuses on preserving key textual elements like titles, subtitles, bold, and italic formatting in Markdown, ensuring the retention of the original document structure. During the extraction process, Trafilatura discards comments and other non-essential information, streamlining the content to include only the main body of the web pages.
86
 
 
 
87
  <p align="center">
88
- <figure align="center">
89
- <img width="800" alt="Text Extraction Example" src="https://raw.githubusercontent.com/DominguesM/canarim/main/assets/canarim-text-extraction-preview.png">
90
- <figcaption>
91
- <a href="https://g1.globo.com/ac/acre/natureza/amazonia/noticia/2023/01/03/para-comemorar-40-anos-do-parque-zoobotanico-da-ufac-livro-vai-reunir-depoimentos-de-envolvidos-no-inicio-do-projeto.ghtml" target="_blank">Original Web Page</a> and
92
- <a href="./assets/extracted_text.md" target="_blank">Extracted Text</a>
93
- </figcaption>
94
- </figure>
95
  </p>
96
 
97
 
 
98
  WIP
 
84
 
85
  The Canarim database employs the [`Trafilatura`](https://trafilatura.readthedocs.io) library for extracting textual content from HTML data, converting it into Markdown format. This tool focuses on preserving key textual elements like titles, subtitles, bold, and italic formatting in Markdown, ensuring the retention of the original document structure. During the extraction process, Trafilatura discards comments and other non-essential information, streamlining the content to include only the main body of the web pages.
86
 
87
+ </br>
88
+
89
  <p align="center">
90
+ <img width="800" alt="Text Extraction Example" src="https://raw.githubusercontent.com/DominguesM/canarim/main/assets/canarim-text-extraction-preview.png">
91
+ <br>
92
+ <span>
93
+ <a href="https://g1.globo.com/ac/acre/natureza/amazonia/noticia/2023/01/03/para-comemorar-40-anos-do-parque-zoobotanico-da-ufac-livro-vai-reunir-depoimentos-de-envolvidos-no-inicio-do-projeto.ghtml" target="_blank">Original Web Page</a> and
94
+ <a href="./assets/extracted_text.md" target="_blank">Extracted Text</a>
95
+ </span>
 
96
  </p>
97
 
98
 
99
+
100
  WIP