https://github.com/zotero/pdf-worker
https://github.com/zotero/pdf-worker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zotero/pdf-worker
- Owner: zotero
- License: other
- Created: 2019-05-24T09:39:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-16T10:43:28.000Z (4 months ago)
- Last Synced: 2026-02-16T19:10:05.381Z (4 months ago)
- Language: JavaScript
- Size: 9.37 MB
- Stars: 25
- Watchers: 8
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# A PDF toolkit that runs on Node.js or Web Worker
- Import/export annotations.
- Extract general PDF file information.
- Extract full-text.
- Extract PDF file text structure that can be fed into recognizer-server.
## Build
Clone the repository:
```
git clone https://github.com/zotero/pdf-worker --recursive
```
Run `npm run build` and look the examples.