Skip to content

Commit

Permalink
Update Safari support note
Browse files Browse the repository at this point in the history
SIMD support landed upstream (https://bugs.webkit.org/show_bug.cgi?id=222382) shortly after Safari 16.2 was released. It is available in Safari Tech Preview v161 and I expect it to appear in the next stable release, although that is still not available.
  • Loading branch information
robertknight authored Jan 17, 2023
1 parent 6abd5b7 commit b75605f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ This Tesseract build has been optimized for use in the browser by:
download (with Brotli compression).

- Using [WebAssembly SIMD](https://v8.dev/features/simd) when available
(Chrome >= 91, Firefox >= 90, Safari
[??](https://bugs.webkit.org/show_bug.cgi?id=222382)) to improve text
(Chrome >= 91, Firefox >= 90, Safari >= 16.3) to improve text
recognition performance.

- Providing a high-level API that can be used to run web pages without blocking
Expand Down

0 comments on commit b75605f

Please sign in to comment.