Class ApachePoiDocumentParser

java.lang.Object
dev.langchain4j.data.document.parser.apache.poi.ApachePoiDocumentParser
All Implemented Interfaces:
DocumentParser

public class ApachePoiDocumentParser extends Object implements DocumentParser
Parses Microsoft Office file into a Document using Apache POI library. This parser supports various file formats, including doc, docx, ppt, pptx, xls, and xlsx. For detailed information on supported formats, please refer to the official Apache POI website.
  • Constructor Details

    • ApachePoiDocumentParser

      public ApachePoiDocumentParser()
  • Method Details