Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 850 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 850 Bytes

PdfReg

PdfReg is a javascript based web tool, which gets text at selected region of pdf document.

PdfReg is based on Pdf.js with Text Layer render option and Interact.js.

>> Go to the PdfReg Web App <<

How to use?

  1. Go to app. Or clone this repo and open app/index.html file at your local.
  2. Upload a pdf document.
  3. Create rectangles where you want.
  4. Click "Get All Text" button.

Flow

Notes

How to get text at a region with Pdf.js?

This gist will be helpfull gist:getTextInRect.js with text layer rendering option, check out the article about how to enable text layering