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

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.

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
```