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
Python version: 3.11.11
Version: 1.4.0
Branch: dev
Type of Request
New Feature
Description
I would like to suggest a feature enhancement for the app that allows users to resume batch processing from a specific file. In projects containing numerous files, this functionality would enable users to:
Pause and later continue processing, for example, from the currently chosen file ("current_img" in JSON), eliminating the need to reprocess the entire batch.
Redo OCR/translation for selected parts of a project without affecting pages that have already been manually edited.
In my opinion, implementing this feature would significantly improve efficiency and flexibility, especially in managing large translation projects.