You are on page 1of 3

Software Development Laboratory

Submitted BY:
Vasanth B
2019202060
PDF Scanner
Abstract:
Pdf scanner apps are one of the more popular tools that make smart use of
mobile device features, like the built-in camera and touch-screen, to make
scanning both convenient and practical for virtually anyone
Google Drive’s document scanning feature lets you take pictures of items
such as receipts, letters, billing statements, etc. and save them as PDFs on your
Drive. But the resulting PDF document only contains static images without any
interactive text.
In this post, we recreate this feature and take it a step further, by building
an Android document scanner app using OCR module. This makes text in your
scanned documents searchable and selectable. And since we’re using to view
the resulting pdf, we can also annotate and edit the document also!
To keep simple, the OCR portion uses Google's ML Kit Text Recognition
APIs, while the client scanner app will be based on our fork of a third-party
library, AndroidScannerDemo.
Software Requirement Specification
Hardware Configuration:

❖ Processor : intel Pentium


❖ Operating System : Windows 10/Ubuntu 20.0
❖ Ram : 4gb
❖ Hard Disk Drive : 100gb
❖ Monitor : 17” Color Monitor

Software Configuration:

❖ Front End/GUI Tool : Android Studio


❖ Operating System : Windows and Linux Family
❖ Language : Java
❖ Application : Android Application
❖ Back end : Mysql

You might also like