Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2502)

Unified Diff: chrome/common/extensions/docs/examples/api/document_scan/README.md

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Starting over. This used to be 286933006 Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/examples/api/document_scan/README.md
diff --git a/chrome/common/extensions/docs/examples/api/document_scan/README.md b/chrome/common/extensions/docs/examples/api/document_scan/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..22c61ca7af88bb3077cd257aad18aa7a1cd6e0b9
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/document_scan/README.md
@@ -0,0 +1,10 @@
+# Document Scanning API Sample
+
+This demo interfaces with the Chrome document scanning API to acquire scanned
+images.
+
+## APIs
+
+* [Document scanning API](https://developer.chrome.com/apps/document_scan)
+* [Runtime](https://developer.chrome.com/apps/runtime)
+* [Window](https://developer.chrome.com/apps/app_window)
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | chrome/common/extensions/docs/examples/api/document_scan/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698