-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathocr_config.xml
39 lines (39 loc) · 1.16 KB
/
ocr_config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<Configuration>
<Server>https://cloud.ocrsdk.com</Server>
<ApplicationID>ENTER YOUR APPLICATIONID HERE</ApplicationID>
<Password>ENTER YOUR PASSWORD HERE</Password>
<OCR_Profile>documentConversion</OCR_Profile>
<OCR_Output>docx</OCR_Output>
<Allowed_Formats>
<format>bmp</format>
<format>tiff</format>
<format>tif</format>
<format>pdf</format>
<format>jpg</format>
<format>jpeg</format>
<format>jfif</format>
</Allowed_Formats>
<Logging_Mode>DEBUG</Logging_Mode>
<LanguageMapping>
<Language>
<Plunet>English (USA)</Plunet>
<Abby>English</Abby>
</Language>
<Language>
<Plunet>English (UK)</Plunet>
<Abby>English</Abby>
</Language>
<Language>
<Plunet>German (Germany)</Plunet>
<Abby>German</Abby>
</Language>
<Language>
<Plunet>French (France)</Plunet>
<Abby>French</Abby>
</Language>
<Language>
<Plunet>French (Canada)</Plunet>
<Abby>French</Abby>
</Language>
</LanguageMapping>
</Configuration>