-
Notifications
You must be signed in to change notification settings - Fork 0
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
empty targets
list
#2
Labels
🐛B
Something isn't working
Comments
Based on the newly documented input spec of the RFB (downstream) app (clamsproject/app-role-filler-binder#3), here's some additional implementation plans;
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Originally reported by @wricketts
For some
Sentence
objects, we seetargets
are empty lists. While investigating the app code, I realized this is the only spot where the sentences'targets
prop is written;app-doctr-wrapper/app.py
Lines 134 to 141 in 780430f
So an empty
targets
list seems to mean the OCR result showed no words in that line...? In that case , I think this wrapper app should ignore such lines instead of generating empty sentences.Reproduction steps
(screenshot from @wricketts 's report)
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: