9

I am in the process of trying to develop a document scanner within an application of mine. As an example of what I want to achieve you can take a look at the Google document t scanner built into the Google drive app.

This allows

  1. Detect edges
  2. Manipulate into perspective
  3. Display top down view of document

I have been looking at a number of 3rd party api to see if this can be achieved but they seem more focused on OCR. Which is not a priority of mine.

I have however stumbled across this document scanner

Where it makes a document scanner using java open cv. Within the comments someone asked about the possibility of porting this to an android application. Apparently this is possible.

I have researched importing the open cv library within my IDE (android studio). This is also possible.

As I have not done this before I would be grateful if someone could help me identify any potential issues or alternative implementations which would help me achieve my goal.

I am eager to develop this myself with relying on 3rd parties where possible

4

1 回答 1

4

我已经编写了一个带有原生支持的演示代码,请在以下位置找到它:link。如果您找到更好的解决方案,请随时编辑我的代码。

于 2017-03-17T11:57:02.060 回答