File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{% set pyproject = load_file_data('../pyproject.toml', from_recipe_dir=True) %}
22{% set project = pyproject.get('project') %}
33{% set urls = pyproject.get('project', {}).get('urls') %}
4- {% set version = environ.get('BUILD_VERSION', '0.11.1a0 ') %}
4+ {% set version = environ.get('BUILD_VERSION', '0.12.0a0 ') %}
55
66package :
77 name : {{ project.get('name') }}
Original file line number Diff line number Diff line change 22 <img src =" https://github.com/mindee/doctr/raw/main/docs/images/Logo_doctr.gif " width =" 40% " >
33</p >
44
5- [](https://slack.mindee.com) [](LICENSE)  [](https://github.com/mindee/doctr/pkgs/container/doctr) [](https://codecov.io/gh/mindee/doctr) [](https://www.codefactor.io/repository/github/mindee/doctr) [](https://app.codacy.com/gh/mindee/doctr?utm_source=github.com&utm_medium=referral&utm_content=mindee/doctr&utm_campaign=Badge_Grade) [](https://mindee.github.io/doctr) [](https://pypi.org/project/python-doctr/) [](https://huggingface.co/spaces/mindee/doctr) [](https://colab.research.google.com/github/mindee/notebooks/blob/main/doctr/quicktour.ipynb) [](https://gurubase.io/g/doctr)
5+ [](https://slack.mindee.com) [](LICENSE)  [](https://github.com/mindee/doctr/pkgs/container/doctr) [](https://codecov.io/gh/mindee/doctr) [](https://www.codefactor.io/repository/github/mindee/doctr) [](https://app.codacy.com/gh/mindee/doctr?utm_source=github.com&utm_medium=referral&utm_content=mindee/doctr&utm_campaign=Badge_Grade) [](https://mindee.github.io/doctr) [](https://pypi.org/project/python-doctr/) [](https://huggingface.co/spaces/mindee/doctr) [](https://colab.research.google.com/github/mindee/notebooks/blob/main/doctr/quicktour.ipynb) [](https://gurubase.io/g/doctr)
66
77
88** Optical Character Recognition made seamless & accessible to anyone, powered by TensorFlow 2 & PyTorch**
Original file line number Diff line number Diff line change 99from setuptools import setup
1010
1111PKG_NAME = "python-doctr"
12- VERSION = os .getenv ("BUILD_VERSION" , "0.11.1a0 " )
12+ VERSION = os .getenv ("BUILD_VERSION" , "0.12.0a0 " )
1313
1414
1515if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments