Sha256: 3fa6c1e2c49c3b7b538090ba415364fb9072d5c856024a4f125be6126bb5b026

Contents?: true

Size: 1016 Bytes

Versions: 8

Compression:

Stored size: 1016 Bytes

Contents

module OcrSpace
    class Banner
        def initialize(env = ENV)
            @env = env
        end

        def to_s
            ocr_space_banner
        end

        private

        def ocr_space_banner
            %q{

               _______  _______  _______     _______  _______  _______  _______  _______
              (  ___  )(  ____ \(  ____ )   (  ____ \(  ____ )(  ___  )(  ____ \(  ____ \
              | (   ) || (    \/| (    )|   | (    \/| (    )|| (   ) || (    \/| (    \/
              | |   | || |      | (____)|   | (_____ | (____)|| (___) || |      | (__
              | |   | || |      |     __)   (_____  )|  _____)|  ___  || |      |  __)
              | |   | || |      | (\ (            ) || (      | (   ) || |      | (
              | (___) || (____/\| ) \ \__ _ /\____) || )      | )   ( || (____/\| (____/\
              (_______)(_______/|/   \__/(_)\_______)|/       |/     \|(_______/(_______/

              Learn more at http://ocr.space/
            }
        end
    end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ocr_space-2.3.7 lib/ocr_space/banner.rb
ocr_space-2.3.1 lib/ocr_space/banner.rb
ocr_space-2.3 lib/ocr_space/banner.rb
ocr_space-2.2 lib/ocr_space/banner.rb
ocr_space-2.1 lib/ocr_space/banner.rb
ocr_space-2.0 lib/ocr_space/banner.rb
ocr_space-1.0 lib/ocr_space/banner.rb
ocr_space-0.2.8.4 lib/ocr_space/banner.rb