Skip to content

Commit

Permalink
refactor!: remove deprecated extractPDFText fn
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 9, 2023
1 parent 923d7c8 commit 61fb4f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export const extractText: typeof _extractText = async (...args) => {
return await _extractText(...args);
};

/** @deprecated Use `extractText` instead. */
export const extractPDFText = extractText;

export const extractImages: typeof _extractImages = async (...args) => {
await resolvePDFJSImports();
return await _extractImages(...args);
Expand Down

0 comments on commit 61fb4f8

Please # to comment.