Skip to content

Commit

Permalink
Merge pull request #5 from int3l/v0.3.1
Browse files Browse the repository at this point in the history
pytesseract v0.3.1
  • Loading branch information
int3l committed Dec 21, 2019
2 parents e9eb699 + 25db848 commit 242971d
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ docker run ${DOCKER_RUN_ARGS} \
-e BINSTAR_TOKEN \
-e HOST_USER_ID \
-e UPLOAD_PACKAGES \
-e GIT_BRANCH \
-e UPLOAD_ON_BRANCH \
-e CI \
$DOCKER_IMAGE \
bash \
Expand Down
5 changes: 3 additions & 2 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set name = "pytesseract" %}
{% set version = "0.3.0" %}
{% set version = "0.3.1" %}

package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/madmaze/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 9c8b8c463512c7907fc0cf961e35063f66f9214bba0dc556d1f44376f26a1225
sha256: e0b4ac61dd04d2617151f11c12aa95696a78411e0b94af4fb35f908b85aa989d

build:
noarch: python
Expand Down Expand Up @@ -38,8 +38,8 @@ test:

about:
home: https://github.com/madmaze/pytesseract
license: GPL-3.0
license_family: GPL
license: Apache-2.0
license_family: Apache
license_file: LICENSE
summary: 'Python-tesseract is an optical character recognition (OCR) tool for python.'

Expand Down

0 comments on commit 242971d

Please sign in to comment.