С цветными изображениями лучший результат дает Nano Banana Pro, с ч/б - Seedream 5. Можно использовать также с chatGPT Image 2.
Transform the uploaded phone photo into a single-sheet flatbed scan on pure white — preserve every drawn detail exactly; apply only geometric correction, background unification, and maximum sharpness. No blur, no soft edges, no redesign.
{
"task": "phone_photo_to_crisp_unified_flatbed_scan",
"design_lock": {
"copy_uploaded_reference": true,
"preserve": [
"all_drawn_content",
"exact_layout_positions",
"relative_spacing_between_artworks",
"line_weights",
"stroke_style",
"color_values",
"marker_gradients",
"white_ink_highlights",
"handwritten_text",
"pencil_stippling_and_hatching"
],
"do_not_change": [
"drawing_style",
"subject_matter",
"proportions_within_each_artwork",
"number_of_artworks",
"artist_intent"
]
},
"background_unification": {
"goal": "one continuous pure white sheet — not a collage of separate paper photos",
"remove": [
"individual_paper_sheet_edges",
"gray_paper_rectangles",
"paper_tone_differences",
"shadows_under_paper",
"halos_around_drawings",
"desk_table_background",
"objects_outside_artwork"
],
"apply": [
"single_unified_#FFFFFF_canvas",
"all_artworks_float_on_same_white_plane",
"no_visible_paper_borders",
"no_drop_shadows",
"no_vignette"
]
},
"sharpness_pass": {
"remove": [
"blur",
"soft_focus",
"gaussian_softness",
"soapiness",
"muddy_midtones",
"washed_gray_blacks",
"jpeg_mud",
"compression_artifacts",
"camera_noise_smear",
"lens_softness",
"anti_aliasing_fuzz_on_ink"
],
"apply": [
"maximum_edge_clarity",
"crisp_ink_contours",
"hard_clean_line_separation",
"flatbed_scanner_sharpness",
"high_local_contrast_on_strokes",
"micro_detail_preserved_not_smoothed"
]
},
"geometry_pass": {
"remove": [
"keystone_perspective",
"lens_distortion",
"paper_curl",
"uneven_lighting",
"color_cast_from_camera"
],
"apply": [
"orthographic_top_down_view",
"rectilinear_correction",
"even_flat_illumination"
]
},
"color_grade": {
"whites": "uniform pure white #FFFFFF across entire canvas — no gray zones",
"blacks": "deep solid black ink — not gray, not faded",
"colors": "natural faithful saturation — vivid but not HDR, not neon",
"contrast": "publication scan — clear ink-to-paper separation"
},
"style_finish": {
"medium": "high-resolution flatbed document scan — crisp, not photographed",
"not": [
"photograph",
"soft_pastel_filter",
"beauty_smoothing",
"oil_painting_blur",
"3d_render",
"cgi",
"digital_reinterpretation"
]
},
"forbidden": [
"redesign",
"new_elements",
"removed_details",
"invented_lines",
"vector_simplification",
"merged_or_split_artworks",
"text_changes",
"watermark",
"separate_paper_sheets_visible",
"blur",
"soft_edges",
"gray_background_anywhere"
],
"hard_constraints": [
"uploaded_photo_is_source_of_truth",
"one_white_sheet_only",
"maximum_sharpness_required",
"cleanup_only_no_redraw"
],
"output": { "resolution": "4K" }
}



