Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.11 KB

text-extract-api demo app

This tool uses text-extract-api to extract text from PDF files.

Read how to Get started with the API and CLI.

Warning: This is a demo version of the API and it may not be available at all times. The processing time may be longer than expected. Please DO NOT upload any sensitive, confidential or personal data. You are doing it at your own risk.

Online access

This demo is available online: https://demo.doctractor.com/

How to deploy it locally?

First, run the development server:

npm install
npm run dev

Note: On Apple Silicon please run these commands first (you will neeed Homebrew):

xcode-select --install
brew install pkg-config cairo pango libpng jpeg giflib librsvg
CPLUS_INCLUDE_PATH=/opt/homebrew/include npm install canvas

Open http://localhost:3000 with your browser to see the result.