Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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