Capture Symbol is an iOS application designed to recognize and capture text and QR/barcodes using the device's camera. The app provides a seamless experience for scanning and processing various symbols, enhancing productivity and efficiency.
- Text Recognition: Capture and recognize text using the device camera.
- QR/Barcode Scanning: Scan and process QR codes and barcodes.
- User-Friendly Interface: Simple and clean design for easy use.
- Camera Access Information: Display an informative view if the user denies camera access.
- Clipboard Integration: Easily copy captured text to the clipboard.
-
Clone the repository:
git clone https://github.com/SebasYa/Capture-symbol.git
-
Open the project in Xcode:
- Navigate to the cloned project directory and open
CaptureSymbol.xcodeproj
.
- Navigate to the cloned project directory and open
-
Run the application:
- Select your target device and run the application. Should be run on a physical device.
-
App Launch:
- On launching the app, you will see the main screen where you can start scanning.
-
Text and QR/Barcode Scanning:
- Use the camera to scan text and QR/barcodes. The app will process and display the recognized data.
-
Clipboard Integration:
- Copy the captured text to the clipboard with a simple button click.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a branch for your feature (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -m 'Add new feature'
). - Push your changes to your fork (
git push origin feature/new-feature
). - Create a Pull Request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for more information.