Releases: az5app/swift-ocr-cli
Releases · az5app/swift-ocr-cli
v1.0.1
New Features
- Help Command: Added
--helpflag 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
--versionflag 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
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