https://github.com/hamdikahloun/windows_ocr
Flutter Windows OCR
https://github.com/hamdikahloun/windows_ocr
Last synced: 15 days ago
JSON representation
Flutter Windows OCR
- Host: GitHub
- URL: https://github.com/hamdikahloun/windows_ocr
- Owner: hamdikahloun
- License: bsd-3-clause
- Created: 2020-12-28T09:39:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T19:06:56.000Z (over 2 years ago)
- Last Synced: 2024-11-17T21:39:17.411Z (12 months ago)
- Language: C++
- Size: 109 MB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flutter-desktop - windows_ocr - A new flutter plugin project. (Packages)
README
# windows_ocr
OCR library that allows developers to easily embed high-quality optical character recognition functionality in their products.
# List of Features
* Supports many image formats, including such popular ones as BMP, JPEG, PNG, TIFF, and GIF.
* Supports PDF files (by default, GhostScript is used)
* Uses dictionaries for the best recognition.
* Supports 26 languages: Bulgarian, Catalan, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Hungarian, Indonesian, Italian, Latvian, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, and Turkish.
* Asian OCR module which supports 4 Asian languages: Chinese simplified, Arabic, Japanese, Korean.
* Supports bar codes: EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5, and QR Code.
* Supports MRZ (machine reading zone) for passports, vises, identity cards, etc.
## Getting Started
For help getting started with Flutter, view our online
[documentation](http://flutter.io/).
For help on editing windows c++ code, view the [documentation](https://www.nicomsoft.com).