OCR Server Kit
Last updated
Last updated
Running OCR with large models like EasyOCR, PaddleOCR, or SuryaOCR can be slow when executed directly via the command line because the model has to be loaded every time you run it. Using LocalServer helps resolve this by loading the model just once, which makes the recognition process significantly faster.
Method: POST
URL:
Content Type: application/json
Headers: {}
Body:
Response Type: JSON
Response Query: fullText
draw_bounding_box: Boolean
fullText: String
lines: Array[]