Skip to content

Commit 0934cb9

Browse files
change dev.md
1 parent 878dcc2 commit 0934cb9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

priv/articles/dev.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
title: "My dev Tools"
33
---
44
# My dev Tools
5-
- alacritty
5+
- ghostty
66
- starship
77
- zellij
88
- zsh
9+
- yazi
10+
- antidote
11+
- nvim
12+
- zoxide
13+
- lazygit

priv/articles/structured-data-extraction-llms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: ["llm", "ai", "ocr", "document parsing", "structured data extraction"]
55
---
66
# How I Use LLM's to Extract Structured Data
77

8-
Large language models (aka AI) are a hot topic right now. Some consider LLM's the greatest thing that ever existed while others think it's the doom of society as we know and everything will go downhill from here. Wow, bold statements, not packing a lot of good sense in them. It seems outrageous just to write that down, but I've seen some crazy things out there kids. Crazy things! We'll let's focus on what we know, it's pretty incredible how far we've come and the things we can do with these generational models.
8+
Large language models (aka AI) are a hot topic right now. Some consider LLM's the greatest thing that ever existed while others think it's the doom of society as we know and everything will go downhill from here. Wow, bold statements, not packing a lot of good sense in them. It seems outrageous just to write that down, but I've seen some crazy things out there kids. Crazy things! Well let's focus on what we know, it's pretty incredible how far we've come and the things we can do with these generational models.
99

1010
One of the things I learned it can do well is understand text and transform that in a structured format, so that it can be used by our beloved software systems. I'll try to show you how you can extract text from pdf documents, supposedly documents with many formats and layouts and make it into a json.
1111

0 commit comments

Comments
 (0)