Your one-stop-shop for fully searchable versions of the court transcripts for the People v Donald J. Trump Criminal case (indictment # 71543-2023).
The transcripts are published on the New York State Unified Court System.
This site was created because transcripts for the trial were originally being published as images which made it impossible to search them.
The original purpose of this site was to use OCR to convert these images into the standard PDF format as used for other court transcripts published by the New York State Unified Court System.
However, since this project started, these original image based transcripts have now been replaced by PDF versions.
The PDFs on this site are simply copies of what has been published on the New York State Unified Court System website.
Another goal of this project was to see if it was possible to generate an audio version of the transcripts using Text-To-Speech (TTS).
A proof of concept (POC) was done using the ElevenLabs voice API to synthesize voices. Allocating a different voice for each character. A sample of the generated audio can be found here.
An additional POC was also done using OpenVoice. A sample of the generated audio using v1 can be found here and using v2 here.
The code for the audio generation can be found at the project site.
The following flow depicts all of the conversions that are possible using the tools in the project link above.
┌───────┐
│ HTML │
└───────┘
|
|
(html2png)
|
V
┌───────┐
│ PNG │
└───────┘
|
|
(png2txt)
|
V
┌───────┐ ┌───────┐ ┌───────┐
│ PDF │──(pdf2txt)──>│ TXT │──(txt2pdf)───>│ PDF │
└───────┘ └───────┘ └───────┘
|
|
(txt2json)
|
V
┌───────┐ ┌───────┐
│ JSON │──(json2txt)──>│ TXT │
└───────┘ └───────┘
|
|
(json2mp3)
|
V
┌───────┐
│ MP3 │
└───────┘
Witnesses: David Pecker
Witnesses: David Pecker
Witnesses: David Pecker
Witnesses: David Pecker, Rhona Graff, Gary Farro
Witnesses: Gary Farro, Dr. Robert Browning, Keith Davidson
Witnesses: Keith Davidson, Doug Daus
Witnesses: Doug Daus, Georgia Longstreet, Hope Hicks
Witnesses: Jeffrey McConney, Deborah Tarasoff
Witnesses: Sally Franklin, Stormy Daniels
Witnesses: Stormy Daniels, Rebecca Manochio, Tracey Menzies, Madeleine Westerhout
Witnesses: Madeleine Westerhout, Daniel Dixon, Jennie Tomalin, Jaden Jarmel—Schneider
Witnesses: Michael Cohen
Witnesses: Michael Cohen
Witnesses: Michael Cohen
Witnesses: Michael Cohen, Daniel Sitko, Robert Costello
Witnesses: Robert Costello
No guarantee is provided that any files hosted on this site are accurate representations of the original transcripts. The original transcripts hosted at https://pdfs.nycourts.gov/PeopleVs.DTrump-71543/transcripts/ are the source of truth and any reference to the transcripts should cite these instead of anything provided here.
For more information on how these files were generated please refer to the project site.