├── .gitignore ├── LICENSE ├── README.md ├── README_google_adwords.txt ├── benchmark-generator ├── Dockerfile ├── Makefile ├── README.md ├── bin │ └── benchmark-generator.jar ├── commons │ ├── README.md │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ └── de │ │ │ │ └── freiburg │ │ │ │ └── iif │ │ │ │ ├── affirm │ │ │ │ └── Affirm.java │ │ │ │ ├── cmd │ │ │ │ ├── CommandLine.java │ │ │ │ └── ExternalProgram.java │ │ │ │ ├── collection │ │ │ │ ├── CollectionUtils.java │ │ │ │ └── ConstantLookupList.java │ │ │ │ ├── counter │ │ │ │ ├── FloatCounter.java │ │ │ │ ├── IntCounter.java │ │ │ │ └── ObjectCounter.java │ │ │ │ ├── math │ │ │ │ └── MathUtils.java │ │ │ │ ├── model │ │ │ │ ├── Geometric.java │ │ │ │ ├── HasLine.java │ │ │ │ ├── HasPoint.java │ │ │ │ ├── HasRectangle.java │ │ │ │ ├── Line.java │ │ │ │ ├── Point.java │ │ │ │ ├── Rectangle.java │ │ │ │ └── simple │ │ │ │ │ ├── SimpleLine.java │ │ │ │ │ ├── SimplePoint.java │ │ │ │ │ └── SimpleRectangle.java │ │ │ │ ├── net │ │ │ │ ├── HttpRequest.java │ │ │ │ ├── HttpResponse.java │ │ │ │ └── HttpServer.java │ │ │ │ ├── path │ │ │ │ ├── FileAndDirectoryParser.java │ │ │ │ ├── LineReader.java │ │ │ │ └── PathUtils.java │ │ │ │ ├── rtree │ │ │ │ ├── RTree.java │ │ │ │ ├── RTreeNode.java │ │ │ │ ├── SimpleRTree.java │ │ │ │ ├── performance │ │ │ │ │ └── RTreePerformance.java │ │ │ │ └── util │ │ │ │ │ └── RTreeUtil.java │ │ │ │ └── text │ │ │ │ ├── EditDistance.java │ │ │ │ └── StringUtils.java │ │ └── resources │ │ │ ├── checkstyle_config.xml │ │ │ ├── checkstyle_suppressions.xml │ │ │ ├── stop-words-full.txt │ │ │ └── stop-words.txt │ │ └── test │ │ ├── java │ │ └── de │ │ │ └── freiburg │ │ │ └── iif │ │ │ ├── collection │ │ │ └── ConstantLookupListTest.java │ │ │ ├── mock │ │ │ ├── GeometricMock.java │ │ │ ├── HasRectangleMock.java │ │ │ ├── LineMock.java │ │ │ ├── PointMock.java │ │ │ └── RectangleMock.java │ │ │ ├── model │ │ │ └── simple │ │ │ │ ├── SimpleLineTest.java │ │ │ │ ├── SimplePointTest.java │ │ │ │ └── SimpleRectangleTest.java │ │ │ ├── path │ │ │ └── PathUtilsTest.java │ │ │ ├── rtree │ │ │ ├── SimpleRTreeTest.java │ │ │ └── util │ │ │ │ └── RTreeUtilTest.java │ │ │ └── text │ │ │ └── EditDistanceTest.java │ │ └── resources │ │ ├── PathsUtilTest │ │ ├── contentEquals-1 │ │ │ ├── no-pdfs │ │ │ │ └── no-pdf.xml │ │ │ └── subdir-1 │ │ │ │ └── subdir-1-1 │ │ │ │ └── no-pdf.txt │ │ ├── contentEquals-2 │ │ │ ├── no-pdfs │ │ │ │ └── no-pdf.xml │ │ │ └── subdir-1 │ │ │ │ └── subdir-1-1 │ │ │ │ └── no-pdf.txt │ │ └── contentEquals-3 │ │ │ ├── no-pdfs │ │ │ └── no-pdf.xml │ │ │ └── subdir-1 │ │ │ └── subdir-1-1 │ │ │ └── no-pdf.txt │ │ └── input │ │ ├── no-pdfs │ │ └── no-pdf.xml │ │ └── subdir-1 │ │ └── subdir-1-1 │ │ └── no-pdf.txt ├── tex-paragraph-parser │ ├── pom.xml │ └── src │ │ ├── main │ │ ├── java │ │ │ ├── TeXParagraphParserMain.java │ │ │ ├── identifier │ │ │ │ └── TeXParagraphsIdentifier.java │ │ │ ├── model │ │ │ │ ├── TeXElementReference.java │ │ │ │ ├── TeXElementReferences.java │ │ │ │ ├── TeXFile.java │ │ │ │ ├── TeXParagraph.java │ │ │ │ ├── TeXParagraphParserSettings.java │ │ │ │ └── TeXWord.java │ │ │ ├── parser │ │ │ │ └── TeXParagraphsParser.java │ │ │ ├── preprocess │ │ │ │ └── TeXMacroResolver.java │ │ │ └── serializer │ │ │ │ ├── TeXParagraphExtendedTxtSerializer.java │ │ │ │ ├── TeXParagraphTsvSerializer.java │ │ │ │ └── TeXParagraphTxtSerializer.java │ │ └── resources │ │ │ ├── checkstyle_config.xml │ │ │ ├── element-references.csv │ │ │ ├── epsfig.sty │ │ │ └── texmf │ │ │ └── tex │ │ │ └── latex │ │ │ ├── 10pt.sty │ │ │ ├── 2nov.txt │ │ │ ├── 4seas95.sty │ │ │ ├── CTANservers.txt │ │ │ ├── CUPconf.sty │ │ │ ├── EuroMacr.tex │ │ │ ├── EuroPhys.sty │ │ │ ├── EuroSample.tex │ │ │ ├── JHEP.cls │ │ │ ├── JHEP3.cls │ │ │ ├── MN.old.sty │ │ │ ├── PASJ2.sty │ │ │ ├── PASJ95.sty │ │ │ ├── PASJadd.sty │ │ │ ├── WSPRL.sty │ │ │ ├── a4.sty │ │ │ ├── a4wide.sty │ │ │ ├── aa.cls │ │ │ ├── aastex │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── aasms.doc │ │ │ ├── aasms.sty │ │ │ ├── aaspp.doc │ │ │ ├── aaspp.sty │ │ │ ├── aaspptwo.doc │ │ │ ├── aaspptwo.sty │ │ │ ├── aj_pt.doc │ │ │ ├── aj_pt.sty │ │ │ ├── apjpt.doc │ │ │ ├── apjpt.sty │ │ │ ├── art8.doc │ │ │ ├── art8.sty │ │ │ ├── epsf.sty │ │ │ ├── eqsecnum.sty │ │ │ ├── flushrt.sty │ │ │ ├── samptbls.tex │ │ │ ├── samptbls.tex.gz │ │ │ ├── table1.tex │ │ │ ├── table2.tex │ │ │ ├── table3.tex │ │ │ └── tighten.sty │ │ │ ├── aastex40 │ │ │ ├── Changes │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── RelNotes.v40 │ │ │ ├── aas2pp4.doc │ │ │ ├── aas2pp4.sty │ │ │ ├── aasms4.doc │ │ │ ├── aasms4.sty │ │ │ ├── aaspp4.doc │ │ │ ├── aaspp4.sty │ │ │ ├── aastex.tex │ │ │ ├── aastex40.tar │ │ │ ├── aj_pt4.doc │ │ │ ├── aj_pt4.sty │ │ │ ├── ams.ps │ │ │ ├── amssym.sty │ │ │ ├── apjpt4.doc │ │ │ ├── apjpt4.sty │ │ │ ├── art8.doc │ │ │ ├── art8.sty │ │ │ ├── complext.tex │ │ │ ├── epsf.sty │ │ │ ├── eqsecnum.sty │ │ │ ├── flushrt.sty │ │ │ ├── graphics.tex │ │ │ ├── kspp.tex │ │ │ ├── samp2tbl.tex │ │ │ ├── sample1.tex │ │ │ ├── sample2.tex │ │ │ ├── samptbls.tex │ │ │ ├── sgi9259.eps │ │ │ ├── sgi9279.eps │ │ │ ├── sgi9289.eps │ │ │ ├── table1.tex │ │ │ ├── table2.tex │ │ │ ├── table3.tex │ │ │ └── tighten.sty │ │ │ ├── abstract.txt │ │ │ ├── agu │ │ │ ├── agu.tar │ │ │ ├── agu10.doc │ │ │ ├── agu10.sty │ │ │ ├── agu11.doc │ │ │ ├── agu11.sty │ │ │ ├── aguguide.tex │ │ │ ├── agums.doc │ │ │ ├── agums.sty │ │ │ ├── agupp.doc │ │ │ ├── agupp.sty │ │ │ ├── amssym.sty │ │ │ ├── flushrt.sty │ │ │ ├── grlga.doc │ │ │ ├── grlga.sty │ │ │ ├── jgrga.doc │ │ │ ├── jgrga.sty │ │ │ ├── radga.doc │ │ │ ├── radga.sty │ │ │ ├── readme │ │ │ ├── rtjga.doc │ │ │ ├── rtjga.sty │ │ │ ├── sample.tex │ │ │ ├── tecga.doc │ │ │ ├── tecga.sty │ │ │ └── tighten.sty │ │ │ ├── aip.sty │ │ │ ├── aipbig.sty │ │ │ ├── aipbook.sty │ │ │ ├── aipproc.sty │ │ │ ├── aj_pt.sty │ │ │ ├── amsppt.sty │ │ │ ├── amssym.def │ │ │ ├── amssym.tex │ │ │ ├── amssymbols.sty │ │ │ ├── amstex.tex │ │ │ ├── auxdefs.sty │ │ │ ├── axodraw.sty │ │ │ ├── binbk10.sty │ │ │ ├── binbook.sty │ │ │ ├── blurb.tex │ │ │ ├── boxedeps.doc │ │ │ ├── boxedeps.tex │ │ │ ├── caption.sty │ │ │ ├── cas.sty │ │ │ ├── cget.help │ │ │ ├── cget.txt │ │ │ ├── charm2000.sty │ │ │ ├── charpath.sty │ │ │ ├── charpath.tex │ │ │ ├── cite.sty │ │ │ ├── colortab.sty │ │ │ ├── colortab.tex │ │ │ ├── compression.txt │ │ │ ├── conf-X.sty │ │ │ ├── conf-x.sty │ │ │ ├── conversions.tex │ │ │ ├── cp-aa.tex │ │ │ ├── crckapb.sty │ │ │ ├── damtp │ │ │ ├── damtp.sty │ │ │ ├── damtp.sty.tar │ │ │ └── damtpprint.sty │ │ │ ├── diagram.sty │ │ │ ├── diagrams.tex │ │ │ ├── dina4.sty │ │ │ ├── dina4p.sty │ │ │ ├── eepic.sty │ │ │ ├── elsart.cls │ │ │ ├── elsart.cls-2.17 │ │ │ ├── elsart.cls-2.18 │ │ │ ├── elsart.cls-2.19 │ │ │ ├── elsart.cls-2.20 │ │ │ ├── elsart.cls-2.e │ │ │ ├── elsart.sty │ │ │ ├── elsart12.sty │ │ │ ├── email-address.help │ │ │ ├── emlines.sty │ │ │ ├── emulateapj.sty │ │ │ ├── ep-tools │ │ │ ├── epic │ │ │ ├── eepic.sty │ │ │ ├── epic.sty │ │ │ └── epic.sty.tar │ │ │ ├── epsf │ │ │ ├── epsf.psfrag.sty │ │ │ ├── epsf.psfrag.tex │ │ │ ├── epsf.sty │ │ │ ├── epsf.tex │ │ │ ├── epsf.tex-latex209 │ │ │ ├── epsf.tex.mac │ │ │ └── epsfig.sty │ │ │ ├── eput.txt │ │ │ ├── equations.sty │ │ │ ├── espcrc1.sty │ │ │ ├── espcrc1.tex │ │ │ ├── espcrc2.sty │ │ │ ├── espcrc2.tex │ │ │ ├── espcrc2 │ │ │ └── espcrc2.sty │ │ │ ├── fancybox.sty │ │ │ ├── fbssuppl.sty │ │ │ ├── feynman │ │ │ ├── FERMIONSETUP.tex │ │ │ ├── FEYNMAN.tex │ │ │ ├── GLUONLINKS.tex │ │ │ ├── GLUONSETUP.tex │ │ │ ├── LOOPS.tex │ │ │ ├── PHOTONSETUP.tex │ │ │ ├── SCALARSETUP.tex │ │ │ ├── VERTEX.tex │ │ │ └── feynman.tex.tar │ │ │ ├── fleqn.sty │ │ │ ├── format-retrieved-paper │ │ │ ├── format-submittal-paper │ │ │ ├── fput.txt │ │ │ ├── frascatiphys.sty │ │ │ ├── freplace.txt │ │ │ ├── german.sty │ │ │ ├── gopher │ │ │ ├── gradient.sty │ │ │ ├── gradient.tex │ │ │ ├── graphics.sty │ │ │ ├── harvard.sty │ │ │ ├── harvmac.old.tex │ │ │ ├── harvmac.tex │ │ │ ├── harvsamp.tex │ │ │ ├── help │ │ │ ├── help.alg-geom │ │ │ ├── help.txt │ │ │ ├── hep-ex.txt │ │ │ ├── hep.bst │ │ │ ├── hep93.sty │ │ │ ├── hip-artc.sty │ │ │ ├── ibvs.sty │ │ │ ├── ichep.sty │ │ │ ├── ichep.sty.1991 │ │ │ ├── iopconf.sty │ │ │ ├── iopfts.sty │ │ │ ├── iopfts.sty.orig │ │ │ ├── iopfts.tex │ │ │ ├── iopfts.tex.orig │ │ │ ├── iopl10.sty │ │ │ ├── iopl10.sty.orig │ │ │ ├── iopl12.sty │ │ │ ├── iopl12.sty.orig │ │ │ ├── ioplau.tex │ │ │ ├── ioplcqg.sty │ │ │ ├── ioplppt.sty │ │ │ ├── ioplppt.sty.orig │ │ │ ├── iopppt.tex │ │ │ ├── ioppreprint.sty │ │ │ ├── isba-announce.txt │ │ │ ├── j-phys.sty │ │ │ ├── jnl.tex │ │ │ ├── jnl3.tex │ │ │ ├── jobp.sty │ │ │ ├── jpc.sty │ │ │ ├── jydoc.tex │ │ │ ├── jytex.tex │ │ │ ├── kapproc.sty │ │ │ ├── kluwer.old.sty │ │ │ ├── kluwer.sty │ │ │ ├── l-aa-ps.sty │ │ │ ├── l-aa.sty │ │ │ ├── l-school.sty │ │ │ ├── laa.sty │ │ │ ├── lamuphys.doc │ │ │ ├── lamuphys.sty │ │ │ ├── lanlmac.tex │ │ │ ├── latexn │ │ │ ├── lecproc.cmm │ │ │ ├── letter.tex │ │ │ ├── localserver │ │ │ ├── lprocldpf.sty │ │ │ ├── lscape.sty │ │ │ ├── ltexproc.sty │ │ │ ├── mac-ps-prep.txt │ │ │ ├── macinfo │ │ │ ├── macros │ │ │ ├── math_macros.tex │ │ │ ├── mathmacros.html │ │ │ ├── mcite.sty │ │ │ ├── memsait.cls │ │ │ ├── memsait.sty │ │ │ ├── menu95.sty │ │ │ ├── mistakes.txt │ │ │ ├── mn-1.4.sty │ │ │ ├── mn-1.4.tex │ │ │ ├── mn-1.5.tex │ │ │ ├── mn-1.6.tex │ │ │ ├── mn.sty │ │ │ ├── mn.sty.orig │ │ │ ├── mn.tex │ │ │ ├── mncite.sty │ │ │ ├── mprocl.sty │ │ │ ├── mssymb.tex │ │ │ ├── mtexsis.tex │ │ │ ├── mu95.sty │ │ │ ├── multi.sty │ │ │ ├── multicol.sty │ │ │ ├── multicol │ │ │ ├── README │ │ │ ├── doc.bug │ │ │ ├── doc.sty │ │ │ ├── docstrip.cmd │ │ │ ├── docstrip.tex │ │ │ ├── gglo.ist │ │ │ ├── gind.ist │ │ │ ├── ltugboat.sty │ │ │ ├── multicol.bug │ │ │ ├── multicol.doc │ │ │ ├── multicol.idx │ │ │ ├── multicol.sty │ │ │ ├── multicol.tar │ │ │ ├── multicol.tex │ │ │ ├── newdoc.sty │ │ │ ├── readme.mz │ │ │ ├── readme.mz1 │ │ │ ├── tugboat.com │ │ │ └── twocolum.sty │ │ │ ├── multido.sty │ │ │ ├── multido.tex │ │ │ ├── neworder.txt │ │ │ ├── newpasp.sty │ │ │ ├── nlin-announce.txt │ │ │ ├── npbproc │ │ │ ├── npbpr10.sty │ │ │ ├── npbproc.sty │ │ │ └── npbproc.sty.tar │ │ │ ├── npbsamp.tex │ │ │ ├── oldrevtex │ │ │ ├── aps.sty │ │ │ ├── aps10.sty │ │ │ ├── eqsecnum.sty │ │ │ ├── oldrevtex.sty.tar │ │ │ ├── preprint.sty │ │ │ └── revtex.sty │ │ │ ├── overcite.sty │ │ │ ├── pack.com │ │ │ ├── pasjabst.sty │ │ │ ├── paspconf.sty │ │ │ ├── phys.tex │ │ │ ├── phyzelv.tex │ │ │ ├── phyzzm.tex │ │ │ ├── phyzzx.plus │ │ │ ├── phyzzx.tex │ │ │ ├── phyzzxold │ │ │ ├── phyzzx.fonts │ │ │ ├── phyzzx.tex │ │ │ └── phyzzxold.tex.tar │ │ │ ├── pictex.tex │ │ │ ├── plenum.sty │ │ │ ├── plenum_instruct.tex │ │ │ ├── plenum_sample.tex │ │ │ ├── postpictex.tex │ │ │ ├── prep.txt │ │ │ ├── prepictex.tex │ │ │ ├── preprint.dhf.sty │ │ │ ├── procl.sty │ │ │ ├── procsla.sty │ │ │ ├── procsla.sty.old │ │ │ ├── psbox.tex │ │ │ ├── psfig.sty │ │ │ ├── psfig.tex │ │ │ ├── pslinewrap.c │ │ │ ├── pst-coil.sty │ │ │ ├── pst-coil.tex │ │ │ ├── pst-node.pro │ │ │ ├── pst-node.sty │ │ │ ├── pst-node.tex │ │ │ ├── pst-plot.sty │ │ │ ├── pst-plot.tex │ │ │ ├── pst2eps.sty │ │ │ ├── pst2eps.tex │ │ │ ├── pstricks.con │ │ │ ├── pstricks.pro │ │ │ ├── pstricks.sty │ │ │ ├── pstricks.tex │ │ │ ├── ptpbs0.sty │ │ │ ├── ptpbs1.sty │ │ │ ├── ptptex.sty │ │ │ ├── pubsart10.sty │ │ │ ├── qcdparis.sty │ │ │ ├── qcdparis_mod.sty │ │ │ ├── rangecite.sty │ │ │ ├── reforder.tex │ │ │ ├── reform.1 │ │ │ ├── reform.c │ │ │ ├── reform.exec │ │ │ ├── revtex │ │ │ ├── 00conten.ts │ │ │ ├── aplop.tex │ │ │ ├── aps.sty │ │ │ ├── aps10.sty │ │ │ ├── aps12.sty │ │ │ ├── apssamp.tex │ │ │ ├── default.htm │ │ │ ├── josaa.tex │ │ │ ├── josab.tex │ │ │ ├── manaip.tex │ │ │ ├── manaps.tex │ │ │ ├── manend.tex │ │ │ ├── manintro.tex │ │ │ ├── manosa.tex │ │ │ ├── osa.sty │ │ │ ├── osa10.sty │ │ │ ├── osa12.sty │ │ │ ├── osabib.sty │ │ │ ├── prabib.sty │ │ │ ├── prbbib.sty │ │ │ ├── prsty.bst │ │ │ ├── reftest.tex │ │ │ ├── revtex.cls │ │ │ ├── revtex.sty │ │ │ ├── sample.tex │ │ │ ├── template.aps │ │ │ ├── template.tex │ │ │ └── version2.sty │ │ │ ├── revtex4-1 │ │ │ ├── 00readme.tex │ │ │ ├── DOWNLOAD │ │ │ ├── README │ │ │ ├── bibtex │ │ │ │ └── bst │ │ │ │ │ └── revtex │ │ │ │ │ ├── aipauth4-1.bst │ │ │ │ │ ├── aipnum4-1.bst │ │ │ │ │ ├── apsrev4-1.bst │ │ │ │ │ └── apsrmp4-1.bst │ │ │ ├── doc │ │ │ │ └── latex │ │ │ │ │ └── revtex │ │ │ │ │ ├── 00readme.tex │ │ │ │ │ ├── DOWNLOAD │ │ │ │ │ ├── README │ │ │ │ │ ├── aip │ │ │ │ │ ├── aipguide4-1.tex │ │ │ │ │ └── docs.sty │ │ │ │ │ ├── aps │ │ │ │ │ └── apsguide4-1.tex │ │ │ │ │ ├── auguide │ │ │ │ │ ├── auguide4-1.tex │ │ │ │ │ ├── docs.sty │ │ │ │ │ ├── summary4-1.tex │ │ │ │ │ └── whatsnew4-1.tex │ │ │ │ │ └── sample │ │ │ │ │ ├── aip │ │ │ │ │ ├── aipsamp.bib │ │ │ │ │ ├── aipsamp.tex │ │ │ │ │ ├── aiptemplate.tex │ │ │ │ │ ├── fig_1.eps │ │ │ │ │ └── fig_2.eps │ │ │ │ │ └── aps │ │ │ │ │ ├── apssamp.bib │ │ │ │ │ ├── apssamp.tex │ │ │ │ │ ├── apstemplate.tex │ │ │ │ │ ├── fig_1.eps │ │ │ │ │ ├── fig_2.eps │ │ │ │ │ ├── vid_1a.eps │ │ │ │ │ └── vid_1b.eps │ │ │ ├── revtex4-1-tds.zip │ │ │ ├── source │ │ │ │ └── latex │ │ │ │ │ └── revtex │ │ │ │ │ ├── aip.dtx │ │ │ │ │ ├── ltxdocext.dtx │ │ │ │ │ ├── ltxfront.dtx │ │ │ │ │ ├── ltxgrid.dtx │ │ │ │ │ ├── ltxutil.dtx │ │ │ │ │ └── revtex4-1.dtx │ │ │ └── tex │ │ │ │ └── latex │ │ │ │ └── revtex │ │ │ │ ├── aip4-1.rtx │ │ │ │ ├── aps10pt4-1.rtx │ │ │ │ ├── aps11pt4-1.rtx │ │ │ │ ├── aps12pt4-1.rtx │ │ │ │ ├── aps4-1.rtx │ │ │ │ ├── apsrmp4-1.rtx │ │ │ │ ├── ltxdocext.sty │ │ │ │ ├── ltxfront.sty │ │ │ │ ├── ltxgrid.sty │ │ │ │ ├── ltxutil.sty │ │ │ │ ├── reftest4-1.tex │ │ │ │ ├── revsymb4-1.sty │ │ │ │ └── revtex4-1.cls │ │ │ ├── rotate.sty │ │ │ ├── rotating.sty │ │ │ ├── rs.sty │ │ │ ├── rspublic-date.cls │ │ │ ├── rspublic.cls │ │ │ ├── rspublic.cls.ltxml │ │ │ ├── rspublic.sty │ │ │ ├── rspublic_mod.sty │ │ │ ├── rspublica.cls │ │ │ ├── rspublicchanged.cls │ │ │ ├── rspublicchanged.cls.ltxml │ │ │ ├── rspublicedit.cls │ │ │ ├── rspublicip.cls │ │ │ ├── rspublicx.cls │ │ │ ├── sfbart.cls │ │ │ ├── sizes.txt │ │ │ ├── smgdefs.tex │ │ │ ├── smgjnl.tex │ │ │ ├── sprocl.sty │ │ │ ├── ssi.sty │ │ │ ├── stromlo.tex │ │ │ ├── stwol.sty │ │ │ ├── subeqn.sty │ │ │ ├── subeqnar.sty │ │ │ ├── subfloat.doc │ │ │ ├── subfloat.sty │ │ │ ├── submit.txt │ │ │ ├── supercite.sty │ │ │ ├── sw20lart.sty │ │ │ ├── tables.tex │ │ │ ├── temuphys.cmm │ │ │ ├── texdraw.uu │ │ │ ├── textpath.sty │ │ │ ├── textpath.tex │ │ │ ├── thmsa.sty │ │ │ ├── thmsb.sty │ │ │ ├── thmsc.sty │ │ │ ├── thmsd.sty │ │ │ ├── thmsupp.tex │ │ │ ├── uiucmac.tex │ │ │ ├── unpack.com │ │ │ ├── utilities.txt │ │ │ ├── uudecode.c │ │ │ ├── uuencode.c │ │ │ ├── uufiles │ │ │ ├── uufiles.1 │ │ │ ├── vanilla.sty │ │ │ ├── verbatim.tex │ │ │ ├── vmstools │ │ │ ├── world_sci.sty │ │ │ ├── worldsci.sty │ │ │ ├── wrapfig.sty │ │ │ ├── wrapfig2.sty │ │ │ ├── ws-art.sty │ │ │ ├── wspro.sty │ │ │ ├── wstwocl.sty │ │ │ ├── wwwfaq │ │ │ └── xray-wuerzburg-95.sty │ │ └── test │ │ ├── java │ │ └── TeXParagraphParserTest.java │ │ └── resources │ │ ├── expected1.tsv │ │ ├── expected2.tsv │ │ ├── expected3.tsv │ │ ├── input1.tex │ │ ├── input2.tex │ │ ├── input3.tex │ │ ├── output1.tsv │ │ ├── output2.tsv │ │ └── output3.tsv └── tex-parser │ ├── pom.xml │ └── src │ ├── main │ ├── java │ │ ├── model │ │ │ ├── Characters.java │ │ │ ├── Command.java │ │ │ ├── Document.java │ │ │ ├── Element.java │ │ │ ├── Group.java │ │ │ ├── Iterator.java │ │ │ ├── MacroDefinition.java │ │ │ ├── Marker.java │ │ │ ├── NewLine.java │ │ │ ├── NewParagraph.java │ │ │ ├── Option.java │ │ │ ├── Text.java │ │ │ └── Whitespace.java │ │ ├── parse │ │ │ ├── .gitignore │ │ │ └── TeXParser.jj │ │ └── preprocess │ │ │ └── TeXPreprocessor.java │ └── resources │ │ ├── checkstyle_config.xml │ │ └── command-references.csv │ └── test │ ├── java │ └── TeXPreprocessorTest.java │ ├── resources.txt │ └── resources │ ├── preprocessor-groundtruth-1.tex │ ├── preprocessor-groundtruth-2.tex │ ├── preprocessor-input-1.tex │ ├── preprocessor-input-2.tex │ ├── preprocessor-output-1.tex │ └── preprocessor-output-2.tex ├── benchmark ├── Makefile ├── README.md ├── groundtruth │ └── README.md ├── pdf │ └── README.md └── src │ └── README.md └── evaluation ├── Makefile ├── README.md ├── bin ├── diff │ ├── __init__.py │ ├── diff_utils.py │ ├── diff_utils_test.py │ ├── doc_diff.py │ ├── doc_diff_test.py │ ├── doc_diff_visualize.py │ ├── para_diff.py │ ├── para_diff_rearrange.py │ ├── para_diff_test.py │ ├── word_diff.py │ └── word_diff_test.py ├── evaluator.py ├── extractor.py └── utils │ ├── __init__.py │ ├── config_utils.py │ ├── file_utils.py │ ├── output_formatter.py │ ├── string_utils.py │ ├── table_generator.py │ └── time_utils.py ├── output └── README.md └── tools └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/README.md -------------------------------------------------------------------------------- /README_google_adwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/README_google_adwords.txt -------------------------------------------------------------------------------- /benchmark-generator/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/Dockerfile -------------------------------------------------------------------------------- /benchmark-generator/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/Makefile -------------------------------------------------------------------------------- /benchmark-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/README.md -------------------------------------------------------------------------------- /benchmark-generator/bin/benchmark-generator.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/bin/benchmark-generator.jar -------------------------------------------------------------------------------- /benchmark-generator/commons/README.md: -------------------------------------------------------------------------------- 1 | # commons 2 | TODO -------------------------------------------------------------------------------- /benchmark-generator/commons/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/pom.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/affirm/Affirm.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/affirm/Affirm.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/cmd/CommandLine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/cmd/CommandLine.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/cmd/ExternalProgram.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/cmd/ExternalProgram.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/collection/CollectionUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/collection/CollectionUtils.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/collection/ConstantLookupList.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/collection/ConstantLookupList.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/counter/FloatCounter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/counter/FloatCounter.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/counter/IntCounter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/counter/IntCounter.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/counter/ObjectCounter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/counter/ObjectCounter.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/math/MathUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/math/MathUtils.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Geometric.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Geometric.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/HasLine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/HasLine.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/HasPoint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/HasPoint.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/HasRectangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/HasRectangle.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Line.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Line.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Point.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Point.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Rectangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/Rectangle.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/simple/SimpleLine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/simple/SimpleLine.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/simple/SimplePoint.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/simple/SimplePoint.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/model/simple/SimpleRectangle.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/model/simple/SimpleRectangle.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/net/HttpRequest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/net/HttpRequest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/net/HttpResponse.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/net/HttpResponse.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/net/HttpServer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/net/HttpServer.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/path/FileAndDirectoryParser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/path/FileAndDirectoryParser.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/path/LineReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/path/LineReader.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/path/PathUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/path/PathUtils.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/RTree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/RTree.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/RTreeNode.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/RTreeNode.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/SimpleRTree.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/SimpleRTree.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/performance/RTreePerformance.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/performance/RTreePerformance.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/util/RTreeUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/rtree/util/RTreeUtil.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/text/EditDistance.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/text/EditDistance.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/java/de/freiburg/iif/text/StringUtils.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/java/de/freiburg/iif/text/StringUtils.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/resources/checkstyle_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/resources/checkstyle_config.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/resources/checkstyle_suppressions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/resources/checkstyle_suppressions.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/resources/stop-words-full.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/resources/stop-words-full.txt -------------------------------------------------------------------------------- /benchmark-generator/commons/src/main/resources/stop-words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/main/resources/stop-words.txt -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/collection/ConstantLookupListTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/collection/ConstantLookupListTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/GeometricMock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/GeometricMock.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/HasRectangleMock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/HasRectangleMock.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/LineMock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/LineMock.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/PointMock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/PointMock.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/RectangleMock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/mock/RectangleMock.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/model/simple/SimpleLineTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/model/simple/SimpleLineTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/model/simple/SimplePointTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/model/simple/SimplePointTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/model/simple/SimpleRectangleTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/model/simple/SimpleRectangleTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/path/PathUtilsTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/path/PathUtilsTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/rtree/SimpleRTreeTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/rtree/SimpleRTreeTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/rtree/util/RTreeUtilTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/rtree/util/RTreeUtilTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/java/de/freiburg/iif/text/EditDistanceTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/java/de/freiburg/iif/text/EditDistanceTest.java -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-1/no-pdfs/no-pdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-1/no-pdfs/no-pdf.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-1/subdir-1/subdir-1-1/no-pdf.txt: -------------------------------------------------------------------------------- 1 | This is no pdf file. -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-2/no-pdfs/no-pdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-2/no-pdfs/no-pdf.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-2/subdir-1/subdir-1-1/no-pdf.txt: -------------------------------------------------------------------------------- 1 | This is no pdf file. -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-3/no-pdfs/no-pdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-3/no-pdfs/no-pdf.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/PathsUtilTest/contentEquals-3/subdir-1/subdir-1-1/no-pdf.txt: -------------------------------------------------------------------------------- 1 | This is really no pdf file. -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/input/no-pdfs/no-pdf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/commons/src/test/resources/input/no-pdfs/no-pdf.xml -------------------------------------------------------------------------------- /benchmark-generator/commons/src/test/resources/input/subdir-1/subdir-1-1/no-pdf.txt: -------------------------------------------------------------------------------- 1 | This is no pdf file. -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/pom.xml -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/TeXParagraphParserMain.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/TeXParagraphParserMain.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/identifier/TeXParagraphsIdentifier.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/identifier/TeXParagraphsIdentifier.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXElementReference.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXElementReference.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXElementReferences.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXElementReferences.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXFile.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXFile.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXParagraph.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXParagraph.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXParagraphParserSettings.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXParagraphParserSettings.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXWord.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/model/TeXWord.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/parser/TeXParagraphsParser.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/parser/TeXParagraphsParser.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/preprocess/TeXMacroResolver.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/preprocess/TeXMacroResolver.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/serializer/TeXParagraphExtendedTxtSerializer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/serializer/TeXParagraphExtendedTxtSerializer.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/serializer/TeXParagraphTsvSerializer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/serializer/TeXParagraphTsvSerializer.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/java/serializer/TeXParagraphTxtSerializer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/java/serializer/TeXParagraphTxtSerializer.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/checkstyle_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/checkstyle_config.xml -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/element-references.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/element-references.csv -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/epsfig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/epsfig.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/10pt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/10pt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/2nov.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/2nov.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/4seas95.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/4seas95.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/CTANservers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/CTANservers.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/CUPconf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/CUPconf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/EuroMacr.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/EuroMacr.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/EuroPhys.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/EuroPhys.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/EuroSample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/EuroSample.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/JHEP.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/JHEP.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/JHEP3.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/JHEP3.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/MN.old.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/MN.old.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/PASJ2.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/PASJ2.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/PASJ95.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/PASJ95.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/PASJadd.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/PASJadd.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/WSPRL.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/WSPRL.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/a4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/a4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/a4wide.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/a4wide.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aa.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aa.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/Makefile -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/README -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aasms.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aasms.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aasms.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aasms.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspp.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspp.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspp.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspptwo.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspptwo.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspptwo.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aaspptwo.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aj_pt.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aj_pt.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aj_pt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/aj_pt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/apjpt.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/apjpt.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/apjpt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/apjpt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/art8.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/art8.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/art8.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/art8.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/epsf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/epsf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/eqsecnum.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/eqsecnum.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/flushrt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/flushrt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/samptbls.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/samptbls.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/samptbls.tex.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/samptbls.tex.gz -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/table1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/table1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/table2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/table2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/table3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/table3.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/tighten.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex/tighten.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/Changes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/Changes -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/Makefile -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/README -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/RelNotes.v40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/RelNotes.v40 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aas2pp4.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aas2pp4.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aas2pp4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aas2pp4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aasms4.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aasms4.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aasms4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aasms4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aaspp4.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aaspp4.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aaspp4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aaspp4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aastex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aastex.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aastex40.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aastex40.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aj_pt4.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aj_pt4.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aj_pt4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/aj_pt4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/ams.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/ams.ps -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/amssym.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/amssym.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/apjpt4.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/apjpt4.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/apjpt4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/apjpt4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/art8.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/art8.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/art8.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/art8.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/complext.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/complext.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/epsf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/epsf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/eqsecnum.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/eqsecnum.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/flushrt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/flushrt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/graphics.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/graphics.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/kspp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/kspp.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/samp2tbl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/samp2tbl.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sample1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sample1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sample2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sample2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/samptbls.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/samptbls.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sgi9259.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sgi9259.eps -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sgi9279.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sgi9279.eps -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sgi9289.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/sgi9289.eps -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/table1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/table1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/table2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/table2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/table3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/table3.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/tighten.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aastex40/tighten.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/abstract.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/abstract.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu10.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu10.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu11.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu11.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu11.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agu11.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/aguguide.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/aguguide.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agums.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agums.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agums.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agums.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agupp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agupp.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agupp.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/agupp.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/amssym.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/amssym.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/flushrt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/flushrt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/grlga.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/grlga.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/grlga.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/grlga.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/jgrga.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/jgrga.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/jgrga.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/jgrga.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/radga.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/radga.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/radga.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/radga.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/readme -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/rtjga.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/rtjga.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/rtjga.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/rtjga.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/sample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/sample.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/tecga.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/tecga.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/tecga.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/tecga.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/tighten.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/agu/tighten.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aip.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aip.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aipbig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aipbig.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aipbook.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aipbook.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aipproc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aipproc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aj_pt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/aj_pt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amsppt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amsppt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amssym.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amssym.def -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amssym.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amssym.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amssymbols.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amssymbols.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amstex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/amstex.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/auxdefs.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/auxdefs.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/axodraw.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/axodraw.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/binbk10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/binbk10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/binbook.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/binbook.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/blurb.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/blurb.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/boxedeps.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/boxedeps.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/boxedeps.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/boxedeps.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/caption.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/caption.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cas.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cas.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cget.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cget.help -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cget.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cget.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/charm2000.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/charm2000.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/charpath.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/charpath.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/charpath.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/charpath.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cite.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/colortab.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/colortab.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/colortab.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/colortab.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/compression.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/compression.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/conf-X.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/conf-X.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/conf-x.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/conf-x.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/conversions.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/conversions.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cp-aa.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/cp-aa.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/crckapb.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/crckapb.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/damtp/damtp.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/damtp/damtp.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/damtp/damtp.sty.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/damtp/damtp.sty.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/damtp/damtpprint.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/damtp/damtpprint.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/diagram.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/diagram.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/diagrams.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/diagrams.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/dina4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/dina4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/dina4p.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/dina4p.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/eepic.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/eepic.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.17: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.17 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.18 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.19: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.19 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.20 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.cls-2.e -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart12.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/elsart12.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/email-address.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/email-address.help -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/emlines.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/emlines.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/emulateapj.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/emulateapj.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ep-tools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ep-tools -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epic/eepic.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epic/eepic.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epic/epic.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epic/epic.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epic/epic.sty.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epic/epic.sty.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.psfrag.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.psfrag.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.psfrag.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.psfrag.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.tex-latex209: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.tex-latex209 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.tex.mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsf.tex.mac -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsfig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/epsf/epsfig.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/eput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/eput.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/equations.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/equations.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc1.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc1.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc2.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc2.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc2/espcrc2.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/espcrc2/espcrc2.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fancybox.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fancybox.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fbssuppl.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fbssuppl.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/FERMIONSETUP.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/FERMIONSETUP.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/FEYNMAN.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/FEYNMAN.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/GLUONLINKS.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/GLUONLINKS.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/GLUONSETUP.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/GLUONSETUP.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/LOOPS.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/LOOPS.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/PHOTONSETUP.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/PHOTONSETUP.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/SCALARSETUP.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/SCALARSETUP.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/VERTEX.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/VERTEX.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/feynman.tex.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/feynman/feynman.tex.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fleqn.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fleqn.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/format-retrieved-paper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/format-retrieved-paper -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/format-submittal-paper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/format-submittal-paper -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/fput.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/frascatiphys.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/frascatiphys.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/freplace.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/freplace.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/german.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/german.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/gopher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/gopher -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/gradient.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/gradient.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/gradient.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/gradient.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/graphics.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/graphics.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvard.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvard.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvmac.old.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvmac.old.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvmac.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvsamp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/harvsamp.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/help -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/help.alg-geom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/help.alg-geom -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/help.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hep-ex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hep-ex.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hep.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hep.bst -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hep93.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hep93.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hip-artc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/hip-artc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ibvs.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ibvs.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ichep.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ichep.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ichep.sty.1991: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ichep.sty.1991 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopconf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopconf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.sty.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.sty.orig -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.tex.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopfts.tex.orig -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl10.sty.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl10.sty.orig -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl12.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl12.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl12.sty.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopl12.sty.orig -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplau.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplau.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplcqg.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplcqg.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplppt.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplppt.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplppt.sty.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioplppt.sty.orig -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopppt.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/iopppt.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioppreprint.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ioppreprint.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/isba-announce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/isba-announce.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/j-phys.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/j-phys.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jnl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jnl.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jnl3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jnl3.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jobp.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jobp.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jpc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jpc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jydoc.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jydoc.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jytex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/jytex.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/kapproc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/kapproc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/kluwer.old.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/kluwer.old.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/kluwer.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/kluwer.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/l-aa-ps.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/l-aa-ps.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/l-aa.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/l-aa.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/l-school.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/l-school.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/laa.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/laa.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lamuphys.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lamuphys.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lamuphys.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lamuphys.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lanlmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lanlmac.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/latexn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/latexn -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lecproc.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lecproc.cmm -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/letter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/letter.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/localserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/localserver -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lprocldpf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lprocldpf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lscape.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/lscape.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ltexproc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ltexproc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mac-ps-prep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mac-ps-prep.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/macinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/macinfo -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/macros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/macros -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/math_macros.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/math_macros.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mathmacros.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mathmacros.html -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mcite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mcite.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/memsait.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/memsait.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/memsait.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/memsait.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/menu95.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/menu95.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mistakes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mistakes.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.4.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.4.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.4.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.4.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.5.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.6.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn-1.6.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn.sty.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn.sty.orig -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mn.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mncite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mncite.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mprocl.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mprocl.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mssymb.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mssymb.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mtexsis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mtexsis.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mu95.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/mu95.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multi.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multi.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/README -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/doc.bug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/doc.bug -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/doc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/doc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/docstrip.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/docstrip.cmd -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/docstrip.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/docstrip.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/gglo.ist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/gglo.ist -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/gind.ist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/gind.ist -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/ltugboat.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/ltugboat.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.bug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.bug -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.idx -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/multicol.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/newdoc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/newdoc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/readme.mz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/readme.mz -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/readme.mz1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/readme.mz1 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/tugboat.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/tugboat.com -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/twocolum.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multicol/twocolum.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multido.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multido.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multido.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/multido.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/neworder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/neworder.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/newpasp.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/newpasp.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/nlin-announce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/nlin-announce.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbproc/npbpr10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbproc/npbpr10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbproc/npbproc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbproc/npbproc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbproc/npbproc.sty.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbproc/npbproc.sty.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbsamp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/npbsamp.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/aps.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/aps.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/aps10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/aps10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/eqsecnum.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/eqsecnum.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/oldrevtex.sty.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/oldrevtex.sty.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/preprint.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/preprint.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/revtex.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/oldrevtex/revtex.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/overcite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/overcite.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pack.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pack.com -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pasjabst.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pasjabst.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/paspconf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/paspconf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phys.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phys.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzelv.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzelv.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzm.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzm.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzx.plus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzx.plus -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzx.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzx.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzxold/phyzzx.fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzxold/phyzzx.fonts -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzxold/phyzzx.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzxold/phyzzx.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzxold/phyzzxold.tex.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/phyzzxold/phyzzxold.tex.tar -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pictex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pictex.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/plenum.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/plenum.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/plenum_instruct.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/plenum_instruct.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/plenum_sample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/plenum_sample.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/postpictex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/postpictex.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/prep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/prep.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/prepictex.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/prepictex.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/preprint.dhf.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/preprint.dhf.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/procl.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/procl.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/procsla.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/procsla.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/procsla.sty.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/procsla.sty.old -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/psbox.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/psbox.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/psfig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/psfig.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/psfig.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/psfig.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pslinewrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pslinewrap.c -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-coil.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-coil.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-coil.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-coil.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-node.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-node.pro -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-node.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-node.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-node.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-node.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-plot.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-plot.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-plot.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst-plot.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst2eps.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst2eps.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst2eps.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pst2eps.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.con: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.con -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.pro -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pstricks.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ptpbs0.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ptpbs0.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ptpbs1.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ptpbs1.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ptptex.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ptptex.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pubsart10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/pubsart10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/qcdparis.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/qcdparis.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/qcdparis_mod.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/qcdparis_mod.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rangecite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rangecite.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reforder.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reforder.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reform.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reform.1 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reform.c -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reform.exec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/reform.exec -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/00conten.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/00conten.ts -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aplop.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aplop.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aps.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aps.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aps10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aps10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aps12.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/aps12.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/apssamp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/apssamp.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/default.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/default.htm -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/josaa.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/josaa.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/josab.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/josab.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manaip.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manaip.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manaps.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manaps.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manend.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manend.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manintro.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manintro.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manosa.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/manosa.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osa.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osa.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osa10.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osa10.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osa12.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osa12.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osabib.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/osabib.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/prabib.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/prabib.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/prbbib.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/prbbib.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/prsty.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/prsty.bst -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/reftest.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/reftest.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/revtex.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/revtex.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/revtex.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/revtex.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/sample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/sample.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/template.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/template.aps -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/template.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/version2.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex/version2.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/00readme.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/00readme.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/DOWNLOAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/DOWNLOAD -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/README -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/00readme.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/00readme.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/DOWNLOAD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/DOWNLOAD -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/README -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/aip/docs.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/doc/latex/revtex/aip/docs.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/revtex4-1-tds.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/revtex4-1-tds.zip -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/source/latex/revtex/aip.dtx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/revtex4-1/source/latex/revtex/aip.dtx -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rotate.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rotate.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rotating.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rotating.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rs.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rs.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic-date.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic-date.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic.cls.ltxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic.cls.ltxml -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic_mod.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublic_mod.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublica.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublica.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicchanged.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicchanged.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicchanged.cls.ltxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicchanged.cls.ltxml -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicedit.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicedit.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicip.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicip.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicx.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/rspublicx.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sfbart.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sfbart.cls -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sizes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sizes.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/smgdefs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/smgdefs.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/smgjnl.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/smgjnl.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sprocl.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sprocl.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ssi.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ssi.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/stromlo.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/stromlo.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/stwol.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/stwol.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subeqn.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subeqn.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subeqnar.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subeqnar.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subfloat.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subfloat.doc -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subfloat.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/subfloat.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/submit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/submit.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/supercite.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/supercite.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sw20lart.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/sw20lart.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/tables.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/tables.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/temuphys.cmm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/temuphys.cmm -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/texdraw.uu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/texdraw.uu -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/textpath.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/textpath.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/textpath.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/textpath.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsa.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsa.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsb.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsb.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsc.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsc.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsd.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsd.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsupp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/thmsupp.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uiucmac.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uiucmac.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/unpack.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/unpack.com -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/utilities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/utilities.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uudecode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uudecode.c -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uuencode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uuencode.c -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uufiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uufiles -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uufiles.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/uufiles.1 -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/vanilla.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/vanilla.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/verbatim.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/verbatim.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/vmstools: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/vmstools -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/world_sci.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/world_sci.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/worldsci.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/worldsci.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wrapfig.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wrapfig.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wrapfig2.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wrapfig2.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ws-art.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/ws-art.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wspro.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wspro.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wstwocl.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wstwocl.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wwwfaq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/wwwfaq -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/xray-wuerzburg-95.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/main/resources/texmf/tex/latex/xray-wuerzburg-95.sty -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/java/TeXParagraphParserTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/java/TeXParagraphParserTest.java -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/expected1.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/expected1.tsv -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/expected2.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/expected2.tsv -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/expected3.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/expected3.tsv -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/input1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/input1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/input2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/input2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/input3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/input3.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/output1.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/output1.tsv -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/output2.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/output2.tsv -------------------------------------------------------------------------------- /benchmark-generator/tex-paragraph-parser/src/test/resources/output3.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-paragraph-parser/src/test/resources/output3.tsv -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/pom.xml -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Characters.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Characters.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Command.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Command.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Document.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Document.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Element.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Element.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Group.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Group.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Iterator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Iterator.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/MacroDefinition.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/MacroDefinition.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Marker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Marker.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/NewLine.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/NewLine.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/NewParagraph.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/NewParagraph.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Option.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Option.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Text.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Text.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/model/Whitespace.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/model/Whitespace.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/parse/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/parse/.gitignore -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/parse/TeXParser.jj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/parse/TeXParser.jj -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/java/preprocess/TeXPreprocessor.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/java/preprocess/TeXPreprocessor.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/resources/checkstyle_config.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/resources/checkstyle_config.xml -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/main/resources/command-references.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/main/resources/command-references.csv -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/java/TeXPreprocessorTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/java/TeXPreprocessorTest.java -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources.txt -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources/preprocessor-groundtruth-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources/preprocessor-groundtruth-1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources/preprocessor-groundtruth-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources/preprocessor-groundtruth-2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources/preprocessor-input-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources/preprocessor-input-1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources/preprocessor-input-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources/preprocessor-input-2.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources/preprocessor-output-1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources/preprocessor-output-1.tex -------------------------------------------------------------------------------- /benchmark-generator/tex-parser/src/test/resources/preprocessor-output-2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark-generator/tex-parser/src/test/resources/preprocessor-output-2.tex -------------------------------------------------------------------------------- /benchmark/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark/Makefile -------------------------------------------------------------------------------- /benchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark/README.md -------------------------------------------------------------------------------- /benchmark/groundtruth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark/groundtruth/README.md -------------------------------------------------------------------------------- /benchmark/pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark/pdf/README.md -------------------------------------------------------------------------------- /benchmark/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/benchmark/src/README.md -------------------------------------------------------------------------------- /evaluation/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/Makefile -------------------------------------------------------------------------------- /evaluation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/README.md -------------------------------------------------------------------------------- /evaluation/bin/diff/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/__init__.py -------------------------------------------------------------------------------- /evaluation/bin/diff/diff_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/diff_utils.py -------------------------------------------------------------------------------- /evaluation/bin/diff/diff_utils_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/diff_utils_test.py -------------------------------------------------------------------------------- /evaluation/bin/diff/doc_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/doc_diff.py -------------------------------------------------------------------------------- /evaluation/bin/diff/doc_diff_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/doc_diff_test.py -------------------------------------------------------------------------------- /evaluation/bin/diff/doc_diff_visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/doc_diff_visualize.py -------------------------------------------------------------------------------- /evaluation/bin/diff/para_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/para_diff.py -------------------------------------------------------------------------------- /evaluation/bin/diff/para_diff_rearrange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/para_diff_rearrange.py -------------------------------------------------------------------------------- /evaluation/bin/diff/para_diff_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/para_diff_test.py -------------------------------------------------------------------------------- /evaluation/bin/diff/word_diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/word_diff.py -------------------------------------------------------------------------------- /evaluation/bin/diff/word_diff_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/diff/word_diff_test.py -------------------------------------------------------------------------------- /evaluation/bin/evaluator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/evaluator.py -------------------------------------------------------------------------------- /evaluation/bin/extractor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/extractor.py -------------------------------------------------------------------------------- /evaluation/bin/utils/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/__init__.py -------------------------------------------------------------------------------- /evaluation/bin/utils/config_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/config_utils.py -------------------------------------------------------------------------------- /evaluation/bin/utils/file_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/file_utils.py -------------------------------------------------------------------------------- /evaluation/bin/utils/output_formatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/output_formatter.py -------------------------------------------------------------------------------- /evaluation/bin/utils/string_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/string_utils.py -------------------------------------------------------------------------------- /evaluation/bin/utils/table_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/table_generator.py -------------------------------------------------------------------------------- /evaluation/bin/utils/time_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/bin/utils/time_utils.py -------------------------------------------------------------------------------- /evaluation/output/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/output/README.md -------------------------------------------------------------------------------- /evaluation/tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ckorzen/pdf-text-extraction-benchmark/HEAD/evaluation/tools/README.md --------------------------------------------------------------------------------