pravinyo / image-scanner-android

It is a demo application which does basic image processing. It uses image-scanner library for handling image processing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

document-scanner

MVP app for document scanner

To run this project locally

  1. create github.properties file in common module inside project.
    add gpr.usr and gpr.key
    gpr.use => username/owner name of the image-scanner library
    gpr.key => personal access token.

  2. Next steps:
    Clone image-scanner repository in your github account and trigger the build.
    - this step is easy just click clone repository
    - update the publishing information in build.gradle.kts file
    - trigger the publish workflow
    - use this new package path in common/build.gradle by replacing dev.pravin:image-scanner:XXX to your new path.
    - create one ready package personal access token and add in gpr.key

Image scanner repo details:

It uses image scanner (https://github.com/pravinyo/image-scanner) for image processing and handling

About

It is a demo application which does basic image processing. It uses image-scanner library for handling image processing.

License:Apache License 2.0


Languages

Language:C++ 55.7%Language:Java 34.1%Language:C 4.7%Language:CMake 4.5%Language:Kotlin 0.8%Language:Objective-C 0.1%Language:HTML 0.1%Language:Makefile 0.1%Language:AIDL 0.0%