Software Archive
Read-only legacy content
17061 Discussions

Need a help / advice about a kind of plugin for document scanning using device camera. (IOS/Android)

Rodrigo_M_1
New Contributor II
378 Views

Hello everyone,

Do you guys have or know any plugin that I could use to take pictures of a document that check quality of the picture and margins of the document? Something like CamScanner that I could add to my application?

Help will be really appreciated.

Thanks,

Rodrigo.

0 Kudos
1 Solution
Diego_Calp
Valued Contributor I
378 Views

Hi Rodrigo,

I did a research sometime ago about the use of OpenCV in XDK apps. 

I found a javascript port that may work, and also an example in Python that make something like what your are looking for. Here are both links:

http://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/

https://github.com/ucisysarch/opencvjs

The Python code is mostly calls to OpenCV functions, so it should be easy to translate to javascript.

Regards,

Diego

View solution in original post

0 Kudos
2 Replies
Shahab_L_Intel
Employee
378 Views

Rodrigo, I'm not aware of any plugins that can do that for you.  If you haven't found anything, your only option might be to create your own plugin and implement the functionality in native code for each platform you want to support.

0 Kudos
Diego_Calp
Valued Contributor I
379 Views

Hi Rodrigo,

I did a research sometime ago about the use of OpenCV in XDK apps. 

I found a javascript port that may work, and also an example in Python that make something like what your are looking for. Here are both links:

http://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/

https://github.com/ucisysarch/opencvjs

The Python code is mostly calls to OpenCV functions, so it should be easy to translate to javascript.

Regards,

Diego

0 Kudos
Reply