Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Flexible IO Tester
Timed Linux Kernel Compilation
Llama.cpp
Blender
Hashcat
PostgreSQL
Newest Tests
OpenVINO GenAI
Rustls
LiteRT
Recently Updated Tests
OpenRadioss
QuantLib
GROMACS
AOM AV1
FLAC Audio Encoding
FluidX3D
New & Recently Updated Tests
Recently Updated Suites
Machine Learning
Server Motherboard
HPC - High Performance Computing
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
OCRMyPDF 1.0.0
system/ocrmypdf-1.0.0
- 09 July 2020 -
Initial commit of OCRMyPDF benchmark.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.8.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.phoronix-test-suite.com/benchmark-files/text-pdf-example-1.zip</URL> <MD5>6366cabe9f7f33a758ae3e73a586b758</MD5> <SHA256>1bc5df1e2864965b9770e910397db4e8de984c754257fc663e07f518fcf46e9e</SHA256> <FileName>text-pdf-example-1.zip</FileName> <FileSize>2616044</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh if which ocrmypdf >/dev/null 2>&1 ; then echo 0 > ~/install-exit-status else echo "ERROR: OCRMyPDF is not found on the system! This test profile needs a working ocrmypdf in the PATH." echo 2 > ~/install-exit-status exit fi unzip -o text-pdf-example-1.zip echo "#!/bin/sh ocrmypdf -c -i --jobs \$NUM_CPU_CORES text-pdf-example-1.pdf out.pdf echo \$? > ~/test-exit-status ocrmypdf --version > ~/pts-test-version 2>/dev/null" > ocrmypdf-benchmark chmod +x ocrmypdf-benchmark
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.8.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.8.0m2--> <PhoronixTestSuite> <TestInformation> <Title>OCRMyPDF</Title> <Description>OCRMyPDF is an optical character recognition (OCR) text layer to scanned PDF files, producing new PDFs with the text now selectable/searchable/copy-paste capable. OCRMyPDF leverages the Tesseract OCR engine and is written in Python.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Processing 60 Page PDF Document</SubTitle> <Executable>ocrmypdf-benchmark</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms> <SoftwareType>Benchmark</SoftwareType> <TestType>System</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>python</ExternalDependencies> <EnvironmentSize>5</EnvironmentSize> <ProjectURL>https://github.com/jbarlow83/OCRmyPDF</ProjectURL> <Maintainer>Michael Larabel</Maintainer> <SystemDependencies>ocrmypdf</SystemDependencies> </TestProfile> </PhoronixTestSuite>