Request
API Key from 302.AI backend
Example:Bearer {{YOUR_API_KEY}}
Body Params multipart/form-data
PDF files to be recognized
Whether to output pure formulas, 0 for no, 1 for yes
Whether to correct the image, false for no, true for yes
Request samples
curl --location --request POST 'https://api.302.ai/doc2x/api/v1/img' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--form 'file=@""' \
--form 'equation="0"' \
--form 'img_correction="false"'
Responses
application/json Modified at 2024-11-12 02:27:45