Datasets:
Commit
·
18c38fe
1
Parent(s):
e1ad928
Align center image README
Browse files
README.md
CHANGED
@@ -84,13 +84,15 @@ 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 |
-
<
|
88 |
-
<
|
89 |
-
|
90 |
-
<
|
91 |
-
|
92 |
-
|
93 |
-
</
|
|
|
|
|
94 |
|
95 |
|
96 |
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 |
+
<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
|