/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ moto
/ textract
/ urls.py
Run
Starting...
Stop
View File
Save
"""textract base URL and path.""" from .responses import TextractResponse url_bases = [ r"https?://textract\.(.+)\.amazonaws\.com", ] url_paths = { "{0}/$": TextractResponse.dispatch, }
Memory