Giter Club home page Giter Club logo

nautilusocr's People

Contributors

ra1phm avatar schneipi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

nautilusocr's Issues

Switching out argparse for click (?)

Hi!

I stumbled across this project by accident and think it's a really cool approach! Huge props!

While looking at the code, I noticed that you're using argparse to create the CLI. Any specific reason for choosing argparse over something like click (based on optparse)? I am personally not a huge fan of argparse because it can sometimes lead to unexpected behaviour due to it's automagic differentiation between arguments and options. I also think that a proper CLI built with click leads to much more readable code (although I agree that this might be a bit subjective, but here is a simple example).

If you welcome contributions from others on this, I would be down to cleaning up your entrypoint a bit and introduce a proper CLI for this awesome tool. As always, feel free to close this issue in case this is not something you want to change!

Cheers,
Eric

Dependencies version conflict

Hi
I'm trying to use this library with docker but this error raises on the installation process:

#8 39.21 The conflict is caused by:
#8 39.21     The user requested numpy==1.16.6
#8 39.21     kraken 2.0.8 depends on numpy
#8 39.21     langid 1.1.6 depends on numpy
#8 39.21     opencv-python 4.4.0.42 depends on numpy>=1.17.3

This is my Docker file for reference:

FROM python:3.8.5

RUN apt-get update

RUN apt-get -y install libhunspell-dev
RUN apt-get -y install libgl1-mesa-glx

RUN pip install --upgrade pip

RUN git clone https://github.com/natliblux/nautilusocr
WORKDIR ./nautilusocr
RUN pip3 install -r requirements.txt

How can I solve the issue?
It is safe to pump up numpy's version?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.