我的结果可以在http://cwstarkey.com/Capture.PNG
看到修剪只删除顶部,我希望删除所有空格,只留下(原始扫描的)文本图像。有什么想法吗?
我的代码:
<receiver
android:name=".receivers.NetworkReceiver">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>