frat

Fast Rectangle Annotation Tool


Keywords
documents, groudtruthing, webbased
License
GPL-3.0
Install
pip install frat==2.0.5

Documentation

(F)ast (R)ectangle (A)nnotation (T)ool

When rectangles are enough!

![Documentation build status]https://img.shields.io/badge/License-Apache%202.0-blue.svg)

Relevant Resources: Multifont OCR-D

Windows Deployment

FRAT can run in windows under docker.

  1. Install Docker Desktop download

  2. Install Windows Linux package specifically download and run the MSI file.

  3. Run docker by binding the current windows directory to where frat looks for images Powershell:

docker  run --network host -v ${pwd}/sample_data:/opt/frat/sample_data anguelos/frat frat -images /opt/frat/sample_data/*

cmd:

docker  run --network host -v  %cd%/sample_data:/opt/frat/sample_data anguelos/frat