From 7fd67e17ae3f4b1763c0b8ab7a88e7e2210281e3 Mon Sep 17 00:00:00 2001 From: felix Date: Fri, 10 May 2024 05:54:41 +0200 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b4f78a9..8fa3c35 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,7 @@ doc = DocumentFile.from_pdf("path/to/your/doc.pdf") # Analyze result = model(doc) ``` + +## License + +Distributed under the Apache 2.0 License. See [`LICENSE`](https://github.com/felixdittrich92/OnnxTR?tab=Apache-2.0-1-ov-file#readme) for more information.