CoolFace
Apppublic

OrganizedProgrammers/Docxtract

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
App README

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

bash
export NO_SSL=1
export DEBUG_LOG=1