./README.md in cloudmersive-ocr-api-client-1.4.8 vs ./README.md in cloudmersive-ocr-api-client-1.4.9
- old
+ new
@@ -5,11 +5,11 @@
The powerful Optical Character Recognition (OCR) APIs let you convert scanned images of pages into recognized text.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
- API version: v1
-- Package version: 1.4.8
+- Package version: 1.4.9
- Build package: io.swagger.codegen.languages.RubyClientCodegen
## Installation
### Build a gem
@@ -21,18 +21,18 @@
```
Then either install the gem locally:
```shell
-gem install ./cloudmersive-ocr-api-client-1.4.8.gem
+gem install ./cloudmersive-ocr-api-client-1.4.9.gem
```
-(for development, run `gem install --dev ./cloudmersive-ocr-api-client-1.4.8.gem` to install the development dependencies)
+(for development, run `gem install --dev ./cloudmersive-ocr-api-client-1.4.9.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'cloudmersive-ocr-api-client', '~> 1.4.8'
+ gem 'cloudmersive-ocr-api-client', '~> 1.4.9'
### Install from Git
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile: