erinyes
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

Erinyes

Erinyes is a tool for converting any file into text format.

Media Types

  • [x] Text
  • [x] Image
  • [x] Audio
  • [x] Video
  • [ ] Code

Supported

  • [x] TXT
  • [x] CSV
  • [x] JSON
  • [x] MD
  • [x] PDF
  • [x] EPUB
  • [ ] DOC
  • [x] DOCX
  • [ ] PPT
  • [x] PPTX
  • [x] XLS
  • [x] XLSX
  • [x] HTML
  • [x] XML
  • [x] PNG
  • [x] JPG
  • [x] JPEG
  • [ ] HEIC
  • [ ] GIF
  • [x] MP3
  • [x] M4A
  • [x] WAV
  • [x] MP4

Installation

npm i -S erinyes

Usage

import {getText} from 'erinyes';

let text: string;

text = await getText('report.docx');
text = await getText('paper.pdf');
text = await getText('paper.pdf');
text = await getText('display.png');
text = await getText('recording.mp3');

Package Sidebar

Install

npm i erinyes

Weekly Downloads

55

Version

1.0.11

License

MIT

Unpacked Size

28.1 kB

Total Files

52

Last publish

Collaborators

  • zeffmuks