Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screenshot To Text #319

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

papireddy903
Copy link

@papireddy903 papireddy903 commented Oct 10, 2024

PR Title

Add OCR functionality and README documentation for Text Extractor

Summary

This pull request introduces a Python-based OCR Text Extractor application with a graphical user interface. It allows users to extract text from images, capture screenshots, and paste images from the clipboard for text extraction. Additionally, the README file has been updated to provide comprehensive documentation for installation and usage.

Description

The changes made in this PR include the following:

Implementation of a graphical user interface using Tkinter.
Integration of Optical Character Recognition (OCR) functionality using Pytesseract.
Addition of features to select images, capture full-screen screenshots, and paste images from the clipboard.
Updating the README file to include installation instructions, features, and usage guidelines.

The changes are as follows:

Added GUI for image selection and text extraction.
Implemented functions for capturing screenshots and pasting images from the clipboard.
Updated README.md with installation steps and usage instructions.

Checks

in the repository

  • Made no changes that degrades the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's wellfare)
  • Tested the changes you made

Thank You,

Papireddy Eppala

@@ -0,0 +1,30 @@
# OCR Text Extractor
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add this script to the main README file.
Screenshot To Text/main.py. Why is this empty?
Selfie with Python/README.md, why is this empty as well?

@@ -0,0 +1,49 @@
import time
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why it's on the planet simulation script?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants