Giter VIP home page Giter VIP logo

Comments (2)

JaMe76 avatar JaMe76 commented on June 7, 2024

Hello and thank you for pointing to these issues and for providing your error analysis !

1.) Has been fixed with 7e9c07f .

2.) Apologize for that, this is a consequence from my part for not implementing enhancements thoroughly and merging them
too quickly into the main branch. I will do my best to avoid these issues in the future.

The AttributeError arises from an old config file in the cache which is not being updated. You can find the old config file locally with

    from deepdoctection.utils import get_configs_dir_path
    tesseract_config_path = os.path.join(get_configs_dir_path(),"dd/conf_tesseract.yaml")

and replace with the new config file

https://github.com/deepdoctection/deepdoctection/blob/master/configs/dd/conf_tesseract.yaml

I suspect the file in your cache will not have the now needed line:

   LINES: False

All configs downloaded from the Huggingface hub will be downloaded again once changed. However, the Tesseract config file will be copied from the source code into your cache only when you instantiate an analyzer for the first time.

Hope this helps !

from deepdoctection.

itsadarshms avatar itsadarshms commented on June 7, 2024

Thanks for the quick response. I've applied the fix you suggested and it is working fine now. 👍

from deepdoctection.

Related Issues (20)

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.