You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for deno and bun plus tests
-- fix: issue #68 and #396
-- add node:protocol to make them explicit when running in env other than node, including deno and bun
moved root pdfparser source and types to ./src and ./src/types respectively ---- double check your import path please, all exports from ./dist now
reduce distributed package size to 2.1mb, improve pack and build
feat: enable reading multiple pdf files with a single PDFParser object, credit @nicolabaesso
other chores, including tests, jest upgrade, readme update, etc.