We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7440955 commit fd9d127Copy full SHA for fd9d127
1 file changed
pdfparser.d.ts
@@ -1,7 +1,7 @@
1
import {EventEmitter} from "events";
2
3
declare class Pdfparser extends EventEmitter{
4
- constructor(context?: any, needRawText?: boolean, password?: string);
+ constructor(context?: any, needRawText?: number, password?: string);
5
parseBuffer(buffer: Buffer): void;
6
loadPDF(pdfFilePath: string, verbosity?: number):Promise<void>
7
createParserStream():ParserStream
0 commit comments