Skip to content

Commit 537196a

Browse files
author
Shebin
committed
added feature to extract all images from the pdf #44
1 parent 9154957 commit 537196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ declare module 'pdf2html' {
136136
* @returns Promise resolving to an array of paths to extracted images
137137
* @throws Error if a file not found or processing fails
138138
*/
139-
export function extractImages(input: PDFInput, options?: ExtractImageOptions): Promise<string[]>;
139+
export function extractImages(input: PDFInput, options?: ProcessingOptions): Promise<string[]>;
140140

141141
/**
142142
* PDF processing error class

0 commit comments

Comments
 (0)