fix(text_filling): update import path for CoordinateUtils module
- Changed the import statement for CoordinateUtils to reference the ocr_utils module, ensuring correct module usage in the text filling functionality.
- This adjustment improves code clarity and maintains consistency in module imports.