Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sillytavern/sillytavern-office-parser
Server plugin to extract text from Office documents using the officeparser library.
https://github.com/sillytavern/sillytavern-office-parser
plugin
Last synced: about 6 hours ago
JSON representation
Server plugin to extract text from Office documents using the officeparser library.
- Host: GitHub
- URL: https://github.com/sillytavern/sillytavern-office-parser
- Owner: SillyTavern
- License: agpl-3.0
- Created: 2024-04-21T13:19:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T10:09:11.000Z (6 months ago)
- Last Synced: 2024-05-29T23:18:33.753Z (6 months ago)
- Topics: plugin
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SillyTavern Office Parser
Server plugin to extract text from Office documents using the [officeparser](https://www.npmjs.com/package/officeparser) library.
Supported formats:
* docx
* pptx
* xlsx
* odt
* odp
* ods## How to install
1. Before you begin, make sure you set a config `enableServerPlugins` to `true` in the config.yaml file of SillyTavern.
2. Open a terminal in your SillyTavern directory, then run the following:
```bash
cd plugins
git clone https://github.com/SillyTavern/SillyTavern-Office-Parser
```3. Restart the SillyTavern server.
## How to build
Clone the repository, then run `npm install`.
```bash
# Debug build
npm run build:dev
# Prod build
npm run build
```## License
AGPLv3