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 AwsTextractService to streamline document processing logic
- Consolidated PDF and image processing into a single method, processDocument, in backend/src/services/aws-textract.service.ts for improved maintainability.
- Updated logging to differentiate between PDF and image processing within the new method.
- Removed redundant code related to separate processing methods for images and PDFs, enhancing code clarity.
0 commit comments