From 981d45d6357378debf3d3e1b865f853a5f65bc9e Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 30 Jan 2024 22:43:06 +0100 Subject: [PATCH] chore: enabled syntax highlighting in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f293b200..b4eb1685 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ You can adjust `DETECTOR_NMS_THRESHOLD` and `DETECTOR_TEXT_THRESHOLD` if you don You can also do text detection from code with: -``` +```py from PIL import Image from surya.detection import batch_inference from surya.model.segformer import load_model, load_processor