Sha256: f3e3ff4df9096bcc04f9f15eff6bc431c4be8d430011011ca950920f26ed69a1
Contents?: true
Size: 481 Bytes
Versions: 9
Compression:
Stored size: 481 Bytes
Contents
module OCRSDK class OCRSDKError < RuntimeError; end class NetworkError < OCRSDKError; end class NotEnoughCredits < OCRSDKError; end class ProcessingFailed < OCRSDKError; end class UnsupportedFeature < OCRSDKError; end class UnsupportedLanguage < UnsupportedFeature; end class UnsupportedProfile < UnsupportedFeature; end class UnsupportedInputFormat < UnsupportedFeature; end class UnsupportedOutputFormat < UnsupportedFeature; end end
Version data entries
9 entries across 9 versions & 1 rubygems