定制 mostlyserious/craft-text-extractor 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mostlyserious/craft-text-extractor

最新稳定版本:1.0.1

Composer 安装命令:

composer require mostlyserious/craft-text-extractor

包简介

A tool to extract text from documents.

README 文档

README

A tool to extract text from documents and insert it into Craft CMS Asset Elements.

Requirements

This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.

Features

  • Supports PDF (.pdf) and MS Word (.docx) files
  • Extracts text on Asset creation and when Asset files are replaced
  • Includes an Action to extract text from the Assets index view.

Configuration

Extracted document text is inserted into the custom field handle defined by the plugin. The default field handle is body.

You can customize the handle by adding a plugin config file.

<?php

/* @note config/text-extractor.php */

return [
    'fieldHandle' => 'myCustomHandle'
];

This must be a Text field or CKEditor field.

Usage

  • Upload supported file extensions and enjoy!

Thank you to the following packages:

Future Plans and Other Document Parsers

The PHPWord library (docs) and PHPOffice tools like promising, but were more complex than needed for this project at this time.

统计信息

  • 总下载量: 15
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2025-04-30