Skip to content

Commit f4fd700

Browse files
committed
Replace Travis CI badge with GitHub Actions badge
- Remove Travis CI badge and replace with GitHub Actions CI badge - Update badge URL to point to GitHub Actions workflow - Clean up any remaining Travis CI references
1 parent cf78d78 commit f4fd700

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Image2Text
2-
[![Build Status](https://api.travis-ci.org/prabhakar267/image2text.svg?branch=master)](https://travis-ci.org/prabhakar267/image2text)
2+
[![CI](https://github.com/prabhakar267/image2text/actions/workflows/ci.yml/badge.svg)](https://github.com/prabhakar267/image2text/actions/workflows/ci.yml)
33

44
**Image2Text** is a python wrapper to grab text from images and save as text files using [Google Tesseract Engine](https://github.com/tesseract-ocr/tesseract). Tesseract is an optical character recognition engine for various operating systems. It is free software, released under the Apache License, Version 2.0, and development has been sponsored by Google since 2006. In 2006 Tesseract was considered one of the most accurate open-source OCR engines then available.
55

0 commit comments

Comments
 (0)