发布

  • feat: replace `pytesseract` with `unstructured.pytesseract` fork (#3528)

    frostbyte_neo 发布于 2024-08-16 14:34:22 +00:00

    This PR reverts pytesseract dependency to unstructured.pytesseract
    fork due to the unavailability of some recent release versions of
    pytesseract on PyPI.

    This PR also addresses an issue encountered during the publication of
    unstructured==0.15.4 to PyPI. The error was due to the fact that PyPI
    does not allow direct dependencies from Version Control System URLs like
    GitHub in the install_requires or extras_require sections of the
    setup.py file.

    下载附件