Skip to content

Commit

Permalink
fix: random small bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 28, 2024
1 parent 03d60d4 commit f52bbc1
Show file tree
Hide file tree
Showing 6 changed files with 1,120 additions and 595 deletions.
104 changes: 102 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jsonschema = "^4.23.0"
rapidfuzz = "^3.10.0"
fastapi = { version = "^0.115.0", optional = true }
uvicorn = { version = "^0.31.0", optional = true }
websockets = "^13.1"

[tool.poetry.extras]
parsing = ["python-docx", "openpyxl", "pydub", "python-pptx", "azure-ai-documentintelligence", "paddlepaddle", "paddleocr", "pymupdf"]
Expand Down
1 change: 1 addition & 0 deletions website/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
--color-icon: #17a2b8;
} */


@layer base {
:root {
--background: 211 100% 95%;
Expand Down
Loading

0 comments on commit f52bbc1

Please sign in to comment.