commit | 5447e56f952e336a4f265863dee8a64655fd2f20 | [log] [tgz] |
---|---|---|
author | Chu-Hsuan Yang <chuhsuan@chromium.org> | Thu Jul 11 09:06:06 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 11 09:06:06 2024 |
tree | 7e91be65f35c5582c47cc20fd70144b93cc40831 | |
parent | bb78f6b30b36b21fae654723c77f01f14f6e9474 [diff] |
CCA: Filter out OCR results with low confidence To reduce the number of false positives, this CL: - Make `confidence` available in CCA. - Filter out the lines with confidence score below 0.9. Test: Manually Bug: b:350627756 Change-Id: Icda3f753ec263743620e3fc57adf69b1238c2267 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5693738 Commit-Queue: Chu-Hsuan Yang <chuhsuan@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/main@{#1325996}
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.