Skip to content

LaplaceXD/pdf-struct-annotation-tool

Repository files navigation

PDF Struct Annotation Tool

This is a simple web-based tool for annotating PDFs, to create TSV files for pdf-struct.

Setup

  1. Clone the repository
  2. Install the required packages
npm install
  1. Start the server
npm run dev
  1. App should be running at http://localhost:5173