Skip to content

Commit b136971

Browse files
authored
Merge pull request #320 from enoch3712/319-docs-mardown-images
markdown image added
2 parents 7c3e6f9 + 2e374ec commit b136971

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/assets/markdown.png

548 KB
Loading

docs/core-concepts/markdown-conversion/index.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Markdown Conversion
22

3+
<div align="center">
4+
<img src="../../assets/markdown.png" alt="Process Flow" width="50%">
5+
</div>
6+
7+
38
The `MarkdownConverter` class provides functionality to convert documents (including text and images) into Markdown format. It leverages a configured Language Model (LLM) for sophisticated conversion, especially when dealing with images or requiring structured output.
49

510
## Core Concepts

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "extract_thinker"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
description = "Library to extract data from files and documents agnositicaly using LLMs"
55
authors = ["Júlio Almeida <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)