-
feat: replace `pytesseract` with `unstructured.pytesseract` fork (#3528)
发布于
2024-08-16 14:34:22 +00:00 This PR reverts
pytesseractdependency tounstructured.pytesseract
fork due to the unavailability of some recent release versions of
pytesseracton PyPI.This PR also addresses an issue encountered during the publication of
unstructured==0.15.4to PyPI. The error was due to the fact that PyPI
does not allow direct dependencies from Version Control System URLs like
GitHub in theinstall_requiresorextras_requiresections of the
setup.pyfile.下载附件