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
{{ message }}
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
IR: Intermediate Representation. pdf.js translates PDF graphic operators (e.g. Tf[], TJ[]) into our own set of instructions (e.g. setFont(), showSpacedText(), respectively). The set of instructions after this mapping is the IR of the original document.