From 28ae74d3d1ebdaa2a504b73081b8718cf0015db4 Mon Sep 17 00:00:00 2001 From: iulian-buzila <54669174+iulian-buzila@users.noreply.github.com> Date: Wed, 21 Oct 2020 15:07:21 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 316ae3d..cd4ac67 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,11 @@ All errors are returned to app using `fun onError(error: DocumentScannerErrorMod * imageType can be Bitmap.CompressFormat.JPEG, Bitmap.CompressFormat.PNG or Bitmap.CompressFormat.WEBP * Default value is Bitmap.CompressFormat.JPEG - +## Thanks +* [OpenCV](https://opencv.org) +* [Compressor](https://github.com/zetbaitsu/Compressor) +* [RxPermissions](https://github.com/tbruyelle/RxPermissions) +* Inspiration from [mayuce](https://github.com/mayuce/AndroidDocumentScanner), [adityaarora1](https://github.com/adityaarora1/LiveEdgeDetection) and [hannesa2](https://github.com/hannesa2/LiveEdgeDetection). Thank you for the source code ## License From c6daf29eb0692911527834ca9062fd578dedb15a Mon Sep 17 00:00:00 2001 From: iulian-buzila <54669174+iulian-buzila@users.noreply.github.com> Date: Thu, 22 Oct 2020 14:25:54 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd4ac67..7c61032 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ All errors are returned to app using `fun onError(error: DocumentScannerErrorMod * [OpenCV](https://opencv.org) * [Compressor](https://github.com/zetbaitsu/Compressor) * [RxPermissions](https://github.com/tbruyelle/RxPermissions) -* Inspiration from [mayuce](https://github.com/mayuce/AndroidDocumentScanner), [adityaarora1](https://github.com/adityaarora1/LiveEdgeDetection) and [hannesa2](https://github.com/hannesa2/LiveEdgeDetection). Thank you for the source code +* Inspiration from [mayuce](https://github.com/mayuce/AndroidDocumentScanner), [adityaarora1](https://github.com/adityaarora1/LiveEdgeDetection) and [hannesa2](https://github.com/hannesa2/LiveEdgeDetection) ## License