From 66e2e671e63d63d91ca959d2e52a10fa404aa434 Mon Sep 17 00:00:00 2001 From: aymanechilah Date: Tue, 1 Aug 2023 17:05:14 +0700 Subject: [PATCH] Add model 2023-08-01-image_text_detector_merged_graph_en --- ...-01-image_text_detector_merged_graph_en.md | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs/_posts/aymanechilah/2023-08-01-image_text_detector_merged_graph_en.md diff --git a/docs/_posts/aymanechilah/2023-08-01-image_text_detector_merged_graph_en.md b/docs/_posts/aymanechilah/2023-08-01-image_text_detector_merged_graph_en.md new file mode 100644 index 0000000000..83ea1180c5 --- /dev/null +++ b/docs/_posts/aymanechilah/2023-08-01-image_text_detector_merged_graph_en.md @@ -0,0 +1,67 @@ +--- +layout: model +title: image_text_detector_merged_graph +author: John Snow Labs +name: image_text_detector_merged_graph +date: 2023-08-01 +tags: [en, licensed] +task: OCR Text Detection & Recognition +language: en +edition: Visual NLP 4.4.0 +spark_version: 3.2 +supported: true +annotator: ImageTextDetector +article_header: + type: cover +use_language_switcher: "Python-Scala-Java" +--- + +## Description + +image_text_detector_merged_graph + +## Predicted Entities + + + +{:.btn-box} + + +[Download](https://s3.amazonaws.com/auxdata.johnsnowlabs.com/clinical/ocr/image_text_detector_merged_graph_en_4.4.0_3.2_1690884088029.zip){:.button.button-orange.button-orange-trans.arr.button-icon.hidden} +[Copy S3 URI](s3://auxdata.johnsnowlabs.com/clinical/ocr/image_text_detector_merged_graph_en_4.4.0_3.2_1690884088029.zip){:.button.button-orange.button-orange-trans.button-icon.button-copy-s3} + +## How to use + + + +
+{% include programmingLanguageSelectScalaPythonNLU.html %} +```python +text_detector = ImageTextDetector \ + + .load("spark_image_text_detector_merged_graph") \ + + .setInputCol("image") \ + + .setOutputCol("text_regions") \ + + .setWidth(500) \ + + .setHeight(0) +``` + +
+ +{:.model-param} +## Model Information + +{:.table-model} +|---|---| +|Model Name:|image_text_detector_merged_graph| +|Type:|ocr| +|Compatibility:|Visual NLP 4.4.0+| +|License:|Licensed| +|Edition:|Official| +|Output Labels:|[text_regions]| +|Language:|en| +|Size:|78.9 MB| \ No newline at end of file