bosd
bosd
if (bbox_intersection_area(ba, bb) / bbox_area(ba)) > 0.8: ZeroDivisionError: float division by zero
Thanks for checking 👍
if (bbox_intersection_area(ba, bb) / bbox_area(ba)) > 0.8: ZeroDivisionError: float division by zero
> BTW is this fork going to be packaged on pip under a separate name? Think the current package is stale from the main branch. Yes, it is published here...
Hey! As #343, this repo seems no longer maintained. we try to build a maintained fork at pypdf_table_extraction. Do you want to check the code there and open the PR...
Please include #201 Edit: better wait on that one
> To test this, you need to install either the sale_brand or account_brand module. I know, that could be used as well. But any chance to support the `preview document`...
I encountered the error on sale orders and invoices on V18. Wierd, that purchase orders seems to be working.
One can check the full flow in this pr: https://github.com/OCA/account-invoicing/pull/2002 First added the test to show it is failling without the fixes. 2nd commit adding the Fix for the account_move...
> Can you also add it to 17? Sure, althoug did not check if it is now required on v17 as well.
@LoisRForgeFlow Thanks for the merge! Just tested the account_move_tier_validation on the V17 branch. There this fix is not needed. ...(yet)
I was'nt familiar with OSS-Fuzz.. It looks really interesting, I'm in :smile: