Delphi api free ocr

Hi i am using delphi for programming i want to make ocr on pdf

document ( invoices ) is it possible to use your api with delphi ?
thanks a lot Michel Debande

The OCR API is a standard REST API so it can be used from any programming language. We have some Delphi OCR API code in Github.

Alternatively you can call cURL tool from Delphi. Then you can directly reuse the cURL ocr code.

There is also some Delphi OCR.space code here and here.