Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
/ IScan Public archive

IScan - The Indian Scanner App. Made for the Indians, by the Indians

License

Notifications You must be signed in to change notification settings

Nalin-Angrish/IScan

Repository files navigation

IScan

The Indian Scanner App - Made for the Indians, By the Indians
Official website: https://nalinstudios.herokuapp.com/IScan

IScan - The Indian Scanner App, Made for the Indians, By the Indians.
Scan High-Quality PDFs quickly and efficiently on the go using IScan, a Lightweight, Fast, and Efficient Document Scanner. This app turns your android device into a fast, lightweight and portable document scanner. This application allows you to easily scan documents and share them using your preferred mode of file sharing. The true power of this application is that it is open source and would readily accept any Modifications, Upgrades,Feature Requests and Bug Fixes.


For more Information, Visit: https://nalinstudios.herokuapp.com/IScan

Developer Zone:

NOTE: This project has migrated from OpenCV to a customized version of NeutrinosPlatform's scanLibrary at https://github.com/NeutrinosPlatform/scanlibrary , so if you have been participating, you need to switch too.

Setting up native libraries:

Uncompress the jniLibs.7z from IScan/app/src/main/ using 7-Zip to IScan/app/src/main/jniLibs. Your directory structure should look something like this:

main\
    +- java
    |
    +- res
    |
    +- jniLibs\
    |         +- arm64-v8a\
    |         |           +-libopencv_java3.so
    |         |           +-libScanner.so
    |         +- armeabi\
    |         |         +-libopencv_java3.so
    |         |         +-libScanner.so
    |         +- ....
    |
    +- AndroidManifest.xml

If you need the documentation for the code of this project you can get it here