pdf-reader-turtletext icon indicating copy to clipboard operation
pdf-reader-turtletext copied to clipboard

a library that can read semi-structured positional text from PDFs. Ideal for assembling structured data from invoices and the like.

Results 9 pdf-reader-turtletext issues
Sort by recently updated
recently updated
newest added

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.5.0 to 1.13.0. Release notes Sourced from git's releases. Release v1.13.0 Full Changelog 8349224 Update list of maintainers (#598) 4fe8738 In ls-files do not unescape file paths...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.6 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [rdoc](https://github.com/ruby/rdoc) from 6.2.0 to 6.3.2. Commits 3653bbc Bump version to 6.3.2 ee48295 Update rdoc.gemspec by adding lib/rdoc/markup/table.rb 9307f93 Version 6.3.1 a7f5d6a Use File.open to fix the OS Command Injection...

dependencies

Unfortunately, it seems like this gem has a fixed dependency on pdf-reader v1.1.1. So it's not usable with the latest version 1.3.3. We're having serious issues merging code where one...

Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

The code is: ```ruby =begin The following requires cp'ed from: https://github.com/tardate/pdf-reader-turtletext/blob/master/lib/pdf-reader-turtletext.rb =end require 'pdf-reader' require 'pdf/reader/patch/object_hash' require 'pdf/reader/positional_text_receiver' require 'pdf/reader/turtletext' require 'pdf/reader/turtletext/version' require 'pdf/reader/turtletext/textangle' =begin The following from: "How to...

A simple 3 columns by 4 row table is not extracted with simple turtletext code: ```` require 'pdf-reader' require 'pdf/reader/patch/object_hash' require 'pdf/reader/positional_text_receiver' require 'pdf/reader/turtletext' require 'pdf/reader/turtletext/version' require 'pdf/reader/turtletext/textangle' require 'pp'...

While using this gem, I have a use case where my PDFs are in landscape orientation and the ability to transpose the coordinates greatly improves the organization of the output...