Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions pkg/component/operator/document/v0/convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,22 @@ func TestConvertToText(t *testing.T) {
expected: ConvertToTextOutput{
Body: "This is test file for markdown",
Meta: map[string]string{
"Encrypted": "no",
"File size": "15489 bytes",
"Form": "none",
"JavaScript": "no",
"Optimized": "no",
"PDF version": "1.4",
"Page rot": "0",
"Page size": "596 x 842 pts (A4)",
"Pages": "1",
"Producer": "Skia/PDF m128 Google Docs Renderer",
"Suspects": "no",
"Tagged": "no",
"Title": "Untitled document",
"UserProperties": "no",
"Custom Metadata": "no",
"Encrypted": "no",
"File size": "15489 bytes",
"Form": "none",
"JavaScript": "no",
"Metadata Stream": "no",
"Optimized": "no",
"PDF version": "1.4",
"Page rot": "0",
"Page size": "596 x 842 pts (A4)",
"Pages": "1",
"Producer": "Skia/PDF m128 Google Docs Renderer",
"Suspects": "no",
"Tagged": "no",
"Title": "Untitled document",
"UserProperties": "no",
},
MSecs: 3,
},
Expand Down
Loading