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
data-extraction data-selection extract-data fitz javascript parsing pdf region-picker
Last synced: 5 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T14:38:06.000Z (over 2 years ago)
- Last Synced: 2025-03-06T16:21:47.047Z (about 1 year ago)
- Topics: data-extraction, data-selection, extract-data, fitz, javascript, parsing, pdf, region-picker
- Language: JavaScript
- Homepage:
- Size: 3.92 MB
- Stars: 1
- 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`.

## Requirements
You just need to install node in your computer.
## Usage
```
npm i
npm start
```