We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed82d2 commit c5a52f5Copy full SHA for c5a52f5
1 file changed
packages/extract-pdf/src/pdf-to-html.ts
@@ -2,7 +2,7 @@
2
* @fileoverview High-fidelity PDF-to-HTML conversion pipeline.
3
* Extracts structural elements (headers, lists, code blocks) and handles page-level metadata.
4
*/
5
-import grab from "grab-url";
+import { grab } from "grab-url";
6
7
import {
8
findPageNumbers,
0 commit comments