Skip to content

rongali-commits/document-review-workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Document Review Workbench

CI Live application · Portfolio · Discuss a document workflow

A transparent document-review workspace for matching text against custom criteria, showing evidence, and exporting a structured result.

Document review workbench

Business problem

Recruiting and operations teams often review documents against the same checklist, but manual comparison is slow and opaque. This project demonstrates an inspectable first-pass workflow:

text input -> criteria normalization -> match + evidence -> review summary -> JSON export

Implemented

  • editable and .txt document input;
  • custom, deduplicated criteria;
  • deterministic match score with evidence excerpts;
  • missing-criteria review and structured JSON export;
  • responsive standalone website;
  • dependency-free Node tests for edge cases.

The live score is deterministic decision support—not an AI model and never an automated hiring decision. The included documents are fictional.

Run locally

npm test
python -m http.server 8000

Open http://localhost:8000/site/.

Production extension

A client version can add PDF/DOCX extraction, schema-validated AI outputs, batch processing, reviewer approval, role-based access, and retention controls behind a FastAPI service.

License

MIT — see LICENSE.

About

Document review workbench | JavaScript, HTML, JSON | Local criteria matching, evidence, export, automated tests.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors