Skip to content

Commit 0605f6a

Browse files
authored
Fix typo in vignette name (#765)
1 parent d3100e7 commit 0605f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/ellmer.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ LLMs are often very good at extracting structured data from unstructured text. T
112112

113113
Structured data extraction also works well with images. It's not the fastest or cheapest way to extract data but it makes it really easy to prototype ideas. For example, maybe you have a bunch of scanned documents that you want to index. You can convert PDFs to images (e.g. using {imagemagick}) then use structured data extraction to pull out key details.
114114

115-
Learn more about structured data extraction in `vignette("structure-data")`.
115+
Learn more about structured data extraction in `vignette("structured-data")`.
116116

117117
### Programming
118118

0 commit comments

Comments
 (0)