Showing 20 open source projects for "forms extract"

View related business solutions
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • DriveStrike: Remote Wipe | Data Breach Protection Icon
    DriveStrike: Remote Wipe | Data Breach Protection

    . From Fortune 500 to small businesses with remote workers, every industry can gain from premium endpoint security.

    DriveStrike protects devices and data in the event of loss, theft, or use in remote locations. Remotely locate, lock, and wipe devices you manage to prevent data compromise. DriveStrike prevents data breaches to ensure confidentiality, compliance, and a competitive edge.
  • 1
    PDFsam

    PDFsam

    PDFsam, a desktop application to split, merge, mix, rotate PDF files

    PDFsam Basic is our free and open-source desktop application to split, merge, extract pages, rotate and mix PDF files. PDFsam Visual is a powerful tool to visually compose PDF files, reorder pages, delete pages, split, merge, rotate, encrypt, decrypt, extract text, convert to grayscale, crop PDF files. PDFsam Basic is written using JavaFX. Since version 4 it is released as a self-contained application and bundles a jlinked JDK while version 3 requires a Java Runtime Environment 8 with JavaFx...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    PyMuPDF

    PyMuPDF

    Python bindings for MuPDF's rendering library.

    ..., and FictionBook 2. You can annotate PDF documents and fill out forms with the mobile viewers (this feature is coming soon to the desktop viewer as well). The command line tools allow you to annotate, edit, and convert documents to other formats such as HTML, SVG, PDF, and CBZ. You can also write scripts to manipulate documents using Javascript. The library is written modularly in portable C, so features can be added and removed by integrators if they so desire.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    crawley

    crawley

    The unix-way web crawler

    Crawls web pages and prints any link it can find. Fast HTML SAX-parser (powered by golang.org/x/net/html) Small (below 1500 SLOC), idiomatic, 100% test-covered codebase. Grabs most of useful resources URLs (pics, videos, audios, forms, etc...) Found URLs are streamed to stdout and guaranteed to be unique (with fragments omitted) Scan depth (limited by starting host and path, by default - 0) can be configured. Can crawl rules and sitemaps from robots.txt. Brute mode - scan HTML comments for URLs...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Goutte

    Goutte

    Goutte, a simple PHP Web Scraper

    Goutte is a screen scraping and web crawling library for PHP. Goutte provides a nice API to crawl websites and extract data from the HTML/XML responses. Goutte depends on PHP 7.1+. Add fabpot/goutte as a require dependency in your composer.json file. Create a Goutte Client instance (which extends Symfony\Component\BrowserKit\HttpBrowser). Make requests with the request() method. The method returns a Crawler object (Symfony\Component\DomCrawler\Crawler). To use your own HTTP settings, you may...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Only Solution To Manage Your Temporary Workers Icon
    The Only Solution To Manage Your Temporary Workers

    Seamlessly manage your workers, clients and suppliers in one comprehensive staffing operating system.

    Ubeya empowers businesses and agencies through optimizing processes, scheduling, communication, payroll and compliance. The platform includes two apps for employees and managers, and a client portal for orders.
  • 5
    Skyvern

    Skyvern

    Automate browser-based workflows with LLMs and Computer Vision

    ..., with support for country, state, or even precise zip-code level targeting. Skyvern understands how to solve CAPTCHAs to complete complicated workflows. Support for authenticating into user accounts, including support for 2FA/TOTP. Extract data from workflows in any schema of your choice including CSV or JSON. Automate procurement pipelines, breeze through government forms, and complete workflows in any language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HTML Quiz Application With Timer & Point

    HTML Quiz Application With Timer & Point

    An Easy to Edit HTML, CSS & JAVASCRIPT QUIZ - For Students & Teachers

    Just Download & Extract the Above Zip File provided, then edit the script.js file with a good text / code editor like Sublime Text ( Check Google ) & then save the changes & then view the index.html file on the internet browser. That's all. This is a Browser Based, Cross Platform, Supporting all Operating Systems, Easy Application. If needed, you can change the value of the Timer from 15 seconds to any other value, by Searching & Replacing all occurences of 15 in index.html & script.js...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Form OCR Testing Tool

    Form OCR Testing Tool

    A set of tools to use in Microsoft Azure Form Recognizer

    An open source labeling tool for Form Recognizer, part of the Form OCR Test Toolset (FOTT). This is a MAIN branch of the Tool. It contains all the newest features available. This is NOT the most stable version since this is a preview. The purpose of this repo is to allow customers to test the tools available when working with Microsoft Forms and OCR services. Currently, Labeling tool is the first tool we present here. Users could provide feedback, and make customer-specific changes to meet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bash Shell Scripting in a Minute

    Bash Shell Scripting in a Minute

    Learn Bash Shell Scripting in a Minute using this Collection of Script

    Learn Bash Shell Scripting in a Minute using this Collection of Scripts, which are Real World Examples, ranging from a simple Date Based Theme to a Standalone Kiosk Type User Input Forms. The Learning is based on a "Observe and Understand Strategy", which means you run these scripts, observe their outputs, understand the script that generates them and learn the whole thing. These Scripts cover almost all the basics of bash shell scripting and summarizes them in the last script for user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SDL2 User Interface

    Graphical user interface on SDL2

    Using SDL, SDL2 as base layer, our company made a graphical user interface. We tried to make an intuitive, beautiful user interface, which does not look like any Windows/Linux OS. From our cash register software, we extract the Graphical interface for open source projects, because we think it can make the world a little more beautiful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MobileServe Volunteer Management Icon
    MobileServe Volunteer Management

    For Schools with Service Learning Programs; Companies focusing on Corporate Social Responsibility

    MobileServe's mobile and web apps make it easy for individuals to track and verify their service work, while providing institutions with valuable data about their volunteers. Administrators have access to a dashboard that shows real-time aggregate and individual data about volunteers, their service activities, and economic impact. The dashboard offers robust reporting, event management and goal tracking.
  • 10
    GraphQL Elixir

    GraphQL Elixir

    GraphQL Elixir

    An Elixir implementation of Facebook's GraphQL. This is the core GraphQL query parsing and execution engine whose goal is to be transport, server and datastore agnostic. In order to setup an HTTP server (ie Phoenix) to handle GraphQL queries you will need plug_graphql. Examples for Phoenix can be found at hello_graphql_phoenix, so look here for a starting point for writing your own schemas. Other ways of handling queries will be added in due course. Tokenization is done with leex and parsing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PDFill PDF Editor
    ..., Footer, Watermark, Attachment, Action, JavaScript, Digital Signature, and Bates Numbering, to optimize PDF and extract into Text and Image. Deskew PDF to rotate, move and scale like image. Thumbnail to rearrange pages by drag and drop; PDF Form Maker with Field Recognition, Multiple Copying, Table Order and Calculation Order; PDF Ink Annotator to write, draw, mark or highlight using the pen input; PDF Form Filler to save fill-in PDF forms with data import, export, batch or auto fill; PDF Filler
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Convert HTML to PDF in .NET with C#

    Convert HTML to PDF in .NET with C# using EVO HTML to PDF for .NET

    EVO HTML to PDF Converter for .NET is a library that can be easily integrated and distributed in your ASP.NET and MVC web sites, desktop applications, Windows services and Azure cloud services to convert web pages, HTML strings and streams to PDF, to images or to SVG and to create nicely formatted and easily maintainable PDF reports and documents. The converter has full support for HTML5, CSS3, SVG, Canvas, Web Fonts and JavaScript. Does not require installation or any third party tools. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Pyclamp

    A Python package used to extract and analyse electrophysiological data

    Pyclamp is Python package used to extract and analyse electrophysiological data. A graphical user interface has been developed to allow a user to run the pack- age without requiring any knowledge of Python code. Presently, Pyclamp is designed to perform very specific forms of analysis on evoked synaptic responses: Data analysis (under development) : This is a highly user-interactive en-vironment that can be used to discriminate synaptic events, obtain various measures of their kinetics...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Spondulas

    Spondulas is browser emulator designed to retrieve web pages for hunti

    Spondulas is browser emulator and parser designed to retrieve web pages for hunting malware. It supports generation of browser user agents, GET/POST requests, and SOCKS5 proxy. It can be used to parse HTML files sent via e-mail. Monitor mode allows a website to be monitored at intervals to discover changes in DNS or content over time. Autolog mode creates an investigation file that documents redirection chains. The retrieved web pages are parsed for links and reported to an output file. More...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    mungempo

    Extract stereo images from .MPO files

    This commandline Python tool will extract stereoscopic images from .MPO format files (e.g. as created by Fuji W3 camera) and either save them as separate Left /Right images or as an anaglyphic composite (suitable for viewing with coloured 3D glasses
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ExcelBricks provides an easy way to automate common Excel tasks. Instead of writing VBA or recording macros you use high level commands entered in a Configuration sheet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The PHP class HtmlExtract is meant to extract various elements from any html document: table data, links, forms,images,selectboxes or the attributes of any tag.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple C++ Toolkit to add a GUI to your application based on a HTML Web-Frontend. Provides a Webserver & capabilities to extract POST data (forms). Template based dynamic HTML page generation. All templates and other contents (images) in one executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The goal of Omini is to get at the data behind Web forms. Omini software automatically extracts content objects and ignores irrelevant parts of the page. One of the key design features of Omini is its robustness even as the web pages from which it extract
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Translation Expert for Delphi. Extract all strings from Units and Forms. Save strings in a XML file. Separate Edit Tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next