You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using ps2ascii content can be extracted in the form of text, images, and fills. Probably need to align this information onto a grid with a certain fineness:
Spindrift
.extract([grid fineness]) // grid fineness creates
Group
.commands() => [<command>, <command>]
.bound(l, b, r, t) => group()
.rows() => [<group>, <group>] // tries to automatically determine "rows" of elements
.columns() => [<group>, <group>] // tries to automatically determine "columns" of elements
.text() // plaintext
.images() // images
The text was updated successfully, but these errors were encountered:
Using ps2ascii content can be extracted in the form of text, images, and fills. Probably need to align this information onto a grid with a certain fineness:
The text was updated successfully, but these errors were encountered: