Skip to content

Releases: az5app/swift-ocr-cli

v1.0.1

22 Mar 03:37
dfba0af

Choose a tag to compare

New Features

  • Help Command: Added --help flag that displays comprehensive usage information and command options
  • Improved CLI Experience: Enhanced command-line interface with better documentation and usage instructions

Changes

  • Version Output: The --version flag now outputs just the version number for easier parsing in scripts
  • Documentation: Added detailed help text with complete information about:
    • Available command options
    • Input parameters
    • Output formats
    • JSON structure details for different output modes

Developer Updates

  • Added new unit tests for CLI flag functionality

  • Internal code improvements for better maintainability

  • v1.0.0...v1.0.1

v1.0.0

21 Mar 09:23

Choose a tag to compare

Features

  • Multiple Input Methods

    • Process images via file path
    • Process images via base64-encoded strings
  • Flexible Output Formats

    • Plain text output for simple use cases
    • Structured JSON output for programmatic integration
  • Coordinate Mode

    • Extract text with precise positional data
    • Get bounding box coordinates for each recognized text block
    • Includes width, height, and confidence scores