diff --git a/README.md b/README.md index 8594b47..0b55467 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,7 @@ DocFlow is a powerful Document Management API designed to streamline document ha - 💡 Deletion and Archiving - 💡 Document Preview - 💡 Send file via Email -- 💡 Conversion to PDF -- 💡 Full Text Search -- 💡 Text Analysis and OCR + ## 📖 API Documentation and Image Explore the [API Documentation](https://documenter.getpostman.com/view/20984268/2s9YRGxUcp) for detailed information on how to use DocFlow's features. @@ -46,17 +44,8 @@ docker pull jiisanda/docflow |----------------------------------|------------------------------------------------------------------| | Upload | [Detail](https://github.com/jiisanda/docflow#-document-upload) | | Download | [Detail](https://github.com/jiisanda/docflow#-document-download) | -| Organization/Searching a Doc | | -| Versioning | | | Sharing | [Detail](https://github.com/jiisanda/docflow#-document-sharing) | -| Authorization and Authentication | | -| Access Control List | | -| Deletion and Archiving | | | Document Preview | [Detail](https://github.com/jiisanda/docflow#-document-preview) | -| Send File via Email | | -| Conversion to PDF | | -| Full Text Search | | -| Text Analysis and OCR | | ### 📤 Document Upload diff --git a/TODO.md b/TODO.md index b2b5aae..2e115b9 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,5 @@ # TODO - Document Management API -## Tasks - -- [x] Add logging -- [x] Handle Exceptions and Error in documents.py -- [x] Add DocStrings - ## Features - ✅ Document Upload @@ -20,7 +14,3 @@ - ✅ Document Deletion and Archiving - ✅ Document Preview - ✅ Send File via Email -- 🟥 Text Analysis -- 🟥 Conversion to PDF -- 🟥 Full Text Search -- 🟥 Integration to 3rd party (like optical character recognition or text from scanned document)