OCR ================================== **OCR** (Optical Character Recognition) is used for extracting text from images. .. image:: Images/ocr.png :scale: 100% .. raw:: html
| After completing the model annotations, refer to the video in the :ref:`Training` section to create dataset versions and train/deploy the model. Use Case Scenarios ---------------------------------- **OCR** can recognize and extract text from images. For example, product numbers, dates, names, and other information can be quickly extracted using an **OCR** model. In most cases, users do not need to train the model themselves; they can simply download the pre-trained model from :ref:`Model Experience` and use it for most scenarios. Additional training should only be considered if the performance is not satisfactory. Pre-trained OCR models can be found and downloaded from the model experience section. .. image:: Images/ocr_download.png :scale: 60% Annotation Methods --------------------------------- You can use a pre-trained OCR model to assist with annotation, allowing the deep learning model to help you annotate, and then manually check and correct the annotations .. image:: Images/suppor_anno.png :scale: 100% When annotating, use the rectangle annotation tool or smart polygon tool to outline the text area. Then enter the corresponding text as the label name .. image:: Images/ocr_anno.png :scale: 60% Repeat the annotation for all text in the scene. If there is no text in the scene, annotate it as empty. Practice -------- Download the `practice dat