commit | 0e2ae574efb2531a4e3d81d6df2708447fe648b5 | [log] [tgz] |
---|---|---|
author | Ramin Halavati <[email protected]> | Fri Nov 10 05:57:54 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Nov 10 05:57:54 2023 |
tree | 21fefaf76919157e882def596a6d483196159cf5 | |
parent | bd2eb0b19dfb92ddfbb267d46f5234f14e2e7b3f [diff] |
Preload OCR model files for ChromeScreenAI library. ChromeScreenAI library trigger mechanism is updated to preload OCR model files and remove access of the library to library path and its subdirectories. The model files will be read through callbacks to Chrome's sandboxed process. Library side of this change is in: http://cl/580446355 AX-Relnotes: n/a Bug: b:297824387 Change-Id: I8468cbe53444896a68a02bafcf9f66499e7a027f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5004684 Reviewed-by: Matthew Denton <[email protected]> Reviewed-by: Kyungjun Lee <[email protected]> Reviewed-by: Alex Gough <[email protected]> Commit-Queue: Ramin Halavati <[email protected]> Cr-Commit-Position: refs/heads/main@{#1222762}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.