8000 GitHub - Pixelnetica/android-pdf-ocr-document-scanner: EasyScan: Android simple PDF document scanner.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Pixelnetica/android-pdf-ocr-document-scanner

Repository files navigation

Scan any paper documents into clear PDF with ease on Android

This is simple document scanner application which could scan any paper documents into clean and legible PDF (and image) files with ease on Android smartphones and tablets.

It has been build with Document Scanner SDK (DSSDK) as a demo application for Android Studio.

⚠️ Note.
Application source code provided “as is” without warranties of any kind. It could be freely used in commercial product only in case of commercial DSSDK license purchase.

EasyScan on Google Play

For the sake of convenience this demo application (full featured version) available on Google Play as free application - EasyScan.

📱 "EasyScan: PDF Document Scanner".

Documentation

The documentation for DSSDK Android version can be found by the link below:

📖 Pixelnetica Document Scanner SDK for Android documentation

Specify repository and credentials

Document Scanner SDK for Android available from Pixelnetica repository on GitHub and should be specified in the project.
The following information should be specified in project-level Gradle script. E.g. in local.properties file (do not put it under version control).

repositories {
  maven {
    // Reference to Scanning SDK library
    url = "https://maven.pkg.github.com/Pixelnetica/artifacts"
    credentials {
      username = "<YOUR GITHUB USER NAME>"
      password = "<YOUR GITHUB TOKEN>"
    }
  } 
}

Auto Crop

To enable or disable AutoCrop just switch Auto-Crop on open in Settings menu.

Build variants

In order to build properly working application please utilize only debug or signed build variants.

License

By default application source code bundled with Demo license which puts watermarks on resulted images and OCR results. To get full featured Free Trial license please contact us.

It is strictly prohibited to distribute, market, publish to application stores like, but not limited, AppStore, Google Play, etc or use other than for development, staging or testing purposes Pixelnetica DSSDK trial or demo licenses.

About Pixelnetica Document Scanning SDK

Pixelnetica Document Scanning SDK (DSSDK) provides developers with an intelligent, highly efficient toolkit, which offers an easy way to add image processing features that are optimized for document photos that are taken by a mobile device or document camera to their applications.

For more information about DSSDK main Features and Benefits please visit Pixelnetica website.

Have Questions, need Free Demo license or Quotation?

Feel free to contact us to request free trial license, price quotation or in case of any inquires at Pixelnetica DSSDK Support.

0