We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9154957 commit 537196aCopy full SHA for 537196a
index.d.ts
@@ -136,7 +136,7 @@ declare module 'pdf2html' {
136
* @returns Promise resolving to an array of paths to extracted images
137
* @throws Error if a file not found or processing fails
138
*/
139
- export function extractImages(input: PDFInput, options?: ExtractImageOptions): Promise<string[]>;
+ export function extractImages(input: PDFInput, options?: ProcessingOptions): Promise<string[]>;
140
141
/**
142
* PDF processing error class
0 commit comments