-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Open
Labels
Description
Your Feature Request
Is your feature request related to a problem? Please describe.
Yes, when running a test to check for various currency symbols some are not recognized
Describe the solution you'd like
I want OCR to recognized the following currency Symbols {₡, ֏, ₨, ﷼, ₱, GH₵}.
Describe alternatives you've considered
A different tesseract npm package that does support these currency symbols
Additional context
Add any other context or screenshots about the feature request here.
Below is a list of Languages - Countries : {ISO, symbols}
Spanish - Costa Rican Colon:{ ISO: "CRC", symbol: "₡" },
Arminian - Dram:{ ISO: "AMD", symbol: "֏" }
French - Seychellios Rupee:{ ISO: "SCR", symbol: "₨" },
Arabic - Yemeni Rial:{ ISO: "YER", symbol: "﷼" },
Spanish - Cuban Peso:{ ISO: "CUP", symbol: "₱" },
English - Ghanaian Cedi:{ ISO: "GHS", symbol: "GH₵" },