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