Add tagged annotations in the structure tree (bug 1850797)

This commit is contained in:
Calixte Denizet 2023-08-30 20:00:05 +02:00
parent 92f7653cfb
commit d185db2b70
10 changed files with 152 additions and 47 deletions

View file

@ -31,8 +31,6 @@ import {
const SVG_NS = "http://www.w3.org/2000/svg";
const AnnotationPrefix = "pdfjs_internal_id_";
class PixelsPerInch {
static CSS = 96.0;
@ -1005,7 +1003,6 @@ function setLayerDimensions(
}
export {
AnnotationPrefix,
deprecated,
DOMCanvasFactory,
DOMCMapReaderFactory,