Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khushi130404/pictext
PicText is an Android application that effortlessly extracts text from images. Whether you want to capture text using your camera or select an image from your gallery, PicText provides a simple and intuitive interface for quick and accurate text recognition.
https://github.com/khushi130404/pictext
android-studio google-api java ocr-recognition yalantis
Last synced: about 1 month ago
JSON representation
PicText is an Android application that effortlessly extracts text from images. Whether you want to capture text using your camera or select an image from your gallery, PicText provides a simple and intuitive interface for quick and accurate text recognition.
- Host: GitHub
- URL: https://github.com/khushi130404/pictext
- Owner: Khushi130404
- License: mit
- Created: 2024-12-05T02:58:24.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T03:30:59.000Z (about 2 months ago)
- Last Synced: 2024-12-24T04:25:19.287Z (about 2 months ago)
- Topics: android-studio, google-api, java, ocr-recognition, yalantis
- Language: Java
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# PicText
PicText is an Android application that effortlessly extracts text from images. Whether you want to capture text using your camera or select an image from your gallery, PicText provides a simple and intuitive interface for quick and accurate text recognition.
## Features
- Extract Text from Images: Use advanced OCR technology to extract text from any image.
- Camera and Gallery Options: Choose images directly from your device's camera or gallery.
- Retry Option: Reprocess the same image without needing to select it again.
- Copy to Clipboard: Easily copy the extracted text to your clipboard for further use.## APIs and Libraries Used
PicText leverages the following libraries to ensure seamless functionality and performance:
- Google Vision API :-
- Library: com.google.android.gms:play-services-vision:20.1.3
- Purpose: Provides optical character recognition (OCR) capabilities for extracting text from images.- uCrop :-
- Library: com.github.Yalantis:ucrop:2.2.6
- Purpose: Allows users to crop images efficiently, ensuring only the relevant portion of the image is processed.