Skip to content

Commit

Permalink
Polish "Add Spring AI document readers to initializr"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Oct 16, 2024
1 parent df0471d commit ffa75d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1692,17 +1692,17 @@ initializr:
id: spring-ai-tika-document-reader
group-id: org.springframework.ai
artifact-id: spring-ai-tika-document-reader
description: Spring AI Tika document reader. It uses Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML. and converting them into a list of Spring AI Document objects.
description: Spring AI Tika document reader. It uses Apache Tika to extract text from a variety of document formats, such as PDF, DOC/DOCX, PPT/PPTX, and HTML. The documents are converted into a list of Spring AI Document objects.
bom: spring-ai
starter: false
links:
- rel: reference
href: https://docs.spring.io/spring-ai/reference/api/etl-pipeline.html#_tika_docx_pptx_html
- name: PDF Document Readers
- name: PDF Document Reader
id: spring-ai-pdf-document-reader
group-id: org.springframework.ai
artifact-id: spring-ai-pdf-document-reader
description: Spring AI PDF document readers. It uses Apache PdfBox to extract text from PDF documents and converting them into a list of Spring AI Document objects.
description: Spring AI PDF document reader. It uses Apache PdfBox to extract text from PDF documents and converting them into a list of Spring AI Document objects.
bom: spring-ai
starter: false
links:
Expand Down

0 comments on commit ffa75d1

Please sign in to comment.