Interface: PdfTextResponse
Defined in: src/_other-scraper/chatup-ai.ts:80
The PdfTextResponse interface represents the structure of the response object returned from the pdf2Text method of the Mika Scraper.
Properties
success
success:
boolean
Defined in: src/_other-scraper/chatup-ai.ts:82
Indicates whether the text extraction was successful.
data?
optionaldata:string
Defined in: src/_other-scraper/chatup-ai.ts:84
Contains the extracted text if the extraction was successful. The property is undefined if there was a failure.
error?
optionalerror:string
Defined in: src/_other-scraper/chatup-ai.ts:86
Provides an error message if the extraction failed. This property is undefined if the extraction was successful.
Last updated on