MCPcopy Create free account
hub / github.com/Donnadieu/Epstein-File-Explorer / getOutputPath

Function getOutputPath

scripts/pipeline/pdf-processor.ts:79–81  ·  view source on GitHub ↗
(outputDir: string, dataSetId: number, fileName: string)

Source from the content-addressed store, hash-verified

77}
78
79function getOutputPath(outputDir: string, dataSetId: number, fileName: string): string {
80 return path.join(outputDir, `ds${dataSetId}`, `${path.basename(fileName, ".pdf")}.json`);
81}
82
83function isTextQualityPoor(text: string, pageCount: number): boolean {
84 const totalChars = text.trim().length;

Callers 1

processDocumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected