Initial commit

This commit is contained in:
2025-04-24 20:54:50 +02:00
commit 240d64023b
13 changed files with 811 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import sys
VERSION = "0.1.0"
def run(args):
print(f"Mistral OCR CLI v{VERSION}")