Skip to main content

pdf_to_text

codebolt.docutils.pdf_to_text(pdf_path: any): Promise<string>
Converts a PDF document to text.

Parameters

NameTypeDescription
pdf_pathanyThe file path to the PDF document to be converted.

Returns:

 Promise<string>
A promise that resolves with the converted text.

Status

Working Progress...