
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
The #1 OCR Component - Asprise OCR (optical character recognition) and barcode recognition SDK offers a high performance API library for you to equip your C# VB.NET as well as C/C++/Delphi applications with functionality of extracting text and barcode information from scanned documents. You can convert images (in various formats like JPEG, PNG, TIFF, PDF, etc.) into editable document formats Word, XML, searchable PDF, etc.). With our other offering like Asprise Image Scanning SDK (which captures documents from scanners), you can easily implement full document management solutions. Languages supported: Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hungarian, Icelandic, Indonesian, Italian, Malay, Maltese, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Ukrainian, Vietnamese and more. IMR, MRZ and OMR are also supported. All popular barcode formats can be read and recognized: EAN-8, EAN-13, UPC-A, UPC-E, ISBN-10, ISBN-13, Interleaved 2 of 5, Code 39, Code 128, PDF417, and QR Code. Data capture are supported for processing documents like invoices and forms. The XML format provides full data like accuracy confidence, text coordinates and table form structure. Visit http://asprise.com for more details. For inquiries, please email us at support@asprise.com.
Asprise OCR and Barcode Recognition SDK with Data Capture ◎ Royalty Free. #1 OCR Engine on NuGet
static class Program { // Program.cs [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new asprise_ocr_api.OcrSampleForm()); // ☜ Run OcrSampleForm } }
using asprise_ocr_api;
AspriseOCR.SetUp(); AspriseOCR ocr = new AspriseOCR(); ocr.StartEngine("eng", AspriseOCR.SPEED_FASTEST); string file = "C:\YOUR_FILE.jpg"; // ☜ jpg, gif, tif, pdf, etc. string s = ocr.Recognize(file, -1, -1, -1, -1, -1, AspriseOCR.RECOGNIZE_TYPE_ALL, AspriseOCR.OUTPUT_FORMAT_PLAINTEXT); Console.WriteLine("Result: " + s); ocr.StopEngine();
Developer's Guide: http://asprise.com/royalty-free-library/c%23-sharp.net-ocr-barcode-reader-sdk-samples-docs.html
Asprise OCR supports more than twenty languages as well as IMR passport MRZ, however only five popular languages are included in this trial kit. Please contact us if you need to evaluate other languages.
Email: contact@asprise.com Web: http://asprise.com/royalty-free-library/c%23-sharp.net-ocr-api-overview.html
FAQs
The #1 OCR Component - Asprise OCR (optical character recognition) and barcode recognition SDK offers a high performance API library for you to equip your C# VB.NET as well as C/C++/Delphi applications with functionality of extracting text and barcode information from scanned documents. You can convert images (in various formats like JPEG, PNG, TIFF, PDF, etc.) into editable document formats Word, XML, searchable PDF, etc.). With our other offering like Asprise Image Scanning SDK (which captures documents from scanners), you can easily implement full document management solutions. Languages supported: Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hungarian, Icelandic, Indonesian, Italian, Malay, Maltese, Norwegian, Polish, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Ukrainian, Vietnamese and more. IMR, MRZ and OMR are also supported. All popular barcode formats can be read and recognized: EAN-8, EAN-13, UPC-A, UPC-E, ISBN-10, ISBN-13, Interleaved 2 of 5, Code 39, Code 128, PDF417, and QR Code. Data capture are supported for processing documents like invoices and forms. The XML format provides full data like accuracy confidence, text coordinates and table form structure. Visit http://asprise.com for more details. For inquiries, please email us at support@asprise.com.
We found that asprise-ocr-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.