You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening the issue @juwess .
Can you please elaborate a little further on your problem? It seems like you are trying to import entities without text into fonduer. Is this done on purpose, or maybe due to a malformed label studio export?
At the moment, the text of an entity is inevitably needed for downstream entity matching and can not be left empty.
Changed code to in line 218 of to_fonduer.py
from
Otherwise KeyError on entity values without text
The text was updated successfully, but these errors were encountered: