-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenCV(4.10.0) d:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\filterengine.hpp:367: error: (-215:Assertion failed) anchor.inside(Rect(0, 0, ksize.width, ksize.height)) in function 'cv::normalizeAnchor' while using img2table #219
Comments
please help me |
still i am getting same error error: OpenCV(4.10.0) /io/opencv/modules/imgproc/src/filterengine.hpp:367: error: (-215:Assertion failed) anchor.inside(Rect(0, 0, ksize.width, ksize.height)) in function 'normalizeAnchor' |
please help me, exception raised only when I am passing YOLO detected image having table instead of whole pdf, |
please help me please |
look source code ocr = PaddleOCR(lang='en',kw={'use_angle_cls':True}) the |
still i am getting same error error: OpenCV(4.10.0) /io/opencv/modules/imgproc/src/filterengine.hpp:367: error: (-215:Assertion failed) anchor.inside(Rect(0, 0, ksize.width, ksize.height)) in function 'normalizeAnchor' please provide me a solution for this as well |
Some time randomly OpenCV(4.10.0) d:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\filterengine.hpp:367: error: (-215:Assertion failed) anchor.inside(Rect(0, 0, ksize.width, ksize.height)) in function 'cv::normalizeAnchor' while using img2table this exception has raised how to address this please help me |
Some time randomly OpenCV(4.10.0) d:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\filterengine.hpp:367: error: (-215:Assertion failed) anchor.inside(Rect(0, 0, ksize.width, ksize.height)) in function 'cv::normalizeAnchor' |
please help me |
downgrade to 1.2.11 solved this problem for me |
how to install this still showing 1.3.0 |
I am getting above error while using img2table, please help me to fix the issue
below is the code which I used,
`from img2table.ocr import PaddleOCR
from img2table.document import Image
ocr = PaddleOCR(lang="en")
doc=Image('/content/cropped_image.png')
extracted_tables = doc.extract_tables(ocr=ocr,
implicit_rows=False,
implicit_columns=False,
borderless_tables=True,
min_confidence=50)`
The text was updated successfully, but these errors were encountered: