Spaces:
Sleeping
Sleeping
| set -euo pipefail | |
| API_URL="${1:-http://localhost:7860/ocr}" | |
| PDF_PATH="${2:-tilted_test.pdf}" | |
| curl -sS -F "file=@${PDF_PATH}" "${API_URL}" | python -m json.tool | |
| set -euo pipefail | |
| API_URL="${1:-http://localhost:7860/ocr}" | |
| PDF_PATH="${2:-tilted_test.pdf}" | |
| curl -sS -F "file=@${PDF_PATH}" "${API_URL}" | python -m json.tool | |