OrganizedProgrammers/Docxtract
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
Used libraries
Check requirements.txt for server-side libraries
Client side libraries
markedjs: For rendering markdown content.zod: For clientside schema validation.
Dev mode
Export the following env variables to enable debug logs and disable SSL for local dev
export NO_SSL=1
export DEBUG_LOG=1