Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bessouat40/pdf-region-picker
A project to select only part of a PDF file. It's usefull when you want to extract informations with some python library like fitz.
https://github.com/bessouat40/pdf-region-picker
extract-data fitz javascript pdf region-picker
Last synced: 1 day ago
JSON representation
A project to select only part of a PDF file. It's usefull when you want to extract informations with some python library like fitz.
- Host: GitHub
- URL: https://github.com/bessouat40/pdf-region-picker
- Owner: Bessouat40
- Created: 2024-02-10T19:01:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:38:06.000Z (9 months ago)
- Last Synced: 2024-02-14T15:47:10.683Z (9 months ago)
- Topics: extract-data, fitz, javascript, pdf, region-picker
- Language: JavaScript
- Homepage:
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Region Picker
A project to select only part of a PDF file.
It's usefull when you want to extract informations with some python library like `fitz`.
![Watch the video](./test.gif)
## Requirements
You just need to install node in your computer.
## Usage
```
npm i
npm start
```