ocr_space
ocr_space copied to clipboard
Free Online OCR for Ruby - Convert images to text
Results
2
ocr_space issues
Sort by
recently updated
recently updated
newest added
``` require 'ocr_space' resource = OcrSpace::Resource.new(apikey: "MyApiKey") #My actual api key results = resource.clean_convert file: "/Users/Example/Desktop/image.jpg" #the path is correct puts results ``` ``` Traceback (most recent call last): 1:...
I wrote a [PR for HTTParty](https://github.com/jnunemaker/httparty/pull/575) but perhaps it would make sense to pass strings instead of booleans?