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
[x] Made no changes that degrades the functioning of the repository
[x] Gave each commit a better title (unlike updated README.md)
in the PR
[x] Followed the format of the pull_request_template
[x] Made the Pull Request in a small level (for the creator's wellfare)
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
in the PR
Thank You,
Papireddy Eppala