From 84f79a3c67c37d2584a04f4f18e8ff33cf9ecd08 Mon Sep 17 00:00:00 2001 From: fardage <48010396+fardage@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:37:35 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9928d..9c1da95 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Automatically sort PDF files into your existing folder structure using a Naive Bayes classifier. OrdnerMeister will learn from your existing folder structure and use this knowledge to classify new PDF files. The app will show you the results of the classification process and allow you to move the files to the correct folders. If the PDF has not been OCR'd yet, OrdnerMeister will do this for you using Apple's Vision framework. +image + + ## TODO - [ ] A nicer UI which shows the progress. @@ -39,4 +42,4 @@ Contributions are welcome! If you have any ideas, suggestions, or bug reports, p ## Thanks -- https://github.com/fcanas/Bayes \ No newline at end of file +- https://github.com/fcanas/Bayes