-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
518 lines (491 loc) · 23.1 KB
/
features.html
File metadata and controls
518 lines (491 loc) · 23.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge;" />
<meta http-equiv="Cache-Control" content="no-store, must-revalidate" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Grooper Features</title>
<link rel="stylesheet" href="styles/font-awesome/web-fonts-with-css/css/fontawesome-all.min.css">
<link rel="stylesheet" href="styles/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/2e3eeca20c1420746bffa37d4/96f5c58e37a4abf4a30ce18a4.js");</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101038961-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101038961-2');
</script>
</head>
<body>
<nav id="nav_primary">
<a href="./index.html"></a>
<input id="checkbox_click" type="checkbox" onclick="noScroll()"/>
<i class="fa fa-bars"></i>
<i class="fa fa-times"></i>
<ul>
<li><a href="./features.html">Features</a></li>
<li><a href="./roadmap.html">Roadmap</a></li>
<!--
<li><a href="./pricing.html">Pricing</a></li>
<li><a href="./training.html">Training</a></li>
-->
<li><a href="./support.html">Support</a></li>
<li><a href="./contact.html">Contact</a></li>
<li><a href="http://xchange.grooper.com">Grooper x Change</a></li>
</ul>
<div class="social">
<a href="https://www.facebook.com/BusinessImagingSystems"><i class="fab fa-facebook"></i></a>
<a href="https://plus.google.com/u/0/b/115220706750340433625/+Bisok/posts"><i class="fab fa-google-plus"></i></a>
<a href="https://twitter.com/BIS_Tweets"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/business-imaging-systems?trk=prof-exp-company-name"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCiJPKqS_enHrFsX49cngqag"><i class="fab fa-youtube"></i></a>
</div>
</nav>
<header>
<canvas id="header_canvas"></canvas>
<h1>Key Grooper Features</h1>
<p>Take a quick tour through our list of achievements. Feel free to contact us if you'd like to see it in person. We like showing off.</p>
</header>
<div id="nav_secondary">
<nav id="nav_secondary_container">
<div id="nav_secondary_contents" class="nav_secondary_contents">
<a href="paper-capture.html">Modern Paper Capture</a>
<a href="electronic-documents.html">Electronic Document Processing</a>
<a href="image-optimization.html">Image Optimization</a>
<a href="ocr.html">Synthetic OCR</a>
<!--<a href="atomic-regex.html">Atomic RegEx</a>-->
<a href="classification.html">Document Classification</a>
<a href="natural-language-processing.html">Natural Language Processing (NLP)</a>
<a href="design-studio.html">Design Studio</a>
<a href="modern-architecture.html">Modern Architecture</a>
<span id="nav_secondary_indicator"></span>
</div>
</nav>
<button id="nav_secondary_left" type="button">
<svg class="nav_advancer_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 551 1024"><path d="M445.44 38.183L-2.53 512l447.97 473.817 85.857-81.173-409.6-433.23v81.172l409.6-433.23L445.44 38.18z"/></svg>
</button>
<button id="nav_secondary_right" type="button">
<svg class="nav_advancer_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 551 1024"><path d="M105.56 985.817L553.53 512 105.56 38.183l-85.857 81.173 409.6 433.23v-81.172l-409.6 433.23 85.856 81.174z"/></svg>
</button>
</div>
<main>
<section class="features">
<h5>Replace old-school document imaging with</h5>
<h2>Modern Paper Capture</h2>
<p>There is a lot more to doing this right than just jamming pages into a scanner. We've got what it takes to get the most useable information from your images every time.</p>
<div class="typography">
<a>
<i class="fal fa-fw fa-print" aria-hidden="true"></i>
<span>
<h3>Broad Device Support</h3>
<span>Connect to more than 400 document scanners using ISIS or TWAIN drivers, and centrally manage image cleanup settings to bring consistency and quality to your end-product.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-history" aria-hidden="true"></i>
<span>
<h3>ScanOnce</h3>
<span>Carry a perfect, unaltered, color version of every scanned image all the way through your process, and let your users handle adjustments on the fly at any step without having to rescan the document.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-eye" aria-hidden="true"></i>
<span>
<h3>Computer Vision</h3>
<span>Separate and classify documents at scan time QUICKLY using visual anaylsis of the document. Do away with Patch Code and Bar Code Separator Sheets.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-flag" aria-hidden="true"></i>
<span>
<h3>Auto Image Flagging</h3>
<span>Grooper automatically finds problematic images and flags them for your review. Don't let sticky notes, unclear photographs, and bad cropping go unnoticed.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-image" aria-hidden="true"></i>
<span>
<h3>Image Processing</h3>
<span>Produce better images, perform specialized cleanup to enhance OCR, and search for unique visual features using our growing suite of Image Processing commands.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-adjust" aria-hidden="true"></i>
<span>
<h3>Rapid Image Review</h3>
<span>Virtually sort images in batches by characteristics like brightness and page size to handle bulk image editing.</span>
</span>
</a>
<a href="./ocr.html">
<i class="fal fa-fw fa-align-center" aria-hidden="true"></i>
<span>
<h3>OCR Synthesis</h3>
<span>Our patented approach to OCR is a serious game changer. This technique identifies text <em>Groops</em> on a page that are getting poor OCR results, re-runs OCR on those isolated zones, then keeps only the best text.</span>
</span>
</a>
</div>
<!--<div class="video"><iframe width="560" height="315" src="https://www.youtube.com/embed/p3maNlzf2kI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></div>-->
</section>
<section class="features">
<h5>Process every file</h5>
<h2>Any document. Any source.</h2>
<p>Extend RULES-based ETL <em>beyond paper documents</em>. Handle any document from any source, and do it using the same workflow specifications that handle your paper documents.</p>
<div class="typography">
<a>
<i class="fal fa-fw fa-file-word" aria-hidden="true"></i>
<span>
<h3>Electronic File Handling</h3>
<span>Process electronic documents in file shares and e-mail as easily as you can process scanned pages, and route them all through a single workflow.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-exchange" aria-hidden="true"></i>
<span>
<h3>Two-Way Data Exchange</h3>
<span>Freely move documents to, from, and between all of your systems, including: file shares, ECM systems, email servers, and FTP directories.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-link" aria-hidden="true"></i>
<span>
<h3>Content Linking</h3>
<span>Any file brought into Grooper from an electronic source carries a unique link. This link allows future, automated interaction between Grooper and the original file for actions like moving, renaming, or altering the file.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-globe" aria-hidden="true"></i>
<span>
<h3>Lightweight Data Footprint</h3>
<span>Use sparse imports and allow Grooper to interact with imported object in its original location rather than copying the file into Grooper and increasing your data footprint.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-file-pdf" aria-hidden="true"></i>
<span>
<h3>Content Normalization</h3>
<span>Create exact PDF versions of your electronic files, and gain access to their native, pure text content. No need for error-prone OCR!</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-database" aria-hidden="true"></i>
<span>
<h3>CMIS</h3>
<span>Immediately integrate with most large ECM systems without writing a single line of code or adding time to your deployment.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-at" aria-hidden="true"></i>
<span>
<h3>Email Processing</h3>
<span>Use IMAP protocols to instantly import, move, transform, and convert email content in virtually any email system. Great for email migrations and archiving projects.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-arrows-alt" aria-hidden="true"></i>
<span>
<h3>Managed Data Migrations</h3>
<span>Maintain a complete, auditable chain of custody for large content migrations using Grooper's batch processing architecture, simplified exception handling, and advanced system logging.</span>
</span>
</a>
</div>
</section>
<section class="features">
<h5>Finally, there is a reliable way to</h5>
<h2>Classify Unstructured Documents</h2>
<p>Rapidly identify, sort, and <em>Groop</em> documents based on text and visual characteristics.</p>
<div class="typography">
<a>
<i class="fal fa-fw fa-copy" aria-hidden="true"></i>
<span>
<h3>ESP Separation</h3>
<span>This is the feature that started it all and led to our name for Grooper. The ESP Engine understands the relationship of page sequences to turn a collection of loose pages into accurately classified and <em>Grooped</em> documents. ESP Separation is the gold-standard users have always asked for.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-object-group" aria-hidden="true"></i>
<span>
<h3>Document Classification</h3>
<span>Classify pages or complete documents using Rules, Atomic RegEx, Title Detection, NLP, and Visual Features like lines, stamps, seals, and logos.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-map-signs" aria-hidden="true"></i>
<span>
<h3>Document Routing</h3>
<span>Specify logic using simple expressions to intelligently move target documents through different workflows or to different users.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-lock-alt" aria-hidden="true"></i>
<span>
<h3>Protection of At-Risk Data</h3>
<span>When sensitive data is found in documents, the original versions can be pushed to a more secure location and a redacted copy left in their place.</span>
</span>
</a>
</div>
</section>
<section class="features">
<h5>Confidently make better decisions now that you can</h5>
<h2>Easily collect more data</h2>
<p>If there's data you want off your documents, go get it. Sections, tables, fields... structured forms, unstructured documents... good quality, bad quality... Collect virtually any data from your documents without making comprimises.</p>
<div class="typography">
<a>
<i class="fal fa-fw fa-code" aria-hidden="true"></i>
<span>
<h3>Atomic RegEx</h3>
<span>This is the must-see feature of Grooper that merges Fuzzy Matching and Regular Expression to collect the most accurate data from documents with a shockingly low level of effort!</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-cubes" aria-hidden="true"></i>
<span>
<h3>Hierarchical Data Models</h3>
<span>Many structured documents consist of sections, tables, and fields. Grooper can understand and mirror the structure and flow of a document to <em>Groop</em> even the most complex information.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-magic" aria-hidden="true"></i>
<span>
<h3>Unstructured Data Extraction</h3>
<span>Find important data buried anywhere in unstructured documents by combining Atomic RegEx and deep lexical analysis. Zonal extraction and templates are a thing of the past.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-quote-left" aria-hidden="true"></i>
<span>
<h3>Natural Language Processing</h3>
<span>NLP picks up where simple patterns leave off. Use space, word flow, and contextual awareness to analyze the entirety of documents to automatically find what you're looking for.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-paragraph" aria-hidden="true"></i>
<span>
<h3>Paragraph Analysis</h3>
<span>Automatically <em>Groop</em> lines of text together to logically identify paragraphs, then study their contents to identify clauses and provisions. </span>
</span>
</a>
<a>
<i class="fal fa-fw fa-table" aria-hidden="true"></i>
<span>
<h3>Table Extraction</h3>
<span>Extract and validate line item detail from invoices, reports, statements, and other documents containing tabular data. No templates required.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-exclamation-triangle" aria-hidden="true"></i>
<span>
<h3>Mathematical Validation</h3>
<span>Use simple, Excel-like formulas to check math across extracted field values, and popup warnings for users when things don't add up.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-list" aria-hidden="true"></i>
<span>
<h3>Lexicon Bootstrapping</h3>
<span>Data scientists love our tools that instantly assess large document collections to build custom lexicon <em>Groops</em> for future NLP projects without writing a single line of code.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-shield-alt" aria-hidden="true"></i>
<span>
<h3>Automated Redaction</h3>
<span>Automatically track down character <em>Groops</em> in documents that contain sensitive information and let Grooper handle the auto-redaction.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-text-width" aria-hidden="true"></i>
<span>
<h3>Spell Correction</h3>
<span>Atomic Regex fixes OCR errors, typos on documents, and data entered by users to give you the best possible data at all times.</span>
</span>
</a>
</div>
</section>
<section class="features merge_below">
<h5>You deserve a unified experience</h5>
<h2>From Design to Production</h2>
<p>Make things easy on yourself. Deployments shouldn't take many months or years. Get results faster thanks to Grooper's modern architecture, massive parallelism, and Process Design Studio.</p>
<div class="typography">
<a>
<i class="fal fa-fw fa-sliders-h" aria-hidden="true"></i>
<span>
<h3>Robust Design Studio</h3>
<span>Manage every aspect of your environment from a simple design interface where you can unit-test each component of your processes and models easily - without running a production batch completely through the process.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-cog" aria-hidden="true"></i>
<span>
<h3>Included Test/Dev Environment</h3>
<span>Each Grooper system includes unique areas for test and production work. Admins can freely move data between the two for testing and troubleshooting.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-code-branch" aria-hidden="true"></i>
<span>
<h3>Integrated Change Control</h3>
<span>Plan, build, test, clone, and experiment with new ideas without impacting production. When you're ready, publish your new creations from the Design Studio into Production.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-file-archive" aria-hidden="true"></i>
<span>
<h3>Object Pack/Push</h3>
<span>Create portable .zip packages of your models, batches, and patterns or push them to another environment with a single click.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-forward" aria-hidden="true"></i>
<span>
<h3>Parallel Architecture</h3>
<span>Leverage hundreds of processing cores spread across multiple servers and end-user workstations. Perform in minutes what takes hours or even days using traditional processing methods.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-microchip" aria-hidden="true"></i>
<span>
<h3>GPU Acceleration</h3>
<span>Use hardware acceleration from Intel and NVIDIA GPUs on each workstation to drastically speed up Image Processing, OCR, and Data Extraction.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-server" aria-hidden="true"></i>
<span>
<h3>Tiered Storage</h3>
<span>Run active batches using your fast SSD storage, then automatically offload the data to lower tier storage at the back end of the process.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-tachometer" aria-hidden="true"></i>
<span>
<h3>Performance Profiling</h3>
<span>Tune low-level profiles with real-time processing statistics that show you how minor changes in settings impact compute performance.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-balance-scale" aria-hidden="true"></i>
<span>
<h3>System Load Balancing</h3>
<span>Thread pools, thread priority, and real-time system monitoring dashboards simplify the process of balancing compute load across your environment.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-chart-bar" aria-hidden="true"></i>
<span>
<h3>Reporting</h3>
<span>Track user performance and monitor automation rates using a suite of out-of-the-box reports. Or customize your own reports, incorporating data that lives outside of Grooper.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-power-off" aria-hidden="true"></i>
<span>
<h3>One-click Upgrades</h3>
<span>Software Updates can be remotely pushed out to all connected workstations right from the Design Studio without all the extra touch points.</span>
</span>
</a>
<a>
<i class="fal fa-fw fa-flask" aria-hidden="true"></i>
<span>
<h3>Fully-Documented API</h3>
<span>Brew up custom activities, connectors to third-party systems, and new user interfaces usign our API.</span>
</span>
</a>
</div>
</section>
<section class="col-1 align_top">
<a class="btn-lrg" href="./paper-capture.html">Begin the Guided Tour</a>
<h5>We're really proud of our innovations and want to give you an in-depth look at some of our key features.</h5>
</section>
</main>
<!--
<div id="prev_next" class="start">
<div>
<a href="./classification.html">
<i class="fa fa-arrow-right" aria-hidden="true"></i>
<span class="direction">Begin</span>
<span>The Guided Tour</span>
</a>
</div>
</div>
-->
<footer>
<section id="schedule_demo" class="col-1 bg-dark gray">
<a class="btn-lrg" href="https://goo.gl/forms/kwEe075qCFCWIl2X2" target="_blank">Schedule Demo</a>
<h2></h2>
<p>Meet with one of our Grooper Gurus to ask questions you have about Grooper's functionality and pricing model. Then, see a live presentation that demonstrates Grooper's uniqueness, the end-user experience, and how the magic works behind the scenes. No "smoke and mirrors" here.</p>
</section>
<div id="footer_links">
<div id="contact">
<h4>Contact</h4>
<ul>
<li><a href="mailto:info@grooper.com">info@grooper.com</a></li>
<li><a href="tel:1-800-408-5668">Support: 1-800-408-5668</a></li>
<li><a href="tel:1-405-507-7000">Sales: 1-405-507-7000</a></li>
<li>13900 N. Harvey Avenue</li>
<li>Edmond, OK 73013</li>
</ul>
</div>
<div id="discover">
<h4>Discover</h4>
<ul>
<li><a href="./features.html">Features</a></li>
<li><a href="./roadmap.html">Roadmap</a></li>
<!--
<li><a href="./pricing.html">Plans & Pricing</a></li>
<li><a href="./training.html">Training Program</a></li>
-->
<li><a href="http://xchange.grooper.com">Grooper x Change</a></li>
<li><a href="./support.html">Get Support</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</div>
<div id="signup">
<h4>Newsletter</h4>
<form action="https://bisok.us2.list-manage.com/subscribe/post?u=2e3eeca20c1420746bffa37d4&id=98680ff514" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<!--<label for="mce-EMAIL">Email Address </label>-->
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Email Address">
</div>
<div class="mc-field-group">
<!--<label for="mce-FNAME">First Name </label>-->
<input type="text" value="" name="FNAME" class="" id="mce-FNAME" placeholder="First Name">
</div>
<div class="mc-field-group">
<!--<label for="mce-LNAME">Last Name </label>-->
<input type="text" value="" name="LNAME" class="" id="mce-LNAME" placeholder="Last Name">
</div>
<div class="mc-field-group">
<!--<label for="mce-COMPANY">Company </label>-->
<input type="text" value="" name="COMPANY" class="" id="mce-COMPANY" placeholder="Company">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_2e3eeca20c1420746bffa37d4_98680ff514" tabindex="-1" value=""></div>
<div class="clear content__button"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
</div>
<div class="social">
<a href="https://www.facebook.com/BusinessImagingSystems"><i class="fab fa-facebook"></i></a>
<a href="https://plus.google.com/u/0/b/115220706750340433625/+Bisok/posts"><i class="fab fa-google-plus"></i></a>
<a href="https://twitter.com/BIS_Tweets"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/company/business-imaging-systems?trk=prof-exp-company-name"><i class="fab fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCiJPKqS_enHrFsX49cngqag"><i class="fab fa-youtube"></i></a>
</div>
<div id="copyright">
<span>©2018 Grooper, LLC. All Rights Reserved.</span>
<img src="images/g_symbol_64.png" />
</div>
</footer>
<script src="js/animate-header.js"></script>
<script src="js/nav-primary.js"></script>
<script src="js/nav-secondary.js"></script>
</body>
</html>