summaryrefslogtreecommitdiffstats
path: root/chromium/components/page_image_annotation/README.md
blob: 142c3dc01a68456ffdcfa762563f8ffe3c236023 (plain)
1
2
3
4
5
6
7
8
9
10
11
# //components/page_image_annotation

Library for using the image annotation service on images on webpages.

The image annotation service performs general image processing / labeling tasks
in Chromium. This library enables use of the service with webpages; for example,
by tracking images on webpages and sending their pixel data to the service.

This is a layered component
(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
which allows it to be shared cleanly on iOS.