Yao You
Yao You
Hi @snova-amitk , thanks for reporting this bug and we are tracking it. In the meantime if you can provide details of your hardware setup it would be very helpful...
@snova-amitk unfortunately we don't support apple ARM chips with docker image at the moment. The combination of different CPU architecture and OS results in incompatibility with the model binary and...
Hi @liamvdv sorry for a late response; we are tracking this and reviewing the problem. Will keep this thread updated.
Hi @pratiksinghchauhan thanks for the contribution. Could you please add a line to `CHANGELOG.md` under "Fixes" to describe what this change does? And per standard please increase the dev number...
actually you can pass in image but need to specify `is_image=True` like ```python elements = _partition_pdf_or_image_local(filename=f, model_name=model_name, is_image=True) ``` now the question is should the function be automatically determining if...
Hi @piegu `chipper` model name now maps to a version that is not open to public but you can: - still use the public version, v1, by specifying `model_name="chipperv1"` -...
Hi @joshrbarcodefactory , Thanks for submitting this issue. It seems the problem actually comes from ```python os.environ["OCR_AGENT"] = "unstructured.partition.utils.ocr_models.paddle_ocr.OCRAgentPaddle" # found in an old issue ``` `0.17.0` refactors the ocr...
> There is one scenario we need to account for. When there is 0 tables in ground truth file, and there were some false positives. I think it could be...
> > There is one scenario we need to account for. When there is 0 tables in ground truth file, and there were some false positives. I think it could...