Source: zotero-document-worker
Section: javascript
Priority: optional
Maintainer: Emfox Zhou <emfox@debian.org>
Build-Depends: debhelper-compat (= 13),
               esbuild,
               node-fflate,
               node-htmlparser2,
               node-pako,
               node-ts-loader,
               node-typescript,
               webpack
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/zotero/document-worker
Vcs-Git: https://salsa.debian.org/js-team/zotero-document-worker.git
Vcs-Browser: https://salsa.debian.org/js-team/zotero-document-worker

Package: zotero-document-worker
Architecture: all
Depends: ${misc:Depends},
         zotero-pdfjs-data (= 0.0~git20260914-1)
Description: document processing worker for Zotero
 The Zotero document worker extracts structured text and layout information
 from documents: PDFs (through the Zotero fork of pdf.js), EPUBs and saved web
 snapshots.  It produces the structured-document-text representation that the
 Zotero reader uses for search, annotation and outline display.
 .
 This package ships the built worker bundle (worker.js), its metadata and the
 bundled structured-document-text reader.  The CMap and standard font data the
 renderer needs is provided by zotero-pdfjs-data.
