404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.253.148: ~ $
**To detect text in an image**

The following ``detect-text`` command detects text in the specified image. ::

    aws rekognition detect-text \
        --image '{"S3Object":{"Bucket":"MyImageS3Bucket","Name":"ExamplePicture.jpg"}}'

Output::

    {
        "TextDetections": [
            {
                "Geometry": {
                    "BoundingBox": {
                        "Width": 0.24624845385551453, 
                        "Top": 0.28288066387176514, 
                        "Left": 0.391388863325119, 
                        "Height": 0.022687450051307678
                    }, 
                    "Polygon": [
                        {
                            "Y": 0.28288066387176514, 
                            "X": 0.391388863325119
                        }, 
                        {
                            "Y": 0.2826388478279114, 
                            "X": 0.6376373171806335
                        }, 
                        {
                            "Y": 0.30532628297805786, 
                            "X": 0.637677013874054
                        }, 
                        {
                            "Y": 0.305568128824234, 
                            "X": 0.39142853021621704
                        }
                    ]
                }, 
                "Confidence": 94.35709381103516, 
                "DetectedText": "ESTD 1882", 
                "Type": "LINE", 
                "Id": 0
            }, 
            {
                "Geometry": {
                    "BoundingBox": {
                        "Width": 0.33933889865875244, 
                        "Top": 0.32603850960731506, 
                        "Left": 0.34534579515457153, 
                        "Height": 0.07126858830451965
                    }, 
                    "Polygon": [
                        {
                            "Y": 0.32603850960731506, 
                            "X": 0.34534579515457153
                        }, 
                        {
                            "Y": 0.32633158564567566, 
                            "X": 0.684684693813324
                        }, 
                        {
                            "Y": 0.3976001739501953, 
                            "X": 0.684575080871582
                        }, 
                        {
                            "Y": 0.3973070979118347, 
                            "X": 0.345236212015152
                        }
                    ]
                }, 
                "Confidence": 99.95779418945312, 
                "DetectedText": "BRAINS", 
                "Type": "LINE", 
                "Id": 1
            }, 
            {
                "Confidence": 97.22098541259766, 
                "Geometry": {
                    "BoundingBox": {
                        "Width": 0.061079490929841995, 
                        "Top": 0.2843210697174072, 
                        "Left": 0.391391396522522, 
                        "Height": 0.021029088646173477
                    }, 
                    "Polygon": [
                        {
                            "Y": 0.2843210697174072, 
                            "X": 0.391391396522522
                        }, 
                        {
                            "Y": 0.2828207015991211, 
                            "X": 0.4524524509906769
                        }, 
                        {
                            "Y": 0.3038259446620941, 
                            "X": 0.4534534513950348
                        }, 
                        {
                            "Y": 0.30532634258270264, 
                            "X": 0.3923923969268799
                        }
                    ]
                }, 
                "DetectedText": "ESTD", 
                "ParentId": 0, 
                "Type": "WORD", 
                "Id": 2
            }, 
            {
                "Confidence": 91.49320983886719, 
                "Geometry": {
                    "BoundingBox": {
                        "Width": 0.07007007300853729, 
                        "Top": 0.2828207015991211, 
                        "Left": 0.5675675868988037, 
                        "Height": 0.02250562608242035
                    }, 
                    "Polygon": [
                        {
                            "Y": 0.2828207015991211, 
                            "X": 0.5675675868988037
                        }, 
                        {
                            "Y": 0.2828207015991211, 
                            "X": 0.6376376152038574
                        }, 
                        {
                            "Y": 0.30532634258270264, 
                            "X": 0.6376376152038574
                        }, 
                        {
                            "Y": 0.30532634258270264, 
                            "X": 0.5675675868988037
                        }
                    ]
                }, 
                "DetectedText": "1882", 
                "ParentId": 0, 
                "Type": "WORD", 
                "Id": 3
            }, 
            {
                "Confidence": 99.95779418945312, 
                "Geometry": {
                    "BoundingBox": {
                        "Width": 0.33933934569358826, 
                        "Top": 0.32633158564567566, 
                        "Left": 0.3453453481197357, 
                        "Height": 0.07127484679222107
                    }, 
                    "Polygon": [
                        {
                            "Y": 0.32633158564567566, 
                            "X": 0.3453453481197357
                        }, 
                        {
                            "Y": 0.32633158564567566, 
                            "X": 0.684684693813324
                        }, 
                        {
                            "Y": 0.39759939908981323, 
                            "X": 0.6836836934089661
                        }, 
                        {
                            "Y": 0.39684921503067017, 
                            "X": 0.3453453481197357
                        }
                    ]
                }, 
                "DetectedText": "BRAINS", 
                "ParentId": 1, 
                "Type": "WORD", 
                "Id": 4
            }
        ]
    }

Filemanager

Name Type Size Permission Actions
compare-faces.rst File 2.77 KB 0644
create-collection.rst File 561 B 0644
create-stream-processor.rst File 980 B 0644
delete-collection.rst File 420 B 0644
delete-faces.rst File 562 B 0644
delete-stream-processor.rst File 422 B 0644
describe-collection.rst File 625 B 0644
describe-stream-processor.rst File 1.3 KB 0644
detect-faces.rst File 9.23 KB 0644
detect-labels.rst File 19.38 KB 0644
detect-moderation-labels.rst File 887 B 0644
detect-text.rst File 6.24 KB 0644
get-celebrity-info.rst File 594 B 0644
get-celebrity-recognition.rst File 5.64 KB 0644
get-content-moderation.rst File 1.48 KB 0644
get-face-detection.rst File 4.7 KB 0644
get-face-search.rst File 6.03 KB 0644
get-label-detection.rst File 2.08 KB 0644
get-person-tracking.rst File 1.71 KB 0644
index-faces.rst File 9.22 KB 0644
list-collections.rst File 954 B 0644
list-faces.rst File 5.46 KB 0644
list-stream-processors.rst File 569 B 0644
recognize-celebrities.rst File 10.36 KB 0644
search-faces-by-image.rst File 6.62 KB 0644
search-faces.rst File 5.71 KB 0644
start-celebrity-recognition.rst File 644 B 0644
start-content-moderation.rst File 635 B 0644
start-face-detection.rst File 576 B 0644
start-face-search.rst File 709 B 0644
start-label-detection.rst File 613 B 0644
start-person-tracking.rst File 593 B 0644
start-stream-processor.rst File 425 B 0644
stop-stream-processor.rst File 431 B 0644