text capture library 2.5.4.1
text capture library 2.5.4.1 in title
text capture library 2.5.4.1 in description
A library that allows screen text capture in Windows applications You can use it to capture text from any application that doesnt provide communication APIs in order to feed another program. You can capture text from any part of any window including: status bar messages, Windows error messages and more, list controls, list views, menus, any custom controls, etc.
TextGRAB SDK is not an OCR based solution. Which makes it work faster than OCR based solution and allows capture text even if some custom fonts are used.
TextGRAB SDK was designed to be a library that will allow screen text capture in Windows applications.
Here are some key features of "TextGRAB SDK":
· capture text from rectangle
· capture word from point
· capture sentence from point
· capture all text from scrollable windows
· capture whole window
· Interactive text capture (user can select area or point on screen and capture text from it)
· Unicode support
· Support different popular applications such as Office applications, internet browsers, email and instant messaging applications, etc.
· Easy to integrate to your application
· capture font information (face, size and color)
· capture passwords hidden behind asterisks
Limitations:
· 15 days trial
¡ñDrawing shapes on the designer canvas by mouse actions or code.
¡ñModifying the drawed shapes.
¡ñSupport multi-layers, printing/deleting/visible invisible layer(s).
¡ñUsing all colors possible.
¡ñUsing different style of pens ,different style of brushes if you need.
¡ñCreating text objects with any font installed in the system.
¡ñNecessarily shape action related events published.
¡ñUsing page formats like (A0,A1,A2,A3,A4,letter, etc.) or custom sizes.
¡ñUndo actions
¡ñCutting, copying, pasting and deleting the shapes.
¡ñSendtoback,Bringtofront all or by a step.
¡ñOrdering the shapes(SendToBack, BringToFront, etc.)
¡ñRotating, Dragging and Scaling the shapes by mouse or code.
¡ñAligning the shape in any style.
¡ñEasy to create user-define combine shape
¡ñSnapping the mouse point to grids,shape outline.
¡ñPowerful inspector
¡ñLocking/Unlocking Shape
¡ñShowing HotSpot of a shape or hiding.
¡ñGrouping and ungrouping the shapes.
¡ñZooming and panning, viewing the drawing in any scale.
¡ñShowing hints when mouse enter a shape.
¡ñEasy to create your library with [Library creating tool(GUI)] ;
¡ñDynamic link line supported , using mouse or code, like VISIO;
¡ñSupport line crossing;
¡ñSupport line breaking;
¡ñSupport 24 gradient style fill mode
¡ñSaving the drawing as disk file or stream(database) and opening it.
¡ñPrinting the drawing to the printer and/or plotter.
¡ñInserting bitmaps to the drawing.
¡ñScaling, rotating,dragging bitmaps like a shape.
¡ñExporting the drawing as WMF,bitmap,Jpg,dxf file.
The E-XD++ View object supports mouse-based object ipulation, including selection, resize, moving,alignment,oderment,and "active" dragging (moving a visual image, not just an outline).
The E-XD++ Document object supports MFC archiving, making it easy to save and restore graphical objects, visual layout, and application-related data.
E-XD++ also provides support for composing and manipulating graphs (node & arc diagrams).
The E-XD++ Class library is designed to be flexible and extensible. All objects are easily subclassed for application-specific specialization. New graphical objects can be easily added to the existing framework.It also supports double-buffering, real-time dragging, and Windows metafiles for full-resolution printing
¡¡
E-XD++ also provides a Form Editor that can be placed in any window of an MFC application. Graphical components, such as button, editbox, listbox, tab, combobox, image, and static etc, can be dropped onto the form and manipulated by the user. Over 50 types of common graphical components is included with the library so that developers can create customized graphical components.
"To date, the reliability and performance of the XD++ library have been tested through many kinds of diagramming/flowchart- related software of ucancode customers around the World. The XD++ library now used in over 40 countries!"
1. Built-in library with 50,000++ lines of code
2. Quick and powerful search engine
3. Powerful printing capability
4. Password protection & strong 448 bits encryption (optional)
5. User notes & attachments handling
6. Favorites & rating support
7. Full integration with *all* major programming IDEs
And much more!
The E-XD++ View object supports mouse-based object ipulation, including selection, resize, moving,alignment,oderment,and "active" dragging (moving a visual image, not just an outline).
The E-XD++ Document object supports MFC archiving, making it easy to save and restore graphical objects, visual layout, and application-related data.
E-XD++ also provides support for composing and manipulating graphs (node & arc diagrams).
The E-XD++ Class library is designed to be flexible and extensible. All objects are easily subclassed for application-specific specialization. New graphical objects can be easily added to the existing framework.It also supports double-buffering, real-time dragging, and Windows metafiles for full-resolution printing
E-XD++ also provides a Form Editor that can be placed in any window of an MFC application. Graphical components, such as button, editbox, listbox, tab, combobox, image, and static etc, can be dropped onto the form and manipulated by the user. Over 50 types of common graphical components is included with the library so that developers can create customized graphical components.
"To date, the reliability and performance of the XD++ library have been tested through many kinds of diagramming/flowchart- related software of ucancode customers around the World. The XD++ library now used in over 40 countries!"
Callback File System provides a kernel-mode driver, which calls your application when it needs to perform some file system operation, and a user-mode API for use by your application. And your application can expose generic data as a file system to third-party processes.
Such approach lets you offer the remotely stored information for system-wide access.
File System driver creates a virtual device with application-provided file system and emulates a physical storage.
The driver works on the system level and turns a storage into a "real" disk device with it's own file system. The "real disk device" is accessible in read-only and/or read-write mode by any application which uses system file management API.
The driver lets you make the mounted disk visible to the user or hide it from the user.
Unlike CallbackDisk, the driver of Callback File System provides a functionality to create not just your virtual disks, but your own file systems. The driver provides a callback mechanism, which lets you keep your files and file systems wherever you want (i.e. on remote computer, in memory or database tables etc.).
User-mode API is simple and introduces about ten functions, specific to driver management and storage mounting operations. Also the API includes about 20 callback functions (events) which your application must handle to effectively represent a full-featured file system.
The API is needed only for driver and storage manipulation. All file operations can be performed using system file management API or framework-specific classes.
User-mode API is provided as a .NET component for .NET Framework development, a static library with one class for use in C++ and a VCL component for use in Delphi.
Major security Features
- Expose the virtual disk to the user by assigning it a drive letter/ you can keep the virtual disk hidden from user's eye (when no drive letter is assigned).
- Callback File System lets you control what applications or users access the data.
- You can support NTFS security functions for files and directories stored within Callback File System.
Improvements of this version:
- Itanium support Delphi 2009
- C++Builder 2009 support
C++ Code library is a powerful multi-language source code library with the following benefits:
1. Built-in library with 50,000++ lines of code
2. Quick and powerful search engine
3. Powerful printing capability
4. Password protection & strong 448 bits encryption (optional)
5. User notes & attachments handling
6. Favorites & rating support
7. Full integration with *all* major programming IDEs
And much more!
Requirements: P90+ Mhz and 16 Mo RAM
Whats new in this version: http://www.cpptalk.net/cpp-code-library/
XMP C++ library for adding, updating, retrieving and removing XMP metadata from JPG and TIF image files. Supports Visual C++ 8.0. (Alternate downloads available for VC++ 6.0 and 7.0)
Template library for properties in C++ like this: widget.color = "red"; to change widget color. In class Widget use: prop::Property color; Supports binding properties together so that the values of several properties of different objects will be automatically synchronized to hold the same value. This library has its own signals (that is Observer Pattern from object oriented methodology) implementation or can be co-worked with the existing signal system. Supports binding properties with a transformation by a functor (e.g. with a C++ function). You can connect properties of different types with optional transformation. Additionally has classes for easy adding properties to object on-the-fly: property(obj, &Class::set, &Class::get). This library is 100% efficient, that is using it does not decrease efficiency compared with direct coding in C++. The library has good API documentation. In short: simplify your work, decrease development time with any kinds of C++ projects, especially GUI projectys. Price includes lifetime free updates. See article http://ex-code.com/articles/binding-properties.html
Requirements: Standard C++
Whats new in this version: Binding properties together etc.
Real Trumpet Volume 1 is a cool tool that contains an audio loop library of Trumpet and Flugelhorn and ACIDized audio clips.
Major features
- Support over 500 audio loops in this volume.
- Spice up your compositions with Trumpet (open, harmon mute, cup mute, plunger) and Flugelhorn.
Requirements:
- Sound Card
- CD ROM Drive
- Loop composition software (e.g. SONAR, ACID)
WareSeeker Editor
The EyeC++ library is a high-performance, high-quality, C++ class library intended for both image file format conversion and image viewing tasks. It supports all of the more common file formats as well as a handful of perhaps a little bit more esoteric ones. Pricing is differentiated so that you pay only for those file format modules that you need. Full source code is supplied. Technical features include: Handles color look-up table images as well as true color images. High quality image resampling algorithms...
EyeC++ v1.7 release is New Release.
text capture library 2.5.4.1 in software introduction
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com