Skip to content

Ocr method is a method that youn can use to turn image to the text and use them as text

Notifications You must be signed in to change notification settings

mohammadst99/OCR_AllMethods_Img2Text

Repository files navigation

OCR_AllMethods_Img2Text

Ocr method is a method that youn can use to turn image to the text and use them as text

Libraries

you have to add libraries ( pytessseract , cv2 , numpy)

import cv2 as cv

import numpy as np

import pytesseract

and you have to adjust the path of tesseract app in the code here :

pytesseract.pytesseract.tesseract_cmd=

Explain Code

in these PRJ we have diffrent type of OCR prj that you can use to turn image to text and save them as output.text

Test OutPUT

iamge to WORD(DATA) :

image to CHAR :

About

Ocr method is a method that youn can use to turn image to the text and use them as text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages