Skip to content
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

dicom_ocr.py - fix getting regions from Ultrasound #12

Open
2 of 4 tasks
howff opened this issue Apr 4, 2023 · 1 comment
Open
2 of 4 tasks

dicom_ocr.py - fix getting regions from Ultrasound #12

howff opened this issue Apr 4, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@howff
Copy link
Collaborator

howff commented Apr 4, 2023

  • 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.
@howff
Copy link
Collaborator Author

howff commented Apr 10, 2023

Recent commits have refactored the code to fix the first two tasks.

@howff howff added the enhancement New feature or request label Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant