LICENSE
README.md
pyproject.toml
src/isloth_text_processing_service_python_interface/__init__.py
src/isloth_text_processing_service_python_interface.egg-info/PKG-INFO
src/isloth_text_processing_service_python_interface.egg-info/SOURCES.txt
src/isloth_text_processing_service_python_interface.egg-info/dependency_links.txt
src/isloth_text_processing_service_python_interface.egg-info/top_level.txt
src/isloth_text_processing_service_python_interface/constants/General.py
src/isloth_text_processing_service_python_interface/constants/__init__.py
src/isloth_text_processing_service_python_interface/dtos/ImageProcessorResult.py
src/isloth_text_processing_service_python_interface/dtos/ObjectProcessorResult.py
src/isloth_text_processing_service_python_interface/dtos/Result.py
src/isloth_text_processing_service_python_interface/dtos/__init__.py
src/isloth_text_processing_service_python_interface/enums/DetailLevel.py
src/isloth_text_processing_service_python_interface/enums/ErrorCode.py
src/isloth_text_processing_service_python_interface/enums/PythonEnv.py
src/isloth_text_processing_service_python_interface/enums/SortOrder.py
src/isloth_text_processing_service_python_interface/enums/StatusCode.py
src/isloth_text_processing_service_python_interface/enums/__init__.py
src/isloth_text_processing_service_python_interface/errors/AppError.py
src/isloth_text_processing_service_python_interface/errors/BadRequestError.py
src/isloth_text_processing_service_python_interface/errors/ConflictError.py
src/isloth_text_processing_service_python_interface/errors/DatabaseError.py
src/isloth_text_processing_service_python_interface/errors/ExternalServiceError.py
src/isloth_text_processing_service_python_interface/errors/InternalServerError.py
src/isloth_text_processing_service_python_interface/errors/LibraryError.py
src/isloth_text_processing_service_python_interface/errors/NotFoundError.py
src/isloth_text_processing_service_python_interface/errors/NotImplementedError.py
src/isloth_text_processing_service_python_interface/errors/ServiceUnavailableError.py
src/isloth_text_processing_service_python_interface/errors/TimeoutError.py
src/isloth_text_processing_service_python_interface/errors/UnexpectedError.py
src/isloth_text_processing_service_python_interface/errors/__init__.py
src/isloth_text_processing_service_python_interface/factories/ProcessorFactory.py
src/isloth_text_processing_service_python_interface/factories/__init__.py
src/isloth_text_processing_service_python_interface/interfaces/ILogger.py
src/isloth_text_processing_service_python_interface/interfaces/IObjectProcessor.py
src/isloth_text_processing_service_python_interface/interfaces/__init__.py
src/isloth_text_processing_service_python_interface/types/ErrorMessage.py
src/isloth_text_processing_service_python_interface/types/ProcessedFile.py
src/isloth_text_processing_service_python_interface/types/ServiceConfig.py
src/isloth_text_processing_service_python_interface/types/__init__.py
src/isloth_text_processing_service_python_interface/types/abstracts/BaseBuilder.py
src/isloth_text_processing_service_python_interface/types/abstracts/__init__.py
src/isloth_text_processing_service_python_interface/utilities/__init__.py
src/isloth_text_processing_service_python_interface/utilities/builders/StringBuilder.py
src/isloth_text_processing_service_python_interface/utilities/builders/__init__.py
src/isloth_text_processing_service_python_interface/utilities/helpers/Assertion.py
src/isloth_text_processing_service_python_interface/utilities/helpers/Convertor.py
src/isloth_text_processing_service_python_interface/utilities/helpers/DateHelper.py
src/isloth_text_processing_service_python_interface/utilities/helpers/EnumHelper.py
src/isloth_text_processing_service_python_interface/utilities/helpers/ResultHelper.py
src/isloth_text_processing_service_python_interface/utilities/helpers/StringHelper.py
src/isloth_text_processing_service_python_interface/utilities/helpers/WebClient.py
src/isloth_text_processing_service_python_interface/utilities/helpers/__init__.py