Skip to content

Latest commit

 

History

History
67 lines (45 loc) · 3 KB

README.md

File metadata and controls

67 lines (45 loc) · 3 KB

Capture Symbol

App Icon
  • Swift
  • SwiftUI
  • Xcode
  • AVFoundation
  • VisionKit
  • SafariServices
  • Core ML

Description

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.

App Demo

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/SebasYa/Capture-symbol.git
  2. Open the project in Xcode:

    • Navigate to the cloned project directory and open CaptureSymbol.xcodeproj.
  3. Run the application:

    • Select your target device and run the application. Should be run on a physical device.

Usage

  1. App Launch:

    • On launching the app, you will see the main screen where you can start scanning.
  2. Text and QR/Barcode Scanning:

    • Use the camera to scan text and QR/barcodes. The app will process and display the recognized data.
  3. Clipboard Integration:

    • Copy the captured text to the clipboard with a simple button click.

Contribution

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a branch for your feature (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -m 'Add new feature').
  4. Push your changes to your fork (git push origin feature/new-feature).
  5. Create a Pull Request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for more information.