From ee5dff0d6ffa0488079ea6af00a5f15c2a97bf88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?alikia2x=20=28=E5=AF=92=E5=AF=92=29?= Date: Thu, 2 Jan 2025 00:59:46 +0800 Subject: [PATCH] update: README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 929af21..ad169f4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Latest results: There is an Alpha version available! We currently only support A ## To-dos -## OCR optimized for the specific platform +### OCR optimized for the specific platform We will use the OCR API provided by the OS for macOS and Windows. @@ -29,7 +29,7 @@ Reference projects: > We [forked](https://github.com/alikia2x/ocrit) this project to suit our needs - [Windows.Media.Ocr.Cli](https://github.com/zh-h/Windows.Media.Ocr.Cli) -## Big-little architecture optimizations for Apple Silicon +### Big-little architecture optimizations for Apple Silicon We wrote a small Swift program that allows a given program to run at a selected QoS energy class. On ARM Macs, this means we can offload some work (such as video encoding) to energy-efficient cores, reducing peak CPU usage and power consumption.