David Frizelle
c95d5c05ba
Bump org.apache.tika to 3.1.0 ( #2900 )
...
Signed-off-by: David Frizelle <david.frizelle@gmail.com >
2025-04-28 11:00:29 +01:00
Soby Chacko
53a7af500b
Addressing the remaining checkstyle failures
...
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com >
2025-04-15 11:04:03 +01:00
Alexandros Pappas
29002dfc0d
chore: remove unused imports ( #2542 )
...
Signed-off-by: Alexandros Pappas <apappascs@gmail.com >
2025-03-21 12:20:29 +00:00
shahbazaamir
2394ac82ad
Added test cases to cover usage of ExtractedTextFormatter
...
Signed-off-by: shahbazaamir <shahbaz07dbit@gmail.com >
2025-03-03 13:30:50 +00:00
Ilayaperumal Gopinathan
977500f7a1
Remove deprecated classes and methods in spring-ai-core
...
* Remove use of Document.getContext method from spring-ai-core, use getText
* Remove deprecated ChatOptionsBuilder class
* Remove deprecated FunctionCallingOptionsBuilder class
2025-01-06 16:57:55 -05:00
dafriz
5e86583679
Bump org.apache.tika to 3.0.0
2024-11-11 11:32:39 +00:00
Soby Chacko
8e758dbd00
Introduce checkstyle plugin
...
- Based on https://github.com/spring-io/spring-javaformat
- In this iteration, checkstyles are only enabled for spring-ai-core
2024-10-24 16:43:59 -04:00
Fu Cheng
8469d7dc27
Upgrade to Apache Tika 3.0.0-BETA2
2024-08-23 10:03:17 -04:00
Mark Pollack
da4b26f74c
Update TikaDocumentReaderTests to use easier to parse web site as input
2024-07-02 12:37:25 -04:00
Mark Pollack
bcb559a82c
add license header plugin and update all java files
2024-03-06 17:39:37 -05:00
Mark Pollack
b0019f403e
fix test that depends on content in our docs :(
2024-02-22 20:19:35 -05:00
Mark Pollack
0657e1bab5
Set writelimit of default BodyContentHandler to unlimited in TikaDocumentReader
2023-12-20 16:13:00 -05:00
Christian Tzolov
f9ca032cb3
Apache Tika based reader for all kinds of documents
...
- Provides a rudimentary text extractions for multitude of document formats,
including PDF, Word Doc/Docx PowerPoint ppt/pptx and many more.
- Generates a single Document for the extracted text.
- No pre or post processing and cleansing for the text.
- Move the ExtractedTextFormatter from pdf reader to the core reader to enable reusability. Improve the tika reader
2023-10-30 16:33:26 -04:00