Home
last modified time | relevance | path

Searched full:ocr (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/external/cronet/tot/third_party/apache-portable-runtime/src/misc/unix/
Dotherchild.c59 apr_other_child_rec_t *ocr; in apr_proc_other_child_register() local
61 ocr = apr_palloc(p, sizeof(*ocr)); in apr_proc_other_child_register()
62 ocr->p = p; in apr_proc_other_child_register()
63 ocr->proc = proc; in apr_proc_other_child_register()
64 ocr->maintenance = maintenance; in apr_proc_other_child_register()
65 ocr->data = data; in apr_proc_other_child_register()
67 ocr->write_fd = (apr_os_file_t) -1; in apr_proc_other_child_register()
74 ocr->write_fd = write_fd->filehand; in apr_proc_other_child_register()
76 ocr->write_fd = write_fd->filedes; in apr_proc_other_child_register()
80 ocr->next = other_children; in apr_proc_other_child_register()
[all …]
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/unix/
Dotherchild.c59 apr_other_child_rec_t *ocr; in apr_proc_other_child_register() local
61 ocr = apr_palloc(p, sizeof(*ocr)); in apr_proc_other_child_register()
62 ocr->p = p; in apr_proc_other_child_register()
63 ocr->proc = proc; in apr_proc_other_child_register()
64 ocr->maintenance = maintenance; in apr_proc_other_child_register()
65 ocr->data = data; in apr_proc_other_child_register()
67 ocr->write_fd = (apr_os_file_t) -1; in apr_proc_other_child_register()
74 ocr->write_fd = write_fd->filehand; in apr_proc_other_child_register()
76 ocr->write_fd = write_fd->filedes; in apr_proc_other_child_register()
80 ocr->next = other_children; in apr_proc_other_child_register()
[all …]
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta3/src/main/java/com/google/cloud/documentai/v1beta3/
DOcrConfigOrBuilder.java30 * Hints for the OCR model.
42 * Hints for the OCR model.
54 * Hints for the OCR model.
79 * Enables intelligent document quality scores after OCR. Can help with
80 * diagnosing why OCR responses are of poor quality for a given input.
81 * Adds additional latency comparable to regular OCR to the process call.
94 * A list of advanced OCR options to further fine-tune OCR behavior.
106 * A list of advanced OCR options to further fine-tune OCR behavior.
118 * A list of advanced OCR options to further fine-tune OCR behavior.
131 * A list of advanced OCR options to further fine-tune OCR behavior.
[all …]
DOcrConfig.java25 * Config for Document OCR.
79 * List of BCP-47 language codes to use for OCR. In most cases, not
96 * List of BCP-47 language codes to use for OCR. In most cases, not
113 * List of BCP-47 language codes to use for OCR. In most cases, not
131 * List of BCP-47 language codes to use for OCR. In most cases, not
150 * Hints for OCR Engine
203 * List of BCP-47 language codes to use for OCR. In most cases, not
222 * List of BCP-47 language codes to use for OCR. In most cases, not
241 * List of BCP-47 language codes to use for OCR. In most cases, not
261 * List of BCP-47 language codes to use for OCR. In most cases, not
[all …]
/external/googleapis/google/cloud/documentai/v1beta3/
Ddocument_io.proto112 // Config for Document OCR.
114 // Hints for OCR Engine
116 // List of BCP-47 language codes to use for OCR. In most cases, not
125 // Configurations for premium OCR features.
127 // Turn on selection mark detector in OCR engine. Only available in OCR 2.0
138 // Hints for the OCR model.
145 // Enables intelligent document quality scores after OCR. Can help with
146 // diagnosing why OCR responses are of poor quality for a given input.
147 // Adds additional latency comparable to regular OCR to the process call.
150 // A list of advanced OCR options to further fine-tune OCR behavior. Current
[all …]
/external/googleapis/google/cloud/documentai/v1/
Ddocument_io.proto112 // Config for Document OCR.
114 // Hints for OCR Engine
116 // List of BCP-47 language codes to use for OCR. In most cases, not
125 // Configurations for premium OCR features.
127 // Turn on selection mark detector in OCR engine. Only available in OCR 2.0
138 // Hints for the OCR model.
145 // Enables intelligent document quality scores after OCR. Can help with
146 // diagnosing why OCR responses are of poor quality for a given input.
147 // Adds additional latency comparable to regular OCR to the process call.
150 // A list of advanced OCR options to further fine-tune OCR behavior. Current
[all …]
/external/tensorflow/tensorflow/lite/g3doc/examples/optical_character_recognition/
Doverview.md1 # Optical character recognition (OCR)
3 Optical character recognition (OCR) is the process of recognizing characters
5 reference app demos how to use TensorFlow Lite to do OCR. It uses a combination
9 [text recognition model](https://tfhub.dev/tulasiram58827/lite-model/keras-ocr/float16/2)
10 as an OCR pipeline to recognize text characters.
28 OCR tasks are often broken down into 2 stages. First, we use a text detection
62 <a href="https://tfhub.dev/tulasiram58827/lite-model/keras-ocr/float16/2">Text Recognition</a>
95 [text recognition model](https://tfhub.dev/tulasiram58827/lite-model/keras-ocr/float16/2)
99 * The models are not general enough for OCR in the wild (say, random images
102 So we have chosen 3 Google product logos only to demonstrate how to do OCR with
[all …]
/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/checks/
DUnexposedTextCheck.java16 import com.google.android.apps.common.testing.accessibility.framework.ocr.TextComponent;
38 * Check for finding those OCR recognized texts which are not exposed to Accessibility service. The
39 * OCR results are provided via a Parameters object.
52 /** Result when OCR result is not available. */
61 /** Result when OCR results were detected inside an ImageView. */
64 /** Result when no matching OCR results were detected for a focusable view. */
67 /** Result when OCR results can not match the speakable text of their best matching view. */
70 /** Result when OCR results match multiple views and it is ambiguous which should be used. */
73 /** Result when OCR results were detected inside a SurfaceView. */
76 /** Result when multiple unexposed OCR results were detected inside a View. */
[all …]
/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta3/src/main/proto/google/cloud/documentai/v1beta3/
Ddocument_io.proto105 // Config for Document OCR.
107 // Hints for OCR Engine
109 // List of BCP-47 language codes to use for OCR. In most cases, not
118 // Hints for the OCR model.
125 // Enables intelligent document quality scores after OCR. Can help with
126 // diagnosing why OCR responses are of poor quality for a given input.
127 // Adds additional latency comparable to regular OCR to the process call.
130 // A list of advanced OCR options to further fine-tune OCR behavior.
133 // Includes symbol level OCR information if set to true.
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/java/com/google/cloud/vision/v1p3beta1/
DTextDetectionParamsOrBuilder.java45 * A list of advanced OCR options to fine-tune OCR behavior.
57 * A list of advanced OCR options to fine-tune OCR behavior.
69 * A list of advanced OCR options to fine-tune OCR behavior.
82 * A list of advanced OCR options to fine-tune OCR behavior.
DTextDetectionParams.java99 * A list of advanced OCR options to fine-tune OCR behavior.
113 * A list of advanced OCR options to fine-tune OCR behavior.
127 * A list of advanced OCR options to fine-tune OCR behavior.
142 * A list of advanced OCR options to fine-tune OCR behavior.
618 * A list of advanced OCR options to fine-tune OCR behavior.
632 * A list of advanced OCR options to fine-tune OCR behavior.
646 * A list of advanced OCR options to fine-tune OCR behavior.
661 * A list of advanced OCR options to fine-tune OCR behavior.
676 * A list of advanced OCR options to fine-tune OCR behavior.
698 * A list of advanced OCR options to fine-tune OCR behavior.
[all …]
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/java/com/google/cloud/vision/v1p4beta1/
DTextDetectionParamsOrBuilder.java45 * A list of advanced OCR options to fine-tune OCR behavior.
57 * A list of advanced OCR options to fine-tune OCR behavior.
69 * A list of advanced OCR options to fine-tune OCR behavior.
82 * A list of advanced OCR options to fine-tune OCR behavior.
DTextDetectionParams.java99 * A list of advanced OCR options to fine-tune OCR behavior.
113 * A list of advanced OCR options to fine-tune OCR behavior.
127 * A list of advanced OCR options to fine-tune OCR behavior.
142 * A list of advanced OCR options to fine-tune OCR behavior.
618 * A list of advanced OCR options to fine-tune OCR behavior.
632 * A list of advanced OCR options to fine-tune OCR behavior.
646 * A list of advanced OCR options to fine-tune OCR behavior.
661 * A list of advanced OCR options to fine-tune OCR behavior.
676 * A list of advanced OCR options to fine-tune OCR behavior.
698 * A list of advanced OCR options to fine-tune OCR behavior.
[all …]
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p2beta1/src/main/java/com/google/cloud/vision/v1p2beta1/
DTextDetectionParamsOrBuilder.java45 * A list of advanced OCR options to fine-tune OCR behavior.
57 * A list of advanced OCR options to fine-tune OCR behavior.
69 * A list of advanced OCR options to fine-tune OCR behavior.
82 * A list of advanced OCR options to fine-tune OCR behavior.
DTextDetectionParams.java99 * A list of advanced OCR options to fine-tune OCR behavior.
113 * A list of advanced OCR options to fine-tune OCR behavior.
127 * A list of advanced OCR options to fine-tune OCR behavior.
142 * A list of advanced OCR options to fine-tune OCR behavior.
618 * A list of advanced OCR options to fine-tune OCR behavior.
632 * A list of advanced OCR options to fine-tune OCR behavior.
646 * A list of advanced OCR options to fine-tune OCR behavior.
661 * A list of advanced OCR options to fine-tune OCR behavior.
676 * A list of advanced OCR options to fine-tune OCR behavior.
698 * A list of advanced OCR options to fine-tune OCR behavior.
[all …]
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/
DTextDetectionParamsOrBuilder.java45 * A list of advanced OCR options to fine-tune OCR behavior.
57 * A list of advanced OCR options to fine-tune OCR behavior.
69 * A list of advanced OCR options to fine-tune OCR behavior.
82 * A list of advanced OCR options to fine-tune OCR behavior.
DTextDetectionParams.java99 * A list of advanced OCR options to fine-tune OCR behavior.
113 * A list of advanced OCR options to fine-tune OCR behavior.
127 * A list of advanced OCR options to fine-tune OCR behavior.
142 * A list of advanced OCR options to fine-tune OCR behavior.
615 * A list of advanced OCR options to fine-tune OCR behavior.
629 * A list of advanced OCR options to fine-tune OCR behavior.
643 * A list of advanced OCR options to fine-tune OCR behavior.
658 * A list of advanced OCR options to fine-tune OCR behavior.
673 * A list of advanced OCR options to fine-tune OCR behavior.
695 * A list of advanced OCR options to fine-tune OCR behavior.
[all …]
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/
DTextDetectionParamsOrBuilder.java45 * A list of advanced OCR options to fine-tune OCR behavior.
57 * A list of advanced OCR options to fine-tune OCR behavior.
69 * A list of advanced OCR options to fine-tune OCR behavior.
82 * A list of advanced OCR options to fine-tune OCR behavior.
DTextDetectionParams.java99 * A list of advanced OCR options to fine-tune OCR behavior.
113 * A list of advanced OCR options to fine-tune OCR behavior.
127 * A list of advanced OCR options to fine-tune OCR behavior.
142 * A list of advanced OCR options to fine-tune OCR behavior.
618 * A list of advanced OCR options to fine-tune OCR behavior.
632 * A list of advanced OCR options to fine-tune OCR behavior.
646 * A list of advanced OCR options to fine-tune OCR behavior.
661 * A list of advanced OCR options to fine-tune OCR behavior.
676 * A list of advanced OCR options to fine-tune OCR behavior.
698 * A list of advanced OCR options to fine-tune OCR behavior.
[all …]
/external/autotest/test_suites/
Dcontrol.bvt-tast-cq-ocr6 NAME = "bvt-tast-cq-ocr"
7 PURPOSE = 'Tests the critical Tast tests in the "ocr" category.'
16 Queue by running all Tast integration tests in the "ocr" category that must
19 The only Autotest test executed by this suite is tast.category-ocr, which
22 test.category-ocr test (and this suite) fail.
/external/autotest/server/site_tests/tast/
Dcontrol.category-ocr8 NAME = 'tast.category-ocr'
12 ATTRIBUTES = 'suite:bvt-tast-cq-ocr'
20 Run the critical Tast tests in the "ocr" category.
26 This test runs Tast tests in the "ocr" category that are required to pass
42 '"name:ocr.*"'
/external/googleapis/google/cloud/vision/v1p1beta1/
Dtext_annotation.proto27 // TextAnnotation contains a structured representation of OCR extracted text.
28 // The hierarchy of an OCR extracted text structure is like this:
87 // List of pages detected by OCR.
94 // Detected page from OCR.
108 // Confidence of the OCR results on the page. Range [0, 1].
114 // Type of a block (text, image etc) as identified by OCR.
161 // Confidence of the OCR results on the block. Range [0, 1].
190 // Confidence of the OCR results for the paragraph. Range [0, 1].
220 // Confidence of the OCR results for the word. Range [0, 1].
249 // Confidence of the OCR results for the symbol. Range [0, 1].
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/
Dtext_annotation.proto27 // TextAnnotation contains a structured representation of OCR extracted text.
28 // The hierarchy of an OCR extracted text structure is like this:
87 // List of pages detected by OCR.
94 // Detected page from OCR.
108 // Confidence of the OCR results on the page. Range [0, 1].
114 // Type of a block (text, image etc) as identified by OCR.
161 // Confidence of the OCR results on the block. Range [0, 1].
190 // Confidence of the OCR results for the paragraph. Range [0, 1].
220 // Confidence of the OCR results for the word. Range [0, 1].
249 // Confidence of the OCR results for the symbol. Range [0, 1].
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p3beta1/src/main/proto/google/cloud/vision/v1p3beta1/
Dtext_annotation.proto27 // TextAnnotation contains a structured representation of OCR extracted text.
28 // The hierarchy of an OCR extracted text structure is like this:
87 // List of pages detected by OCR.
94 // Detected page from OCR.
110 // Confidence of the OCR results on the page. Range [0, 1].
116 // Type of a block (text, image etc) as identified by OCR.
168 // Confidence of the OCR results on the block. Range [0, 1].
197 // Confidence of the OCR results for the paragraph. Range [0, 1].
227 // Confidence of the OCR results for the word. Range [0, 1].
256 // Confidence of the OCR results for the symbol. Range [0, 1].
/external/google-cloud-java/java-vision/proto-google-cloud-vision-v1p4beta1/src/main/proto/google/cloud/vision/v1p4beta1/
Dtext_annotation.proto29 // TextAnnotation contains a structured representation of OCR extracted text.
30 // The hierarchy of an OCR extracted text structure is like this:
89 // List of pages detected by OCR.
96 // Detected page from OCR.
112 // Confidence of the OCR results on the page. Range [0, 1].
118 // Type of a block (text, image etc) as identified by OCR.
170 // Confidence of the OCR results on the block. Range [0, 1].
199 // Confidence of the OCR results for the paragraph. Range [0, 1].
229 // Confidence of the OCR results for the word. Range [0, 1].
258 // Confidence of the OCR results for the symbol. Range [0, 1].

12345678910>>...16