DaVinciCode commited on
Commit
6c0f757
Β·
1 Parent(s): 91cfe57

adding doctra to the requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
  # Core dependencies
2
  gradio>=4.0.0,<5
 
 
 
3
  pandas>=2.0.0
4
  numpy>=1.21.0
5
  pillow>=9.0.0
 
1
  # Core dependencies
2
  gradio>=4.0.0,<5
3
+
4
+ # Doctra library (install from source)
5
+ git+https://github.com/AdemBoukhris457/Doctra.git
6
  pandas>=2.0.0
7
  numpy>=1.21.0
8
  pillow>=9.0.0