sshniro/line-segmentation-algorithm-to-gcp-vision

Unresolved function or method getRectangle()

rtarnec opened this issue · 2 comments

Hi, thanks for sharing your code.

I get an error at line 54 of coordinatesHelper.js with getRectangle that is not defined.

Do you have an idea how to solve that?

TIA

The fix has been committed. Please do have a look.

Thanks for the update. It works now, you just have to add
return finalArray;
at the end of the mergeNearByWords function.