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
Refactor the function read_DicomRect_list_from_region_tags which appears in two programs, move it into the library
Fix the return values to become DicomRectText so they can have an ocrsource of UltrasoundRegion not easyocr
Consider whether to allow the extraction of ultrasound region rectangles without having to do any OCR
Consider whether a false-positive huge-font text rectangle found by OCR should be silently dropped (current behaviour), logged, or returned but with ner_engine=hugefont and is_sensitive=0 so subsequent processing can decide whether or not to drop it from the list of rectangles.
The text was updated successfully, but these errors were encountered:
read_DicomRect_list_from_region_tags
which appears in two programs, move it into the libraryDicomRectText
so they can have anocrsource
ofUltrasoundRegion
noteasyocr
ner_engine=hugefont
andis_sensitive=0
so subsequent processing can decide whether or not to drop it from the list of rectangles.The text was updated successfully, but these errors were encountered: