andrewandante/silverstripe-document-parser

添加DocumentParser包,用于提取.doc、.docx、.rtf和.txt文件的正文内容,以便进行搜索等操作。

安装: 870

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 4

分支: 2

公开问题: 0

类型:silverstripe-vendormodule

v3.0.0 2023-11-22 01:59 UTC

This package is auto-updated.

Last update: 2024-09-22 03:57:28 UTC


README

一个简单的、仅使用php的模块,用于从多种文档类型中提取文本。

  • .doc
  • .docx
  • .rtf
  • .txt

集成到silverstripe-textextraction模块。

使用1.x版本适用于SS3,2.x版本适用于SS4。