The import paths in the README/examples appear to be outdated and do not match the current project structure.
For example, these imports fail:
from ocrsmith.core.backgrounds.BackgroundFactory import BackgroundFactory
from ocrsmith.core.backgrounds.creators import *
from ocrsmith.core.text_placement import PlacementManager
Looks like the codebase was refactored, but the documentation/examples were not updated.
The import paths in the README/examples appear to be outdated and do not match the current project structure.
For example, these imports fail:
Looks like the codebase was refactored, but the documentation/examples were not updated.