update: README.md

This commit is contained in:
alikia2x (寒寒) 2025-01-02 00:59:46 +08:00 committed by GitHub
parent 6f4a1c61df
commit ee5dff0d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ Latest results: There is an Alpha version available! We currently only support A
## To-dos ## 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. 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 > 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) - [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. 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.