Spaces:
Build error
Build error
Update space.json
Browse files- space.json +9 -0
space.json
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "Image OCR and Search",
|
| 3 |
+
"description": "Extract text from images and search for keywords",
|
| 4 |
+
"keywords": ["image-processing", "ocr", "text-extraction", "search"],
|
| 5 |
+
"license": "MIT",
|
| 6 |
+
"tags": ["image-processing", "ocr", "text-extraction", "search"],
|
| 7 |
+
"url": "https://github.com/your-username/your-repo",
|
| 8 |
+
"language": "python"
|
| 9 |
+
}
|