1.0.10 • Published 5 months ago

erinyes v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Erinyes

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

Media Types

  • Text
  • Image
  • Audio
  • Video
  • Code

Supported

  • TXT
  • CSV
  • JSON
  • MD
  • PDF
  • EPUB
  • DOC
  • DOCX
  • PPT
  • PPTX
  • XLS
  • XLSX
  • HTML
  • XML
  • PNG
  • JPG
  • JPEG
  • HEIC
  • GIF
  • MP3
  • M4A
  • WAV
  • 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');