Skip to content

anon-ml/anonml-document-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnonML Document Management Service

  • Upload DOCX / PDF
  • Retrieve Plaintext
  • Download anonimized file

API

Method Path Result Comment
GET /document/{id} the document (id, plain text)
POST /document/import 201, link to document in header expected parameter is the file
POST /document/{id}/export -