feat: add RapidOCR QEMU console capture

This commit is contained in:
2026-08-16 16:02:37 +09:00
parent 8e8ab22d30
commit 2477777e1a
5 changed files with 754 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "ferrolang"
version = "0.1.0"
description = "Ferro language compiler and QEMU development automation"
requires-python = ">=3.12"
dependencies = [
"onnxruntime>=1.28.0",
"rapidocr>=3.9.2",
]