Update screen_ai/README.md
Browse files- screen_ai/README.md +36 -14
screen_ai/README.md
CHANGED
@@ -1,14 +1,36 @@
|
|
1 |
-
# Chrome Screen AI Library
|
2 |
-
|
3 |
-
## Purpose
|
4 |
-
Chrome Screen AI library provides two on-device functionalities for Chrome and
|
5 |
-
ChromeOS:
|
6 |
-
* **Main Content Extraction:** Intelligently isolates the main content of a web
|
7 |
-
page, improving its readability by stripping distracting elements (based on
|
8 |
-
the accessibility tree).
|
9 |
-
* **Optical Character Recognition:** Extracts text from image.
|
10 |
-
|
11 |
-
These functionalities are entirely on device and do not send any data to
|
12 |
-
network or store on disk.
|
13 |
-
|
14 |
-
Please see https://source.chromium.org/chromium/chromium/src/+/main:services/screen_ai/README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Chrome Screen AI Library
|
2 |
+
|
3 |
+
## Purpose
|
4 |
+
Chrome Screen AI library provides two on-device functionalities for Chrome and
|
5 |
+
ChromeOS:
|
6 |
+
* **Main Content Extraction:** Intelligently isolates the main content of a web
|
7 |
+
page, improving its readability by stripping distracting elements (based on
|
8 |
+
the accessibility tree).
|
9 |
+
* **Optical Character Recognition:** Extracts text from image.
|
10 |
+
|
11 |
+
These functionalities are entirely on device and do not send any data to
|
12 |
+
network or store on disk.
|
13 |
+
|
14 |
+
Please see https://source.chromium.org/chromium/chromium/src/+/main:services/screen_ai/README.md
|
15 |
+
|
16 |
+
|
17 |
+
Name: ScreenAI Library
|
18 |
+
Short Name: screen-ai
|
19 |
+
URL: https://source.corp.google.com/piper///depot/google3/chrome/accessibility/machine_intelligence/chrome_screen_ai
|
20 |
+
Version: 127.17
|
21 |
+
License: Apache-2.0,Apache-with-LLVM-Exception,BLAS,BSD-2-Clause,BSD-3-Clause,BSD-3-Clause-Attribution,BSD-3-Clause-OpenMPI,BSD-4-Clause,BSD-4-Clause-UC,BSD-4.3TAHOE,BSD-Source-Code,BSL-1.0,Beerware,CC-BY-3.0,CC-BY-4.0,CC0-1.0,CERN,Caffe,Entenssa,FFT2D,GNU-All-permissive-Copying-License,GPL-2.0,GPL-2.0-with-autoconf-exception,GPL-3.0-with-autoconf-exception,ICU,IJG,ISC,Khronos,LGPL-2.1,Libpng,Libpng-2.0,LicenseRef-OpenGLUT,LicenseRef-base64-cpp,MIT,MPL-2.0,NAIST-2003,NCSA,OpenSSL,PngSuite,Punycode,SGI-B-2.0,SSLeay,SolarDesigner,Spencer-86,SunPro,Unicode-3.0,Unicode-DFS-2015,Unicode-DFS-2016,Unlicense,WebM-Project-Patent,X11,X11-Lucent,Zlib,blessing,libtiff,unicode_org
|
22 |
+
License File: THIRD_PARTY_LICENSES
|
23 |
+
Shipped: yes
|
24 |
+
Security Critical: no
|
25 |
+
License Android Compatible: no
|
26 |
+
|
27 |
+
Description:
|
28 |
+
Provides ML models for Reading Mode and PDF OCR. Chrome downloads the binary of
|
29 |
+
this library via Component Updater on Windows, Linux, and macOS, but Component
|
30 |
+
Updater is not supported in browser tests. Only for browser tests on those
|
31 |
+
platforms, the binary will be downloaded from CIPD and used in tests.
|
32 |
+
|
33 |
+
Note that this binary is shipped to Chrome via Component Updater from
|
34 |
+
(only Googler can access the following) go/chrome_screen_ai_source on Windows,
|
35 |
+
Linux, and macOS, but metadata for credits is kept in this directory for license
|
36 |
+
attribution.
|