From b01ca332e8e32957c2808c8ce3ba46a35df777d4 Mon Sep 17 00:00:00 2001 From: zevav Date: Mon, 25 Mar 2019 23:16:43 +0100 Subject: [PATCH] updated README and bumped version --- README.md | 28 +++++++++++++++++++++++----- setup.py | 2 +- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c42f9e..a079656 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,12 @@ tatt is a CLI for creating and managing speech-to-text transcripts. --help Show this message and exit. Commands: - get Downloads and/or saves completed transcript. - list Lists available STT services. - services Lists available speech-to-text services. - status Check the status of a transcription job. - this Sends a media file to be transcribed. + get Downloads and/or saves completed transcript. + languages + list Lists available STT services. + services Lists available speech-to-text services. + status Check the status of a transcription job. + this Sends a media file to be transcribed. ### List All STT Services $ transcribe services @@ -47,6 +48,23 @@ tatt is a CLI for creating and managing speech-to-text transcripts. Okay, transcribing using ... Okay, job is being transcribed. Use "get" command to download it. + $ transcribe this --help + + Usage: transcribe this [OPTIONS] MEDIA_FILEPATH SERVICE_NAME + + Sends a media file to be transcribed. + + Options: + --punctuation only for Google Speech, defaults to True + --speaker-id / --no-speaker-id only for google and amazon, defaults to True + --num_speakers INTEGER only for google and amazon, defaults to 2 + --model TEXT only for Google Speech, defaults to + "phone_call" + --use-enhanced only for Google Speech, defaults to True + --language-code TEXT only for google and amazon, defaults to en- + US + --help Show this message and exit. + ### List Transcripts $ transcribe list diff --git a/setup.py b/setup.py index 772164a..cf972d9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.md') as file: setup( name="tatt", - version="0.977", + version="0.98", py_modules=['tatt'], url='https://github.com/zevaverbach/tatt', install_requires=[