Skip to main content
A Receipts project can be used to capture receipts from any of the countries listed in the table below. The appropriate country will be detected by a classifier.
CountryCountry codeCurrency code
AngolaAOAOA
ArgentinaARARS
AustraliaAUAUD
AustriaATEUR
BelgiumBEEUR
BoliviaBOBOB
BrazilBRBRL
CanadaCACAD
ChileCLCLP
China*CNCNY
ColombiaCOCOP
Costa RicaCRCRC
Czech RepublicCZCZK
DenmarkDKDKK
Dominican RepublicDODOP
EcuadorECUSD
El SalvadorSVUSD
EstoniaEEEUR
FinlandFIEUR
FranceFREUR
GermanyDEEUR
GuatemalaGTGTQ
HondurasHNHNL
Hong KongHKHKD
IrelandIEEUR
ItalyITEUR
JordanJOJOD
KenyaKEKES
LuxemburgLUEUR
MalaysiaMYMYR
MexicoMXMXN
NetherlandsNLEUR
New ZealandNZNZD
NorwayNONOK
PanamaPAPAB
PeruPEPEN
PolandPLPLN
PortugalPTEUR
RussiaRURUB
SingaporeSGSGD
South AfricaZAZAR
SpainESEUR
SwedenSESEK
SwitzerlandCHCHF
ThailandTHTHB
TurkeyTRTRY
UAEAEAED
United KingdomGBGPB
UruguayUYUYU
USAUSUSD
*Only the English language is supported for Chinese receipts. If you are going to process receipts from one particular country, you can explicitly specify the two-letter code of that country in the fc_Predefined:ReceiptPredefinedCountries registration parameter. In this case, the program will not need to use a classifier in order to detect the country. The fc_Predefined:ReceiptPredefinedCountries registration parameter can be added using an event handling script that is triggered whenever a new document is added. You can set up this script in the Batch Type Tools dialog box. If you are using a distributed edition of the program, you can create a custom processing stage and include the required event handling script into that stage (see Scripts for processing interface events for detailed instructions).
In this example, we assume that Canadian receipts will be processed. Prior to loading your images, click Project → Project Properties. On the Event Handlers tab, select After document created and click Edit Script.In the dialog box that opens, enter the following code for your script (“CA” is the two-letter code for Canada provided in the table above):
Document.Properties.Set("fc_Predefined:ReceiptPredefinedCountries", "CA");
Now any receipts you feed to the program will be automatically deemed to be Canadian.