Financial Parser

Available Providers
ProviderModelVersionDocument TypePriceBilling unit
affinda-v3invoice0.08 (per 1 page)1 page
affinda-v3receipt0.07 (per 1 page)1 page
amazon-boto3 1.26.8-0.01 (per 1 page)1 page
base64-latest-0.25 (per 1 page)1 page
google-DocumentAI v1 beta3invoice0.01 (per 1 page)10 page
google-DocumentAI v1 beta3receipt0.01 (per 1 page)10 page
klippa-v1-0.1 (per 1 file)1 file
microsoft-rest API 4.0 (2024-02-29-preview)-0.01 (per 1 page)1 page
mindee-v1.2-0.1 (per 1 page)1 page
tabscanner-latest-0.08 (per 1 page)1 page
veryfi-v8receipt0.08 (per 1 file)1 file
veryfi-v8invoice0.16 (per 1 file)1 file
eagledoc-v1-0.03 (per 1 page)1 page
extracta-v1-0.1 (per 1 page)1 page
openai-v1.0-0.04 (per 1 page)1 page
openaigpt-4ov1.0-0.04 (per 1 page)1 page
openaigpt-4o-miniv1.0-0.002 (per 1 page)1 page
openaigpt-4-turbov1.0-0.1 (per 1 page)1 page
openaigpt-3.5-turbov1.0-0.008 (per 1 page)1 page
Supported Languages
NameValue
Afrikaansaf
Albaniansq
Amharicam
Arabicar
Armenianhy
Azerbaijaniaz
Basqueeu
Belarusianbe
Bengalibn
Bosnianbs
Bulgarianbg
Burmesemy
Catalanca
Cebuanoceb
Chinesezh
Corsicanco
Croatianhr
Czechcs
Danishda
Dutchnl
Englishen
Esperantoeo
Estonianet
Finnishfi
Frenchfr
Galiciangl
Georgianka
Germande
Gujaratigu
Haitianht
Hausaha
Hawaiianhaw
Hebrewhe
Hindihi
Hmonghmn
Hungarianhu
Icelandicis
Igboig
Indonesianid
Irishga
Italianit
Japaneseja
Javanesejv
Kannadakn
Kazakhkk
Khmerkm
Kinyarwandarw
Kirghizky
Koreanko
Kurdishku
Laolo
Latinla
Latvianlv
Lithuanianlt
Luxembourgishlb
Macedonianmk
Malagasymg
Malay (macrolanguage)ms
Malayalamml
Maltesemt
Maorimi
Marathimr
Modern Greek (1453-)el
Mongolianmn
Nepali (macrolanguage)ne
Norwegianno
Nyanjany
Oriya (macrolanguage)or
Panjabipa
Persianfa
Polishpl
Portuguesept
Pushtops
Romanianro
Russianru
Samoansm
Scottish Gaelicgd
Serbiansr
Shonasn
Sindhisd
Sinhalasi
Slovaksk
Sloveniansl
Somaliso
Southern Sothost
Spanishes
Sundanesesu
Swahili (macrolanguage)sw
Swedishsv
Tagalogtl
Tajiktg
Tamilta
Tatartt
Telugute
Thaith
Turkishtr
Turkmentk
Uighurug
Ukrainianuk
Urduur
Uzbekuz
Vietnamesevi
Welshcy
Western Frisianfy
Xhosaxh
Yiddishyi
Yorubayo
Zuluzu
Supported Detailed Languages
NameValue
Auto detectionauto-detect
Catalan (Spain)ca-ES
Chinese (China)zh-CN
Chinese (China)zh-cn
Chinese (Taiwan)zh-TW
Chinese (Taiwan)zh-tw
Danish (Denmark)da-DK
Dutch (Netherlands)nl-NL
English (United Kingdom)en-GB
English (United States)en-US
French (Canada)fr-CA
French (France)fr-FR
French (Switzerland)fr-CH
German (Germany)de-DE
German (Switzerland)de-CH
Italian (Italy)it-IT
Italian (Switzerland)it-CH
Portuguese (Portugal)pt-PT
Spanish (Spain)es-ES

Supported Models

Default Models
NameValue
openaigpt-4o
Log in to see full request history
Body Params
string
Defaults to [object Object]

A dictionnary or a json object to specify specific models to use for some providers.
It can be in the following format: {"google" : "google_model", "ibm": "ibm_model"...}.

providers
array of strings
required

It can be one (ex: 'amazon' or 'google') or multiple provider(s) (ex: 'amazon,microsoft,google') that the data will be redirected to in order to get the processed results.
Providers can also be invoked with specific models (ex: providers: 'amazon/model1, amazon/model2, google/model3')

providers*
fallback_providers
array of strings
length ≤ 5
Defaults to

Providers in this list will be used as fallback if the call to provider in providers parameter fails.
To use this feature, you must input only one provider in the providers parameter. but you can put up to 5 fallbacks.

They will be tried in the same order they are input, and it will stop to the first provider who doesn't fail.

Doesn't work with async subfeatures.

fallback_providers
boolean
Defaults to true

Optional : When set to true (default), the response is an object of responses with providers names as keys :

{"google" : { "status": "success", ... }, }

When set to false the response structure is a list of response objects :

[{"status": "success", "provider": "google" ... }, ].

boolean
Defaults to false

Optional : When set to false (default) the structure of the extracted items is list of objects having different attributes :

{'items': [{"attribute_1": "x1","attribute_2": "y2"}, ... ]}

When it is set to true, the response contains an object with each attribute as a list :

{ "attribute_1": ["x1","x2", ...], "attribute_2": [y1, y2, ...]}

boolean
Defaults to true
boolean
Defaults to false

Optional : Shows the original response of the provider.

When set to true, a new attribute original_response will appear in the response object.

file

File to analyse in binary format to be used with content-type: multipart/form-data
Does not work with application/json !

uri | null

File URL to analyse to be used with with content-type: application/json.

string | null

If your PDF file has a password, you can pass it here!

string | null

Language code of the language the document is written in (ex: fr (French), en (English), es (Spanish))

string
Defaults to invoice
  • auto-detect - auto-detect
  • invoice - invoice
  • receipt - receipt
boolean | null
Defaults to false

Boolean value to specify weather to convert the doc/docx files to pdf format to be accepted by a majority of the providers

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json