CLOVA OCR Overview
    • PDF

    CLOVA OCR Overview

    • PDF

    Article Summary

    We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

    Summary

    OCR (Optical character recognition) is a technology that finds the position of a letter in an image (photo) and automatically identifies the letter. CLOVA OCR has its own character area detection and recognition technology to understand various types of characters.
    It also makes it easy to create templates, specify the areas you want, and quickly extract only the text you need.
    CLOVA OCR API is an API that provides character recognition based on the template set by CLOVA OCR Builder. It receives the language and image data to be used for recognition and returns the recognition result as text.

    version

    VersionDateChanges
    v1.0.02019-12-05Initial writing

    Common settings

    API URL

    MethodRequest URI
    POSTCall with InvokeURL in API Gateway generated by CLOVA OCR Builder. A unique call URL is generated for each domain. example) https://mmrm1gp7p7.apigw.ntruss.com/custom/v1/249/17cb2/general example) https://mmrm1gp7p7.apigw.ntruss.com/custom/v1/249/17cb2/infer

    TEXT OCR Recognition and Template OCR Recognition Request

    CategoryDescriptionPathRequestResponse
    TEXT OCRRecognizes all text in an image without a template definition./generalFollow the image recognition request format. The language value that can be set is 'ko'/'ja'/'zh-TW', If the lang field is not set, 'ko' is set to default.Follow the image recognition result format. matchedTemplate, title and validationResult values are not passed.
    Template OCRRecognize images that contain templates deployed to your domain./inferFollow the image recognition request format. lang field is not set, the language setting of the domain is set to default.Follow the image recognition result format.

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.