@hazeljs/pdf-to-audio 0.7.9 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -87,10 +87,10 @@ hazel pdf-to-audio status <jobId> --api-url http://localhost:3000 -o audio.mp3
87
87
 
88
88
  ## Options
89
89
 
90
- | Option | Description | Default |
91
- |--------|-------------|---------|
92
- | voice | TTS voice (alloy, echo, fable, onyx, nova, shimmer) | alloy |
93
- | model | TTS model (tts-1, tts-1-hd) | tts-1 |
94
- | format | Output format (mp3, opus) | mp3 |
95
- | includeSummary | Include AI-generated document summary at the start of the audio | true |
96
- | summaryOnly | Output only the summary—do not read the full document | false |
90
+ | Option | Description | Default |
91
+ | -------------- | --------------------------------------------------------------- | ------- |
92
+ | voice | TTS voice (alloy, echo, fable, onyx, nova, shimmer) | alloy |
93
+ | model | TTS model (tts-1, tts-1-hd) | tts-1 |
94
+ | format | Output format (mp3, opus) | mp3 |
95
+ | includeSummary | Include AI-generated document summary at the start of the audio | true |
96
+ | summaryOnly | Output only the summary—do not read the full document | false |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hazeljs/pdf-to-audio",
3
- "version": "0.7.9",
3
+ "version": "0.8.0",
4
4
  "description": "Convert PDF documents to audio using TTS - PDF text extraction, chunking, and OpenAI TTS",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://hazeljs.ai",
32
32
  "dependencies": {
33
- "@hazeljs/queue": "^0.7.5",
33
+ "@hazeljs/queue": "^0.8.0",
34
34
  "pdf-parse": "^1.1.4",
35
35
  "reflect-metadata": "^0.2.2"
36
36
  },
@@ -55,5 +55,5 @@
55
55
  "url": "https://github.com/hazel-js/hazeljs.git",
56
56
  "directory": "packages/pdf-to-audio"
57
57
  },
58
- "gitHead": "28c21c509aeca3bf2d0878fbee737d906b654c67"
58
+ "gitHead": "e0ed98ca074dd4f7472816d3c32ef576900dcca6"
59
59
  }