pdf_to_text
codebolt.docutils.pdf_to_text(pdf_path: any): Promise<string>
Converts a PDF document to text.
Parameters
Name | Type | Description |
---|---|---|
pdf_path | any | The file path to the PDF document to be converted. |
Returns:
Promise<string>
A promise that resolves with the converted text.Status
Comming soon...