From ffa75d1784d6554016688525c17ac0230de37962 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Wed, 16 Oct 2024 09:44:01 +0200 Subject: [PATCH] Polish "Add Spring AI document readers to initializr" See gh-1619 --- start-site/src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start-site/src/main/resources/application.yml b/start-site/src/main/resources/application.yml index 98952e2c72..92730de7e7 100644 --- a/start-site/src/main/resources/application.yml +++ b/start-site/src/main/resources/application.yml @@ -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: