pqpo / SmartCropper

🔥 A library for cropping image in a smart way that can identify the border and correct the cropped image. 智能图片裁剪框架。自动识别边框,手动调节选区,使用透视变换裁剪并矫正选区;适用于身份证,名片,文档等照片的裁剪。

Home Page:https://pqpo.me/2017/09/11/opencv-border-recognition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APK Size Issue

RBInfo9559 opened this issue · comments

When i use your module in my project and generate apk the size of apk is around 68 MB so how to reduce this size?
Is there any way to avoid unwanted files or native lib?

Modify CPU architecture as you needed.

ndk {
abiFilters 'armeabi-v7a', "arm64-v8a", 'x86', 'x86_64'
}