Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
This pull request adds a Python-based graphical interface for OCR text extraction using the pytesseract library. It introduces several features to improve usability, including the ability to upload image files, capture screenshots, and paste images directly from the clipboard. The main purpose is to make text extraction from images more accessible to users through an easy-to-use GUI.
The changes are as follows:
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
in the PR
Thank You,
Papireddy Eppala