Skip to content

Instantly share code, notes, and snippets.

@Gomathyshankar-r
Last active April 10, 2023 20:47
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gomathyshankar-r/ef09c6cf0f23b8f5de1ebd33fa6ab2db to your computer and use it in GitHub Desktop.
Save Gomathyshankar-r/ef09c6cf0f23b8f5de1ebd33fa6ab2db to your computer and use it in GitHub Desktop.
This notebook contains step by step procedure to run a text detection algorithm using Python and OpenCV.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Swati81
Copy link

Swati81 commented Jun 14, 2021

Why you have used pytesseract ? In-spite of that awsOcr or googleOcr works better . However these two are paid version where pytesseract is free.
You can train text images with yolov4-tiny opencv version for proper detection of text images after that you can read with OCR. Thanks ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment